GhostBSD/ports 2786719devel/electron19/files yarn.lock, devel/electron21/files yarn.lock

Merge pull request #69 from ghostbsd/ports-update2

Ports update
DeltaFile
+0-8,618devel/electron21/files/yarn.lock
+4,288-4,288java/eclipse-pydev/pkg-plist
+0-8,292devel/electron19/files/yarn.lock
+7,742-0devel/electron25/files/yarn.lock
+0-7,022lang/python37/pkg-plist
+2,977-1,658www/firefox/files/patch-libwebrtc-generated
+15,007-29,87812,079 files not shown
+99,331-192,19012,085 files

GhostBSD/ports 4a9e8e1devel/electron19/files yarn.lock, devel/electron21/files yarn.lock

Merge remote-tracking branch 'freebsd/main'
DeltaFile
+0-8,618devel/electron21/files/yarn.lock
+4,288-4,288java/eclipse-pydev/pkg-plist
+0-8,292devel/electron19/files/yarn.lock
+7,742-0devel/electron25/files/yarn.lock
+0-7,022lang/python37/pkg-plist
+2,977-1,658www/firefox/files/patch-libwebrtc-generated
+15,007-29,87812,079 files not shown
+99,331-192,19012,085 files

GhostBSD/ports 12f5a11lang/python37 pkg-plist Makefile, lang/python37/files patch-issue40422_issue40423 patch-Makefile.pre.in

lang/python37: remove expired port

Manual commit as the previous commit broke some Makefile logic.
DeltaFile
+0-7,022lang/python37/pkg-plist
+0-207lang/python37/files/patch-issue40422_issue40423
+0-151lang/python37/Makefile
+0-65lang/python37/files/patch-Makefile.pre.in
+0-41lang/python37/files/patch-Lib_distutils_command_install__lib.py
+0-33lang/python37/files/patch-Lib_distutils_tests_test__install__lib.py
+0-7,51912 files not shown
+1-7,65118 files

GhostBSD/ports 95257cclang/ghc92 pkg-plist pkg-plist.hadrian, lang/mlkit pkg-plist

Merge remote-tracking branch 'freebsd/main'
DeltaFile
+4,952-4,967lang/ghc92/pkg-plist
+0-5,155polish/kadu/pkg-plist
+4,982-0lang/ghc92/pkg-plist.hadrian
+3,557-371security/wazuh-manager/pkg-plist
+3,579-0lang/mlkit/pkg-plist
+606-2,526www/firefox/files/patch-libwebrtc-generated
+17,676-13,0196,327 files not shown
+85,473-92,0756,333 files

GhostBSD/ports 0d3c534lang/python-doc-html distinfo, lang/python37 distinfo Makefile.version

lang/python37: Update to 3.7.17
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+1-1lang/python37/Makefile.version
+1-1lang/python37/pkg-plist
+0-1lang/python37/Makefile
+14-155 files

GhostBSD/ports 67bb16ddevel/qt6-base pkg-plist, finance/odoo pkg-plist

Merge remote-tracking branch 'freebsd/main'
DeltaFile
+35,445-0finance/odoo14/pkg-plist
+9,701-10,682x11-wm/nscde/pkg-plist
+8,441-4,312finance/odoo/pkg-plist
+2,711-2,623www/glpi/pkg-plist
+4,848-72x11-themes/flat-remix-icon-themes/pkg-plist
+3,745-0devel/qt6-base/pkg-plist
+64,891-17,68959,491 files not shown
+160,747-115,57559,497 files

GhostBSD/ports 7a50813lang/python-doc-html distinfo, lang/python37 distinfo Makefile.version

lang/python37: Update to 3.7.14
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+1-1lang/python37/Makefile.version
+0-1lang/python37/Makefile
+1-0lang/python37/pkg-plist
+14-145 files

GhostBSD/ports a731253biology/groopm/files patch-2to3, biology/py-crossmap/files patch-2to3

Merge remote-tracking branch 'freebsd/main'
DeltaFile
+4,233-0www/py-nevow/files/patch-2to3
+3,414-0biology/groopm/files/patch-2to3
+2,955-0biology/py-crossmap/files/patch-2to3
+2,505-0databases/py-sqlobject/files/patch-2to3
+0-2,341print/tex-xdvik/files/patch-texk-xdvik-AJ16.c
+2,238-0graphics/piddle/files/patch-2to3
+15,345-2,3413,604 files not shown
+70,306-33,9453,610 files

GhostBSD/ports bed712blang/python-doc-html distinfo, lang/python37 distinfo Makefile.version

lang/python37: Update to 3.7.13
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+1-1lang/python37/Makefile.version
+1-1lang/python37/pkg-plist
+0-1lang/python37/Makefile
+14-155 files

GhostBSD/ports 60db0c2devel/py-breathe pkg-plist, lang/mono pkg-plist.aarch64

Merge remote-tracking branch 'freebsd/main'
DeltaFile
+2,945-0lang/mono/pkg-plist.aarch64
+2,945-0lang/mono5.10/pkg-plist.aarch64
+838-838x11/mate-applets/pkg-plist
+1,376-0net/dpdk-20.11/pkg-plist
+1,085-0devel/py-breathe/pkg-plist
+495-403sysutils/jail_exporter/distinfo
+9,684-1,2413,502 files not shown
+30,314-14,6333,508 files

GhostBSD/ports 693abe1lang/python310 Makefile, lang/python36 Makefile

lang/python3X: Fix library installation

The Python ports install the library libpython3.x.so under $PREFIX/lib,
and they set USE_LDCONFIG, but these libraries are not registered, due
to a missing symlink, and they are not found by `ldconfig -r'.

This commit make them to be registered, and for some reason it helps the
dynamic linker to find them, and this allows to fix an error in
french/aster. It also helps to fix errors in newer releases of math/sage
(not yet ready to be committed due to other problems).

No exp-run, but it has been tested with many ports on several platforms.

PR:             257864
Approved by:    koobs (Python team)
MFH:            2021Q4
DeltaFile
+2-0lang/python36/Makefile
+2-0lang/python38/Makefile
+2-0lang/python37/Makefile
+2-0lang/python39/Makefile
+2-0lang/python310/Makefile
+1-0lang/python39/pkg-plist
+11-04 files not shown
+15-010 files

GhostBSD/ports 24e6f94lang/python310 pkg-plist, mail/thunderbird/files patch-bug1667736

Merge remote-tracking branch 'freebsd/main'
DeltaFile
+0-36,677www/gitlab-ce/pkg-plist
+1-18,797www/nextcloud/pkg-plist
+0-12,178math/lapack/files/manpages
+7,480-0lang/python310/pkg-plist
+0-3,208www/firefox-esr/files/patch-bug1667736
+0-3,208mail/thunderbird/files/patch-bug1667736
+7,481-74,0683,200 files not shown
+35,931-93,2133,206 files

GhostBSD/ports 7f1bab7lang/python27 pkg-plist, lang/python36 pkg-plist

lang/python*: sort pkg-plists

Sort pkg-plists to reduce diff between existing and future versions
of python.

Approved by:    portmgr blanket (cosmetic change)
DeltaFile
+80-80lang/python39/pkg-plist
+21-21lang/python38/pkg-plist
+12-12lang/python37/pkg-plist
+8-8lang/python36/pkg-plist
+4-4lang/python27/pkg-plist
+125-1255 files

GhostBSD/ports 83dc3fedevel/codeblocks-devel pkg-plist, games/colobot pkg-plist

Merge remote-tracking branch 'freebsd/master' into master
DeltaFile
+5,585-1,034lang/ghc/pkg-plist
+3,673-0games/colobot/pkg-plist
+2,455-341www/gitlab-ce/pkg-plist
+1,482-1,154sysutils/beats6/pkg-plist
+1,148-1,148security/gnutls/pkg-plist
+0-1,716devel/codeblocks-devel/pkg-plist
+14,343-5,3932,076 files not shown
+37,781-16,3642,082 files

GhostBSD/ports 2fe9c38lang/python-doc-html distinfo, lang/python37 distinfo Makefile.version

- Update to 3.7.9(security update)

PR:             248753
Submitted by:   wen@(myself)
Exp-run by:     antoine@
MFH:            2020Q3
Security:       CVE-2020-15801, CVE-2020-15523, CVE-2020-14422
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+1-1lang/python37/Makefile.version
+0-1lang/python37/Makefile
+1-0lang/python37/pkg-plist
+14-145 files

GhostBSD/ports 4adf293 (r546286)lang/python-doc-html distinfo, lang/python37 distinfo Makefile.version

- Update to 3.7.9(security update)

PR:             248753
Submitted by:   wen@(myself)
Exp-run by:     antoine@
MFH:            2020Q3
Security:       CVE-2020-15801, CVE-2020-15523, CVE-2020-14422
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+1-1lang/python37/Makefile.version
+0-1lang/python37/Makefile
+1-0lang/python37/pkg-plist
+14-145 files

GhostBSD/ports f8d5124graphics/openshadinglanguage pkg-plist, lang/swi-pl pkg-plist

Merge remote-tracking branch 'freebsd/master'
DeltaFile
+41,496-10,393sysutils/webmin/pkg-plist
+1,893-1,784lang/swi-pl/pkg-plist
+1,243-1,243graphics/openshadinglanguage/pkg-plist
+2,295-0sysutils/openshift-install/files/assets_vfsdata.go
+2,263-0www/grafana7/pkg-plist
+0-2,137www/redmine/pkg-plist
+49,190-15,5574,097 files not shown
+100,098-47,8304,103 files

GhostBSD/ports 141e696 (r541063)lang/python-doc-html distinfo, lang/python37 distinfo pkg-plist

- Update to 3.7.8(include security fix)

PR:             247630
Submitted by:   wen@
Exp-run by:     antoine@
MFH:            2020Q3
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-7lang/python37/distinfo
+4-3lang/python37/pkg-plist
+0-5lang/python37/Makefile
+1-1lang/python37/Makefile.version
+17-255 files

GhostBSD/ports e2bb604lang/python-doc-html distinfo, lang/python37 distinfo pkg-plist

- Update to 3.7.8(include security fix)

PR:             247630
Submitted by:   wen@
Exp-run by:     antoine@
MFH:            2020Q3
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-7lang/python37/distinfo
+4-3lang/python37/pkg-plist
+0-5lang/python37/Makefile
+1-1lang/python37/Makefile.version
+17-255 files

GhostBSD/ports 0a55657lang/python36 pkg-plist, lang/python37 pkg-plist

Clean up plist
DeltaFile
+9-9lang/python36/pkg-plist
+3-3lang/python37/pkg-plist
+12-122 files

GhostBSD/ports e7f4f60 (r527556)lang/python36 pkg-plist, lang/python37 pkg-plist

Clean up plist
DeltaFile
+9-9lang/python36/pkg-plist
+3-3lang/python37/pkg-plist
+12-122 files

GhostBSD/ports b6f4fb3lang/python36 pkg-plist, lang/python37 pkg-plist

Clean up plist
DeltaFile
+9-9lang/python36/pkg-plist
+3-3lang/python37/pkg-plist
+12-122 files

GhostBSD/ports 5662c2ecad/astk-serveur pkg-plist, editors/vscode pkg-plist Makefile

Merge remote-tracking branch 'freebsd/master'
DeltaFile
+14,033-13,814french/aster/pkg-plist
+1,905-1,836french/med/pkg-plist
+1,300-0editors/vscode/pkg-plist
+298-290cad/astk-serveur/pkg-plist
+302-0lang/voc/pkg-plist
+254-0editors/vscode/Makefile
+18,092-15,940498 files not shown
+21,534-17,914504 files

GhostBSD/ports 22fc3c6lang/python-doc-html distinfo, lang/python37 distinfo pkg-plist

- Update to 3.7.6

PR:             242770
Submitted by:   wen@(myself)
Exp-run by:     antoine@
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+4-0lang/python37/pkg-plist
+1-1lang/python37/Makefile.version
+0-1lang/python37/Makefile
+17-145 files

GhostBSD/ports db84bc1 (r520724)lang/python-doc-html distinfo, lang/python37 distinfo pkg-plist

- Update to 3.7.6

PR:             242770
Submitted by:   wen@(myself)
Exp-run by:     antoine@
DeltaFile
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+4-0lang/python37/pkg-plist
+1-1lang/python37/Makefile.version
+0-1lang/python37/Makefile
+17-145 files

GhostBSD/ports ad703b7cad/brlcad pkg-plist, devel/bzr pkg-plist

Merge remote-tracking branch 'freebsd/master'
DeltaFile
+7,224-0lang/python38/pkg-plist
+4,038-0cad/brlcad/pkg-plist
+2,453-126www/gitlab-ce/pkg-plist
+0-2,484devel/bzr/pkg-plist
+2,109-0www/redmine4/pkg-plist
+3-1,668x11-wm/sawfish/pkg-plist
+15,827-4,2789,699 files not shown
+70,724-47,0059,705 files

GhostBSD/ports 332803b (r514876)lang/python37 pkg-plist

- Replace 37 with %%XY%% in pkg-plist
DeltaFile
+18-18lang/python37/pkg-plist
+18-181 files

GhostBSD/ports 1916908lang/python37 pkg-plist

- Replace 37 with %%XY%% in pkg-plist
DeltaFile
+18-18lang/python37/pkg-plist
+18-181 files

GhostBSD/ports d7910e3lang/python-doc-html distinfo, lang/python37 pkg-plist distinfo

- Update python37 to 3.7.5(include security fix)

MFH:            2019Q4
DeltaFile
+18-18lang/python37/pkg-plist
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+1-1lang/python37/Makefile.version
+31-314 files

GhostBSD/ports 81fb832 (r514821)lang/python-doc-html distinfo, lang/python37 pkg-plist distinfo

- Update python37 to 3.7.5(include security fix)

MFH:            2019Q4
DeltaFile
+18-18lang/python37/pkg-plist
+9-9lang/python-doc-html/distinfo
+3-3lang/python37/distinfo
+1-1lang/python37/Makefile.version
+31-314 files