diff options
Diffstat (limited to 'www')
190 files changed, 707 insertions, 547 deletions
diff --git a/www/Makefile b/www/Makefile index 249d84690b3a..4f3e7155ed96 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1606,6 +1606,7 @@ SUBDIR += py-dj52-django-tasks SUBDIR += py-dj52-django-timezone-field SUBDIR += py-dj52-django-treebeard + SUBDIR += py-dj52-django-treenode SUBDIR += py-dj52-djangorestframework SUBDIR += py-dj52-djangorestframework-guardian SUBDIR += py-dj52-drf-spectacular @@ -1952,7 +1953,6 @@ SUBDIR += py-requests-file SUBDIR += py-requests-futures SUBDIR += py-requests-gssapi - SUBDIR += py-requests-kerberos SUBDIR += py-requests-mock SUBDIR += py-requests-oauthlib SUBDIR += py-requests-toolbelt @@ -2454,6 +2454,8 @@ SUBDIR += rubygem-responders-rails70 SUBDIR += rubygem-responders-rails71 SUBDIR += rubygem-responders-rails72 + SUBDIR += rubygem-responders-rails80 + SUBDIR += rubygem-responders-rails81 SUBDIR += rubygem-rest-client SUBDIR += rubygem-rest-client-gitlab SUBDIR += rubygem-rfacebook diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index 26cf07549459..957fbe538e2f 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= cpe go:1.25,modules +USES= cpe go:1.25+,modules GH_ACCOUNT= AdguardTeam GH_PROJECT= AdGuardHome diff --git a/www/agate/Makefile b/www/agate/Makefile index b736039923e9..e100c193cf15 100644 --- a/www/agate/Makefile +++ b/www/agate/Makefile @@ -1,7 +1,7 @@ PORTNAME= agate DISTVERSIONPREFIX= v DISTVERSION= 3.3.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= alven@FreeBSD.org diff --git a/www/aria2/Makefile b/www/aria2/Makefile index c1dcb3e55212..fc1bc2229337 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -12,7 +12,7 @@ WWW= https://aria2.github.io/ \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang cpe libtool pathfix pkgconfig ssl tar:xz +USES= compiler:c++11-lang cpe libtool pkgconfig ssl tar:xz CONFIGURE_ARGS= --disable-epoll \ --enable-bittorrent \ diff --git a/www/authelia/Makefile b/www/authelia/Makefile index 77db7bdc2296..ffed663d3629 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -14,7 +14,7 @@ WWW= https://www.authelia.com/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe go:1.24,modules +USES= cpe go:1.24+,modules GO_MODULE= github.com/authelia/authelia/v4 GO_TARGET= ./cmd/${PORTNAME} diff --git a/www/buku/Makefile b/www/buku/Makefile index 40682e095937..2afd17f83174 100644 --- a/www/buku/Makefile +++ b/www/buku/Makefile @@ -1,5 +1,5 @@ PORTNAME= buku -PORTVERSION= 5.0 +PORTVERSION= 5.1 DISTVERSIONPREFIX= v CATEGORIES= www python @@ -23,8 +23,6 @@ USE_PYTHON= autoplist cryptography noflavors pep517 NO_ARCH= yes -PLIST_FILES= share/man/man1/buku.1.gz - USE_GITHUB= yes GH_ACCOUNT= jarun @@ -42,9 +40,6 @@ ZSH_PLIST_FILES= share/zsh/site-functions/_buku post-extract: @${RM} -r ${WRKSRC}/bukuserver -post-install: - ${INSTALL_MAN} ${WRKSRC}/buku.1 ${STAGEDIR}${PREFIX}/share/man/man1 - post-install-BASH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/auto-completion/bash/buku-completion.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/buku-completion.bash diff --git a/www/buku/distinfo b/www/buku/distinfo index 2720a69a8e53..315c02501288 100644 --- a/www/buku/distinfo +++ b/www/buku/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936044 -SHA256 (jarun-buku-v5.0_GH0.tar.gz) = 87e226b0062a17cb10bf02a6cefea08e859d74985e373b76496150ecda92d73e -SIZE (jarun-buku-v5.0_GH0.tar.gz) = 662828 +TIMESTAMP = 1765895694 +SHA256 (jarun-buku-v5.1_GH0.tar.gz) = 0f1a3e15f882fe9a0f8e550abae7388d3cb81d4718a1b4309dcf4363633cb7b1 +SIZE (jarun-buku-v5.1_GH0.tar.gz) = 673457 diff --git a/www/buku/files/patch-pyproject.toml b/www/buku/files/patch-pyproject.toml new file mode 100644 index 000000000000..2c83fa4daa32 --- /dev/null +++ b/www/buku/files/patch-pyproject.toml @@ -0,0 +1,26 @@ +--- pyproject.toml.orig 2025-12-07 15:02:42 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ readme = "README.md" + description = "Bookmark manager like a text-based mini-web." + keywords = ["cli", "bookmarks", "tag", "utility"] + readme = "README.md" +-license = "GPL-3.0-or-later" ++license = { text = "GPL-3.0-or-later" } + authors = [{ name = "Arun Prakash Jana", email = "engineerarun@gmail.com" }] + classifiers = [ + "Development Status :: 5 - Production/Stable", +@@ -87,7 +87,6 @@ buku = "buku:main" + + [project.scripts] + buku = "buku:main" +-bukuserver = "bukuserver.server:cli" + + [tool.setuptools] + py-modules = ["buku"] +@@ -100,5 +99,5 @@ version = { attr = "buku.__version__" } + version = { attr = "buku.__version__" } + + [build-system] +-requires = ["setuptools>=77.0.3"] ++requires = ["setuptools>=61"] + build-backend = "setuptools.build_meta" diff --git a/www/buku/files/patch-setup.py b/www/buku/files/patch-setup.py deleted file mode 100644 index 2b0fffa941be..000000000000 --- a/www/buku/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2022-07-01 22:29:19 UTC -+++ setup.py -@@ -81,7 +81,7 @@ setup( - packages=find_packages(exclude=['tests']), - include_package_data=True, - entry_points={ -- 'console_scripts': ['buku=buku:main', 'bukuserver=bukuserver.server:cli'] -+ 'console_scripts': ['buku=buku:main'] - }, - extras_require={ - "ca-certificates": ["certifi"], diff --git a/www/castor/Makefile b/www/castor/Makefile index 8c58b2e003ed..febeb66c75a3 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -1,6 +1,6 @@ PORTNAME= castor DISTVERSION= 0.8.16 -PORTREVISION= 48 +PORTREVISION= 49 CATEGORIES= www MASTER_SITES= https://git.sr.ht/~julienxx/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 6a88962e3ad1..0777430a96a8 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,6 @@ PORTNAME= chromium PORTVERSION= 143.0.7499.109 +PORTREVISION= 2 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc b/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc new file mode 100644 index 000000000000..8c6f1acc0387 --- /dev/null +++ b/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc @@ -0,0 +1,16 @@ +--- ui/ozone/platform/wayland/host/wayland_buffer_manager_host.cc.orig 2025-12-15 07:48:20 UTC ++++ ui/ozone/platform/wayland/host/wayland_buffer_manager_host.cc +@@ -45,9 +45,13 @@ std::string NumberToString(uint32_t number) { + } + + bool CheckImportExportFence() { ++#if BUILDFLAG(IS_BSD) ++ return false; ++#else + // DMA_BUF_IOCTL_{IMPORT,EXPORT}_SYNC_FILE was added in 6.0 + return base::SysInfo::KernelVersionNumber::Current() >= + base::SysInfo::KernelVersionNumber(6, 0); ++#endif + } + + } // namespace diff --git a/www/codeberg-pages-server/Makefile b/www/codeberg-pages-server/Makefile index 32388e696ae3..ee79a1f03c33 100644 --- a/www/codeberg-pages-server/Makefile +++ b/www/codeberg-pages-server/Makefile @@ -1,7 +1,6 @@ PORTNAME= codeberg-pages-server DISTVERSIONPREFIX= v -DISTVERSION= 6.2.1 -PORTREVISION= 9 +DISTVERSION= 6.4 CATEGORIES= www MASTER_SITES= https://codeberg.org/Codeberg/pages-server/archive/ DISTFILES= ${DISTVERSIONFULL}.zip @@ -13,7 +12,7 @@ WWW= https://codeberg.org/Codeberg/pages-server LICENSE= EUPL12 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe go:1.24,modules +USES= cpe go:modules USE_RC_SUBR= codeberg-pages-server GO_MODULE= codeberg.org/codeberg/pages diff --git a/www/codeberg-pages-server/distinfo b/www/codeberg-pages-server/distinfo index 2a2d26fcfef4..6a1c4153fc5a 100644 --- a/www/codeberg-pages-server/distinfo +++ b/www/codeberg-pages-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1740750130 -SHA256 (go/www_codeberg-pages-server/codeberg-pages-server-v6.2.1/v6.2.1.zip) = cb501480f938430aee6066faa473660fafde2ea93539e20472c4acf00bd1d112 -SIZE (go/www_codeberg-pages-server/codeberg-pages-server-v6.2.1/v6.2.1.zip) = 187631 -SHA256 (go/www_codeberg-pages-server/codeberg-pages-server-v6.2.1/go.mod) = 608493cbe24bb51ace67cba30cb80b811d431d1f0e660f705a641812c61da041 -SIZE (go/www_codeberg-pages-server/codeberg-pages-server-v6.2.1/go.mod) = 12379 +TIMESTAMP = 1765121685 +SHA256 (go/www_codeberg-pages-server/codeberg-pages-server-v6.4/v6.4.zip) = 30228ad112feeb8d16127b4f551d1f7c79e5f921c0646342f4bc4f7bb244f12f +SIZE (go/www_codeberg-pages-server/codeberg-pages-server-v6.4/v6.4.zip) = 191433 +SHA256 (go/www_codeberg-pages-server/codeberg-pages-server-v6.4/go.mod) = 79216608ff9160dfe0ec49a2567c6b1cf03066463c97fa34aec27bd812789cfb +SIZE (go/www_codeberg-pages-server/codeberg-pages-server-v6.4/go.mod) = 12213 diff --git a/www/deno-dom/Makefile b/www/deno-dom/Makefile index 63c98fa79552..2df831332852 100644 --- a/www/deno-dom/Makefile +++ b/www/deno-dom/Makefile @@ -1,7 +1,7 @@ PORTNAME= deno-dom DISTVERSIONPREFIX= v DISTVERSION= 0.1.56 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/deno/Makefile b/www/deno/Makefile index 8c0ecdf302db..4e8a1e773128 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,7 +1,7 @@ PORTNAME= deno DISTVERSIONPREFIX= v DISTVERSION= 2.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/dezoomify-rs/Makefile b/www/dezoomify-rs/Makefile index c3dac72b16be..4909c1ed4159 100644 --- a/www/dezoomify-rs/Makefile +++ b/www/dezoomify-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dezoomify-rs DISTVERSIONPREFIX= v DISTVERSION= 2.15.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org diff --git a/www/dothttp/Makefile b/www/dothttp/Makefile index d18c13dc8386..478830ce4bfa 100644 --- a/www/dothttp/Makefile +++ b/www/dothttp/Makefile @@ -1,7 +1,7 @@ PORTNAME= dothttp DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/drill/Makefile b/www/drill/Makefile index 8cfd6b3fbee6..4e3826073765 100644 --- a/www/drill/Makefile +++ b/www/drill/Makefile @@ -1,6 +1,6 @@ PORTNAME= drill DISTVERSION= 0.8.3 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/dufs/Makefile b/www/dufs/Makefile index cf07c9b94a87..a4fc75130c70 100644 --- a/www/dufs/Makefile +++ b/www/dufs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dufs DISTVERSIONPREFIX= v DISTVERSION= 0.44.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= ashish@FreeBSD.org diff --git a/www/element-web/Makefile b/www/element-web/Makefile index 4caff09b42bd..ddc1f171483e 100644 --- a/www/element-web/Makefile +++ b/www/element-web/Makefile @@ -1,6 +1,6 @@ PORTNAME= element DISTVERSIONPREFIX= v -DISTVERSION= 1.12.6 +DISTVERSION= 1.12.7 CATEGORIES= www MASTER_SITES= https://github.com/element-hq/element-web/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= -web @@ -18,7 +18,7 @@ CPE_VENDOR= matrix NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message -PLIST_SUB= COMMITID=36e06bd268d95d600abf +PLIST_SUB= COMMITID=b205bf1af9bdedd81a8b do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} diff --git a/www/element-web/distinfo b/www/element-web/distinfo index 78b3fae33dd1..1656d657b701 100644 --- a/www/element-web/distinfo +++ b/www/element-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764967880 -SHA256 (element-v1.12.6.tar.gz) = d31c04c72e87811a94eb39bcb8fd16c83f7a6b2611b30fd22ad3aaa594efdfe4 -SIZE (element-v1.12.6.tar.gz) = 39736687 +TIMESTAMP = 1765970134 +SHA256 (element-v1.12.7.tar.gz) = c1ad3ebe39be1c6962f43e486a3647f1e99b91f8ce249718f47e3ba81af32b27 +SIZE (element-v1.12.7.tar.gz) = 39675081 diff --git a/www/element-web/pkg-plist b/www/element-web/pkg-plist index d693db35a0be..86d0d16dc90e 100644 --- a/www/element-web/pkg-plist +++ b/www/element-web/pkg-plist @@ -8,6 +8,11 @@ %%WWWDIR%%/bundles/%%COMMITID%%/1127.js.map %%WWWDIR%%/bundles/%%COMMITID%%/1188.js %%WWWDIR%%/bundles/%%COMMITID%%/1188.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/1298.js +%%WWWDIR%%/bundles/%%COMMITID%%/1298.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/1298.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/1385.js +%%WWWDIR%%/bundles/%%COMMITID%%/1385.js.map %%WWWDIR%%/bundles/%%COMMITID%%/1436.js %%WWWDIR%%/bundles/%%COMMITID%%/1436.js.map %%WWWDIR%%/bundles/%%COMMITID%%/170d052a33d061493d85.wasm @@ -48,18 +53,14 @@ %%WWWDIR%%/bundles/%%COMMITID%%/485.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4b8cc1fdfc588dd3972f.wasm %%WWWDIR%%/bundles/%%COMMITID%%/5215.js +%%WWWDIR%%/bundles/%%COMMITID%%/5215.js.map %%WWWDIR%%/bundles/%%COMMITID%%/5438.js %%WWWDIR%%/bundles/%%COMMITID%%/5438.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/5587.js -%%WWWDIR%%/bundles/%%COMMITID%%/5587.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/5587.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/623.js -%%WWWDIR%%/bundles/%%COMMITID%%/623.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/624.js -%%WWWDIR%%/bundles/%%COMMITID%%/624.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/624.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6311.js %%WWWDIR%%/bundles/%%COMMITID%%/6311.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/6470.js +%%WWWDIR%%/bundles/%%COMMITID%%/6470.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/6470.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6501.js %%WWWDIR%%/bundles/%%COMMITID%%/6501.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6717.js @@ -74,6 +75,7 @@ %%WWWDIR%%/bundles/%%COMMITID%%/7491.js %%WWWDIR%%/bundles/%%COMMITID%%/7491.js.LICENSE.txt %%WWWDIR%%/bundles/%%COMMITID%%/7491.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/7596.js %%WWWDIR%%/bundles/%%COMMITID%%/7692.js %%WWWDIR%%/bundles/%%COMMITID%%/7692.js.map %%WWWDIR%%/bundles/%%COMMITID%%/7697.js @@ -353,95 +355,104 @@ %%WWWDIR%%/fonts/inter-vietnamese-700-italic.bde1c88.woff2 %%WWWDIR%%/fonts/inter-vietnamese-700-normal.05b640f.woff %%WWWDIR%%/fonts/inter-vietnamese-700-normal.d1c85ca.woff2 -%%WWWDIR%%/i18n/cs.ef40265.json -%%WWWDIR%%/i18n/cy.d443b6c.json -%%WWWDIR%%/i18n/de_DE.88bc494.json -%%WWWDIR%%/i18n/el.4478e8d.json -%%WWWDIR%%/i18n/en_EN.ad4882b.json -%%WWWDIR%%/i18n/eo.01dec4c.json -%%WWWDIR%%/i18n/es.8801af0.json -%%WWWDIR%%/i18n/et.e29f38b.json +%%WWWDIR%%/i18n/cs.4c75826.json +%%WWWDIR%%/i18n/cy.035dc87.json +%%WWWDIR%%/i18n/de_DE.c89acd8.json +%%WWWDIR%%/i18n/el.9da3e33.json +%%WWWDIR%%/i18n/en_EN.aa93079.json +%%WWWDIR%%/i18n/eo.03dd57f.json +%%WWWDIR%%/i18n/es.2efe1b1.json +%%WWWDIR%%/i18n/et.4c7195f.json %%WWWDIR%%/i18n/fa.8c12691.json -%%WWWDIR%%/i18n/fi.6a3bbcc.json -%%WWWDIR%%/i18n/fr.3640e2f.json -%%WWWDIR%%/i18n/gl.20fbad8.json -%%WWWDIR%%/i18n/he.40e844b.json -%%WWWDIR%%/i18n/hu.312e3a6.json -%%WWWDIR%%/i18n/hy.94dd155.json -%%WWWDIR%%/i18n/id.7f82dc3.json -%%WWWDIR%%/i18n/is.005fb1b.json -%%WWWDIR%%/i18n/it.8258942.json -%%WWWDIR%%/i18n/ja.b6c6f98.json -%%WWWDIR%%/i18n/ka.e712974.json +%%WWWDIR%%/i18n/fi.22b54d2.json +%%WWWDIR%%/i18n/fr.5a4583a.json +%%WWWDIR%%/i18n/gl.7065ccc.json +%%WWWDIR%%/i18n/he.b83d000.json +%%WWWDIR%%/i18n/hu.cc250cb.json +%%WWWDIR%%/i18n/hy.de33a67.json +%%WWWDIR%%/i18n/id.06ce851.json +%%WWWDIR%%/i18n/is.863e288.json +%%WWWDIR%%/i18n/it.74bccd9.json +%%WWWDIR%%/i18n/ja.2aeddc4.json +%%WWWDIR%%/i18n/ka.e064701.json %%WWWDIR%%/i18n/languages.json -%%WWWDIR%%/i18n/lo.29de4f9.json -%%WWWDIR%%/i18n/lt.36d2363.json -%%WWWDIR%%/i18n/lv.bddc7bf.json -%%WWWDIR%%/i18n/mg_MG.35de0d2.json -%%WWWDIR%%/i18n/nb_NO.af8acab.json -%%WWWDIR%%/i18n/nl.0d0030f.json -%%WWWDIR%%/i18n/pl.b5c9b7e.json -%%WWWDIR%%/i18n/pt.6243350.json -%%WWWDIR%%/i18n/pt_BR.91e964d.json -%%WWWDIR%%/i18n/ru.5fc7e5a.json -%%WWWDIR%%/i18n/sk.ff31ec0.json -%%WWWDIR%%/i18n/sq.62f47ee.json -%%WWWDIR%%/i18n/sv.32c7379.json -%%WWWDIR%%/i18n/tr.9f2694e.json -%%WWWDIR%%/i18n/uk.b423d2a.json -%%WWWDIR%%/i18n/vi.c529dca.json -%%WWWDIR%%/i18n/zh_Hans.4150743.json -%%WWWDIR%%/i18n/zh_Hant.00b4e29.json +%%WWWDIR%%/i18n/lo.48b8551.json +%%WWWDIR%%/i18n/lt.4e7eaae.json +%%WWWDIR%%/i18n/lv.9d75a93.json +%%WWWDIR%%/i18n/mg_MG.a1da06d.json +%%WWWDIR%%/i18n/nb_NO.cc8fcc5.json +%%WWWDIR%%/i18n/nl.a5c8438.json +%%WWWDIR%%/i18n/pl.58f9f8c.json +%%WWWDIR%%/i18n/pt.c39ae76.json +%%WWWDIR%%/i18n/pt_BR.dec1bce.json +%%WWWDIR%%/i18n/ru.2a039a4.json +%%WWWDIR%%/i18n/sk.658b388.json +%%WWWDIR%%/i18n/sq.0a454c4.json +%%WWWDIR%%/i18n/sv.89ad476.json +%%WWWDIR%%/i18n/tr.0085c6b.json +%%WWWDIR%%/i18n/uk.1949a1a.json +%%WWWDIR%%/i18n/vi.f7d2307.json +%%WWWDIR%%/i18n/zh_Hans.bda4f9c.json +%%WWWDIR%%/i18n/zh_Hant.d964491.json +%%WWWDIR%%/icons/admin.114d462.svg +%%WWWDIR%%/icons/arrow-down.54f69f9.svg +%%WWWDIR%%/icons/attachment.3e04cf8.svg %%WWWDIR%%/icons/bold.b7f0698.svg +%%WWWDIR%%/icons/chat-solid.30315ba.svg %%WWWDIR%%/icons/check-circle.99c21d7.svg %%WWWDIR%%/icons/check.aaad650.svg %%WWWDIR%%/icons/chevron-down.9ea2899.svg -%%WWWDIR%%/icons/chevron-left.18c22d7.svg -%%WWWDIR%%/icons/chevron-right.a1fc7b0.svg %%WWWDIR%%/icons/chevron-up.a7ca3bc.svg +%%WWWDIR%%/icons/circle.41e6537.svg %%WWWDIR%%/icons/close.5ef7caf.svg %%WWWDIR%%/icons/collapse.fc765b9.svg %%WWWDIR%%/icons/copy.95010ef.svg %%WWWDIR%%/icons/delete.8165351.svg +%%WWWDIR%%/icons/dial-pad.02b5cb9.svg %%WWWDIR%%/icons/download.364c774.svg +%%WWWDIR%%/icons/edit.194d02e.svg +%%WWWDIR%%/icons/end-call.b85abd5.svg %%WWWDIR%%/icons/error-solid.7cb2e4d.svg +%%WWWDIR%%/icons/error.396f357.svg %%WWWDIR%%/icons/expand.867af0b.svg -%%WWWDIR%%/icons/export-archive.f43ec04.svg -%%WWWDIR%%/icons/extensions-solid.4aa63de.svg +%%WWWDIR%%/icons/explore.79f2ce1.svg %%WWWDIR%%/icons/favourite-solid.a1d4606.svg -%%WWWDIR%%/icons/files.453e84c.svg %%WWWDIR%%/icons/forward.7d44a5b.svg +%%WWWDIR%%/icons/group.e34a818.svg %%WWWDIR%%/icons/home-solid.88e9e19.svg %%WWWDIR%%/icons/image.9142b42.svg %%WWWDIR%%/icons/info-solid.ef2d524.svg %%WWWDIR%%/icons/info.d42d785.svg %%WWWDIR%%/icons/inline-code.f51200e.svg %%WWWDIR%%/icons/italic.be1e35d.svg +%%WWWDIR%%/icons/labs.518b890.svg %%WWWDIR%%/icons/leave.8b03b57.svg %%WWWDIR%%/icons/link.d0734d2.svg -%%WWWDIR%%/icons/location-pin-solid.5b99343.svg %%WWWDIR%%/icons/lock-solid.6847293.svg +%%WWWDIR%%/icons/mark-as-read.7e26490.svg +%%WWWDIR%%/icons/mark-as-unread.11c736a.svg %%WWWDIR%%/icons/mic-off-solid.b535c73.svg %%WWWDIR%%/icons/mic-on-solid.5e29984.svg +%%WWWDIR%%/icons/offline.8af7188.svg %%WWWDIR%%/icons/overflow-horizontal.e4b97af.svg -%%WWWDIR%%/icons/pause-solid.a64b426.svg %%WWWDIR%%/icons/pin.7c59c5e.svg -%%WWWDIR%%/icons/play-solid.05663a6.svg %%WWWDIR%%/icons/plus.95ca4d1.svg +%%WWWDIR%%/icons/polls.6cdea72.svg %%WWWDIR%%/icons/pop-out.0a8fde3.svg +%%WWWDIR%%/icons/preferences.771aa50.svg %%WWWDIR%%/icons/public.0e971dd.svg %%WWWDIR%%/icons/qr-code.b517d20.svg %%WWWDIR%%/icons/quote.60f93d6.svg +%%WWWDIR%%/icons/reaction-add.47b0ce6.svg %%WWWDIR%%/icons/reply.d3e6417.svg %%WWWDIR%%/icons/restart.514c8f1.svg +%%WWWDIR%%/icons/room.3223c81.svg %%WWWDIR%%/icons/search.7258145.svg -%%WWWDIR%%/icons/send-solid.9074f92.svg %%WWWDIR%%/icons/settings-solid.94c318a.svg %%WWWDIR%%/icons/share-screen-solid.c7c1310.svg +%%WWWDIR%%/icons/share.4e345b7.svg +%%WWWDIR%%/icons/shield.bb49379.svg %%WWWDIR%%/icons/strikethrough.17fd61f.svg -%%WWWDIR%%/icons/take-photo-solid.f40d394.svg -%%WWWDIR%%/icons/text-formatting.0b0dd78.svg -%%WWWDIR%%/icons/threads-solid.7fe60f4.svg %%WWWDIR%%/icons/threads.52e135e.svg %%WWWDIR%%/icons/time.8c3060c.svg %%WWWDIR%%/icons/unpin.bb6290d.svg @@ -451,15 +462,13 @@ %%WWWDIR%%/icons/video-call-missed-solid.f54bda6.svg %%WWWDIR%%/icons/video-call-off-solid.8b0f3e2.svg %%WWWDIR%%/icons/video-call-solid.d584e19.svg +%%WWWDIR%%/icons/visibility-off.0464e4f.svg +%%WWWDIR%%/icons/visibility-on.3629cf4.svg +%%WWWDIR%%/icons/voice-call-solid.4e697dc.svg +%%WWWDIR%%/icons/volume-off-solid.77ba3fb.svg %%WWWDIR%%/icons/volume-on-solid.3f0544f.svg %%WWWDIR%%/icons/warning.80e5cc2.svg %%WWWDIR%%/img/betas/video_rooms.7fada3d.png -%%WWWDIR%%/img/e2e/decryption-failure.d4a03e3.svg -%%WWWDIR%%/img/e2e/lock-warning-filled.655a613.svg -%%WWWDIR%%/img/e2e/normal.ab42a7b.svg -%%WWWDIR%%/img/e2e/verified.2ccf64e.svg -%%WWWDIR%%/img/e2e/warning-deprecated.b45047c.svg -%%WWWDIR%%/img/e2e/warning.71ffc83.svg %%WWWDIR%%/img/element-desktop-logo.9ad01e8.svg %%WWWDIR%%/img/element-icons/ask-to-join.a351162.svg %%WWWDIR%%/img/element-icons/brands/apple.734de1e.svg @@ -467,33 +476,19 @@ %%WWWDIR%%/img/element-icons/brands/github.a229f06.svg %%WWWDIR%%/img/element-icons/brands/gitlab.9958062.svg %%WWWDIR%%/img/element-icons/brands/google.1573797.svg +%%WWWDIR%%/img/element-icons/brands/linux.3246363.svg +%%WWWDIR%%/img/element-icons/brands/microsoft.c4cdbfc.svg %%WWWDIR%%/img/element-icons/brands/twitter.b825e3c.svg %%WWWDIR%%/img/element-icons/call/delete.1f69b87.svg -%%WWWDIR%%/img/element-icons/call/dialpad.b652586.svg -%%WWWDIR%%/img/element-icons/call/hangup.a9876fc.svg -%%WWWDIR%%/img/element-icons/call/video-call.515f9f9.svg -%%WWWDIR%%/img/element-icons/call/voice-call.85002aa.svg -%%WWWDIR%%/img/element-icons/chat-bubbles.7946de9.svg %%WWWDIR%%/img/element-icons/check-all.89b31cf.svg %%WWWDIR%%/img/element-icons/child-relationship.f8cfd49.svg -%%WWWDIR%%/img/element-icons/circle-sending.394023e.svg -%%WWWDIR%%/img/element-icons/circle-sent.4ba3d6b.svg -%%WWWDIR%%/img/element-icons/cloud-off.97663f7.svg %%WWWDIR%%/img/element-icons/collapse-message.2764ac2.svg %%WWWDIR%%/img/element-icons/email-prompt.67a8ba4.svg %%WWWDIR%%/img/element-icons/expand-message.b3c80a6.svg -%%WWWDIR%%/img/element-icons/eye.e715558.svg %%WWWDIR%%/img/element-icons/feedback.0bc9353.svg -%%WWWDIR%%/img/element-icons/flask.6aca159.svg -%%WWWDIR%%/img/element-icons/group-members.d86d751.svg -%%WWWDIR%%/img/element-icons/hide.72c451b.svg %%WWWDIR%%/img/element-icons/i.cf33278.svg %%WWWDIR%%/img/element-icons/new-and-improved.65a63c7.svg %%WWWDIR%%/img/element-icons/notifications.988ddb0.svg -%%WWWDIR%%/img/element-icons/room/composer/attach.7eed7d0.svg -%%WWWDIR%%/img/element-icons/room/composer/emoji.d7b1970.svg -%%WWWDIR%%/img/element-icons/room/composer/plain_text.ad262e9.svg -%%WWWDIR%%/img/element-icons/room/composer/poll.a8ee2f3.svg %%WWWDIR%%/img/element-icons/room/composer/sticker.6a92ae6.svg %%WWWDIR%%/img/element-icons/room/default_app.79b63ba.svg %%WWWDIR%%/img/element-icons/room/default_cal.6bea887.svg @@ -501,47 +496,28 @@ %%WWWDIR%%/img/element-icons/room/default_doc.a42767c.svg %%WWWDIR%%/img/element-icons/room/default_video.f29df7d.svg %%WWWDIR%%/img/element-icons/room/invite.440bc20.svg -%%WWWDIR%%/img/element-icons/room/message-bar/edit.940a38c.svg -%%WWWDIR%%/img/element-icons/room/message-bar/emoji.27bdbc0.svg %%WWWDIR%%/img/element-icons/room/pin-upright.340b3b6.svg -%%WWWDIR%%/img/element-icons/room/pin.c358af7.svg %%WWWDIR%%/img/element-icons/room/search-inset.7a9a2eb.svg %%WWWDIR%%/img/element-icons/room/settings/advanced.5744e03.svg -%%WWWDIR%%/img/element-icons/room/settings/roles.ace4f24.svg -%%WWWDIR%%/img/element-icons/room/share.6a6396f.svg %%WWWDIR%%/img/element-icons/roomlist/dark-light-mode.328ce0f.svg %%WWWDIR%%/img/element-icons/roomlist/decorated-avatar-mask.376375b.svg -%%WWWDIR%%/img/element-icons/roomlist/dialpad.024cc1d.svg -%%WWWDIR%%/img/element-icons/roomlist/explore.6738ed6.svg -%%WWWDIR%%/img/element-icons/roomlist/hash-circle.221168c.svg -%%WWWDIR%%/img/element-icons/roomlist/hash-plus.0f56725.svg -%%WWWDIR%%/img/element-icons/roomlist/hash-search.53e3a04.svg %%WWWDIR%%/img/element-icons/roomlist/hash-video.0d44220.svg -%%WWWDIR%%/img/element-icons/roomlist/hash.9de9cf7.svg -%%WWWDIR%%/img/element-icons/roomlist/low-priority.d46a05a.svg -%%WWWDIR%%/img/element-icons/roomlist/mark-as-read.273067d.svg -%%WWWDIR%%/img/element-icons/roomlist/mark-as-unread.f1a2c4d.svg %%WWWDIR%%/img/element-icons/roomlist/notifications-default.63a2b44.svg %%WWWDIR%%/img/element-icons/roomlist/notifications-dm.6739542.svg %%WWWDIR%%/img/element-icons/roomlist/notifications-off.0b8adcc.svg -%%WWWDIR%%/img/element-icons/roomlist/plus-circle.4fbd7e8.svg %%WWWDIR%%/img/element-icons/roomlist/room-avatar-view-icon-mask.dfdc337.svg %%WWWDIR%%/img/element-icons/roomlist/room-avatar-view-presence-mask.e2f8b62.svg %%WWWDIR%%/img/element-icons/roomlist/room-list-item-skeleton.b543c8a.svg %%WWWDIR%%/img/element-icons/roomlist/skeleton-ui.fde3810.svg -%%WWWDIR%%/img/element-icons/settings/appearance.90cad21.svg %%WWWDIR%%/img/element-icons/settings/desktop.05314b6.svg -%%WWWDIR%%/img/element-icons/settings/flask.40eebdf.svg %%WWWDIR%%/img/element-icons/settings/img-size-large.9c06d67.svg %%WWWDIR%%/img/element-icons/settings/img-size-normal.769b56e.svg %%WWWDIR%%/img/element-icons/settings/inactive.0c6bfa4.svg %%WWWDIR%%/img/element-icons/settings/mobile.471adda.svg -%%WWWDIR%%/img/element-icons/settings/preference.dd3ae3c.svg %%WWWDIR%%/img/element-icons/settings/unknown-device.a72c1a6.svg %%WWWDIR%%/img/element-icons/settings/web.59c702a.svg %%WWWDIR%%/img/element-icons/spaces.8a53f25.svg %%WWWDIR%%/img/element-icons/trophy.1ab5e03.svg -%%WWWDIR%%/img/element-icons/upload.1018a2f.svg %%WWWDIR%%/img/element-icons/view-in-room.afeddb7.svg %%WWWDIR%%/img/element-shiny.f5a5e6e.svg %%WWWDIR%%/img/emojipicker/activity.b1bd2e6.svg @@ -556,7 +532,6 @@ %%WWWDIR%%/img/emojipicker/recent.ac61335.svg %%WWWDIR%%/img/emojipicker/search.fc4e297.svg %%WWWDIR%%/img/emojipicker/symbols.9e36ce6.svg -%%WWWDIR%%/img/external-link.8197a77.svg %%WWWDIR%%/img/feather-customised/bridge.8ca4493.svg %%WWWDIR%%/img/feather-customised/bug.4551a84.svg %%WWWDIR%%/img/feather-customised/secure-backup.7e95b34.svg @@ -583,15 +558,10 @@ %%WWWDIR%%/img/stickerpack-placeholder.877b5d0.png %%WWWDIR%%/img/typing-indicator-2x.e13c259.gif %%WWWDIR%%/img/upload-big.ade34b1.svg -%%WWWDIR%%/img/voip/call-view/dialpad.44caf66.svg %%WWWDIR%%/img/voip/call-view/sidebar-off.9164266.svg %%WWWDIR%%/img/voip/call-view/sidebar-on.c8ce983.svg %%WWWDIR%%/img/voip/missed-voice.8a2b762.svg %%WWWDIR%%/img/voip/paused.b00e0b4.svg -%%WWWDIR%%/img/voip/silence.fff021d.svg -%%WWWDIR%%/img/voip/tab-dialpad.5fb10f3.svg -%%WWWDIR%%/img/voip/tab-userdirectory.6dac23d.svg -%%WWWDIR%%/img/voip/un-silence.fd94a16.svg %%WWWDIR%%/img/warning.76eaf74.svg %%WWWDIR%%/index.html %%WWWDIR%%/jitsi.html @@ -629,14 +599,8 @@ %%WWWDIR%%/themes/dark/css/_dark.pcss %%WWWDIR%%/themes/dark/css/dark.pcss %%WWWDIR%%/themes/element/img/backgrounds/lake.jpg -%%WWWDIR%%/themes/element/img/compound/apple.1ab7e70.svg -%%WWWDIR%%/themes/element/img/compound/apple.svg %%WWWDIR%%/themes/element/img/compound/fade-arc-light.c8ae4ed.png %%WWWDIR%%/themes/element/img/compound/fade-arc-light.png -%%WWWDIR%%/themes/element/img/compound/linux.3246363.svg -%%WWWDIR%%/themes/element/img/compound/linux.svg -%%WWWDIR%%/themes/element/img/compound/microsoft.c4cdbfc.svg -%%WWWDIR%%/themes/element/img/compound/microsoft.svg %%WWWDIR%%/themes/element/img/download/apple.svg %%WWWDIR%%/themes/element/img/download/fdroid.svg %%WWWDIR%%/themes/element/img/download/google.svg diff --git a/www/fabio/Makefile b/www/fabio/Makefile index 450de65b4abd..09d7920369ec 100644 --- a/www/fabio/Makefile +++ b/www/fabio/Makefile @@ -11,10 +11,7 @@ WWW= https://github.com/fabiolb/fabio LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules USE_RC_SUBR= fabio diff --git a/www/feroxbuster/Makefile b/www/feroxbuster/Makefile index 1b03d29b5871..6113aac3f035 100644 --- a/www/feroxbuster/Makefile +++ b/www/feroxbuster/Makefile @@ -1,6 +1,6 @@ PORTNAME= feroxbuster DISTVERSIONPREFIX= v -DISTVERSION= 2.13.0 +DISTVERSION= 2.13.1 PORTREVISION= 1 CATEGORIES= www security diff --git a/www/feroxbuster/distinfo b/www/feroxbuster/distinfo index 64a9de56e460..11e94cc0f65f 100644 --- a/www/feroxbuster/distinfo +++ b/www/feroxbuster/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1761529073 +TIMESTAMP = 1765786928 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -835,5 +835,5 @@ SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016a SIZE (rust/crates/zip-0.6.6.crate) = 65789 SHA256 (rust/crates/zipsign-api-0.1.5.crate) = dba6063ff82cdbd9a765add16d369abe81e520f836054e997c2db217ceca40c0 SIZE (rust/crates/zipsign-api-0.1.5.crate) = 17451 -SHA256 (epi052-feroxbuster-v2.13.0_GH0.tar.gz) = 41b3131870c07e3bb93f769444c1e59d3ec370a1c7195bf8bfa192ef179bcf01 -SIZE (epi052-feroxbuster-v2.13.0_GH0.tar.gz) = 11622709 +SHA256 (epi052-feroxbuster-v2.13.1_GH0.tar.gz) = 6f1f3466319ea5485b9d6f05000718c6ccbe1210c1cea7b2af83a5343d068a23 +SIZE (epi052-feroxbuster-v2.13.1_GH0.tar.gz) = 11636744 diff --git a/www/filebrowser-quantum/Makefile b/www/filebrowser-quantum/Makefile index 6d53bf6512f5..d4be5557c377 100644 --- a/www/filebrowser-quantum/Makefile +++ b/www/filebrowser-quantum/Makefile @@ -14,7 +14,7 @@ WWW= https://filebrowserquantum.com \ LICENSE= APACHE20 -USES= go:1.25,modules +USES= go:1.25+,modules USE_GITHUB= yes GH_ACCOUNT= gtsteffaniak GH_PROJECT= filebrowser diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index c6f36178f7f6..898c7c931af8 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox DISTVERSION= 140.6.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 4a0d67cd894e..a5e164acf915 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,6 +1,6 @@ PORTNAME= firefox DISTVERSION= 146.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ diff --git a/www/forgejo-lts/Makefile b/www/forgejo-lts/Makefile index 7bfb6092c121..6e90cfe00845 100644 --- a/www/forgejo-lts/Makefile +++ b/www/forgejo-lts/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git -USES= cpe gmake go:1.25,no_targets +USES= cpe gmake go:1.25+,no_targets USE_RC_SUBR= forgejo PIE_UNSAFE= yes diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile index 3bb83c34d451..03c8b5a8861c 100644 --- a/www/forgejo/Makefile +++ b/www/forgejo/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git -USES= cpe gmake go:1.25,no_targets +USES= cpe gmake go:1.25+,no_targets USE_RC_SUBR= forgejo PIE_UNSAFE= yes diff --git a/www/forgejo7/Makefile b/www/forgejo7/Makefile index d616950a6f83..cb1f5ab87e0b 100644 --- a/www/forgejo7/Makefile +++ b/www/forgejo7/Makefile @@ -19,7 +19,7 @@ EXPIRATION_DATE= 2025-12-31 RUN_DEPENDS= git:devel/git -USES= cpe gmake go:1.23,no_targets +USES= cpe gmake go:no_targets USE_RC_SUBR= forgejo CONFLICTS_INSTALL= forgejo forgejo-lts diff --git a/www/freenginx-acme/Makefile b/www/freenginx-acme/Makefile index d2fb1711d8bd..a143f5e5c8a7 100644 --- a/www/freenginx-acme/Makefile +++ b/www/freenginx-acme/Makefile @@ -1,5 +1,6 @@ PORTNAME= acme DISTVERSION= 0.3.1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://github.com/nginx/nginx-${PORTNAME}/releases/download/v${PORTVERSION}/:acme \ https://freenginx.org/download/:freenginx diff --git a/www/freenginx-acme/distinfo b/www/freenginx-acme/distinfo index ca4e887aaba8..0f553930a0a7 100644 --- a/www/freenginx-acme/distinfo +++ b/www/freenginx-acme/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1765316178 +TIMESTAMP = 1765912239 SHA256 (nginx-acme-0.3.1.tar.gz) = be3d3d10f042930a3bf348731698eadb7003d224a863c53b719ccd28721572c3 SIZE (nginx-acme-0.3.1.tar.gz) = 99486 -SHA256 (freenginx-1.29.3.tar.gz) = 55989cea3352d937d6d96c9af8b943f3a3f3a0220f35ede7a5b605a3d86b029a -SIZE (freenginx-1.29.3.tar.gz) = 1243956 +SHA256 (freenginx-1.29.4.tar.gz) = 51a596451e334b51ce8cef1291b576ed601ed557e1b500e6c1a77a469d603e27 +SIZE (freenginx-1.29.4.tar.gz) = 1249883 SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 SHA256 (rust/crates/allocator-api2-0.3.1.crate) = c583acf993cf4245c4acb0a2cc2ab1f9cc097de73411bb6d3647ff6af2b1013d diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile index ad12b4dfeffe..c58afecd709e 100644 --- a/www/freenginx-devel/Makefile +++ b/www/freenginx-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= freenginx PORTVERSION= ${NGINX_VERSION} .include "version.mk" -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= https://freenginx.org/download/ \ LOCAL/osa @@ -69,7 +69,7 @@ NO_OPTIONS_SORT= yes OPTIONS_GROUP= HTTPGRP MAILGRP STREAMGRP # Modules that are part of the base nginx distribution OPTIONS_GROUP_HTTPGRP= GOOGLE_PERFTOOLS HTTP HTTP_ADDITION HTTP_AUTH_REQ \ - HTTP_CACHE HTTP_DAV HTTP_DEGRADATION HTTP_FLV HTTP_GUNZIP_FILTER \ + HTTP_CACHE HTTP_DAV HTTP_DEGRADATION HTTP_FLV HTTP_GEOIP HTTP_GUNZIP_FILTER \ HTTP_GZIP_STATIC HTTP_IMAGE_FILTER HTTP_MP4 HTTP_PERL \ HTTP_RANDOM_INDEX HTTP_REALIP HTTP_SECURE_LINK HTTP_SLICE HTTP_SSL \ HTTP_STATUS HTTP_SUB HTTP_XSLT HTTPV2 HTTPV3 HTTPV3_BORING HTTPV3_LSSL \ @@ -77,7 +77,7 @@ OPTIONS_GROUP_HTTPGRP= GOOGLE_PERFTOOLS HTTP HTTP_ADDITION HTTP_AUTH_REQ \ OPTIONS_GROUP_MAILGRP= MAIL MAIL_IMAP MAIL_POP3 MAIL_SMTP MAIL_SSL -OPTIONS_GROUP_STREAMGRP= STREAM STREAM_REALIP STREAM_SSL \ +OPTIONS_GROUP_STREAMGRP= STREAM STREAM_GEOIP STREAM_REALIP STREAM_SSL \ STREAM_SSL_PREREAD OPTIONS_DEFINE= DEBUG DEBUGLOG DSO FILE_AIO IPV6 NJS OTEL THREADS WWW @@ -146,6 +146,9 @@ HTTP_CACHE_CONFIGURE_OFF= --without-http-cache HTTP_DAV_CONFIGURE_ON= --with-http_dav_module HTTP_DEGRADATION_CONFIGURE_ON= --with-http_degradation_module HTTP_FLV_CONFIGURE_ON= --with-http_flv_module +HTTP_GEOIP_CONFIGURE_ON= --with-http_geoip_module +HTTP_GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb +HTTP_GEOIP_VARS= DSO_BASEMODS+=http_geoip_module HTTP_GZIP_STATIC_CONFIGURE_ON= --with-http_gzip_static_module HTTP_GUNZIP_FILTER_CONFIGURE_ON=--with-http_gunzip_module HTTP_IMAGE_FILTER_LIB_DEPENDS= libgd.so:graphics/gd @@ -191,6 +194,9 @@ MAIL_SSL_USES= ssl MAIL_SSL_CONFIGURE_ON= --with-mail_ssl_module STREAM_VARS= DSO_BASEMODS+=stream STREAM_CONFIGURE_ON= --with-stream +STREAM_GEOIP_CONFIGURE_ON= --with-stream_geoip_module +STREAM_GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb +STREAM_GEOIP_VARS= DSO_BASEMODS+=stream_geoip_module STREAM_REALIP_CONFIGURE_ON= --with-stream_realip_module STREAM_SSL_USES= ssl STREAM_SSL_CONFIGURE_ON= --with-stream_ssl_module diff --git a/www/freenginx-devel/Makefile.options.desc b/www/freenginx-devel/Makefile.options.desc index 88cfd36a84f2..6ed452818660 100644 --- a/www/freenginx-devel/Makefile.options.desc +++ b/www/freenginx-devel/Makefile.options.desc @@ -39,6 +39,7 @@ HTTP_EVAL_DESC= 3rd party eval module HTTP_FANCYINDEX_DESC= 3rd party http_fancyindex module HTTP_FLV_DESC= Enable http_flv module HTTP_FOOTER_DESC= 3rd party http_footer module +HTTP_GEOIP_DESC= Enable http_geoip module HTTP_GEOIP2_DESC= 3rd party geoip2 module HTTP_GUNZIP_FILTER_DESC= Enable http_gunzip_filter module HTTP_GZIP_STATIC_DESC= Enable http_gzip_static module @@ -103,6 +104,7 @@ SLOWFS_CACHE_DESC= 3rd party slowfs_cache module SRCACHE_DESC= 3rd party srcache module STREAMGRP_DESC= Modules that require STREAM module STREAM_DESC= Enable stream module +STREAM_GEOIP_DESC= Enable stream_geoip module STREAM_REALIP_DESC= Enable stream_realip module STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) STREAM_SSL_PREREAD_DESC= Enable stream_ssl_preread module (SSL req.) diff --git a/www/freenginx-devel/distinfo b/www/freenginx-devel/distinfo index f8071e336c30..d403f3deb326 100644 --- a/www/freenginx-devel/distinfo +++ b/www/freenginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1763942092 -SHA256 (freenginx-1.29.3.tar.gz) = 55989cea3352d937d6d96c9af8b943f3a3f3a0220f35ede7a5b605a3d86b029a -SIZE (freenginx-1.29.3.tar.gz) = 1243956 +TIMESTAMP = 1765911692 +SHA256 (freenginx-1.29.4.tar.gz) = 51a596451e334b51ce8cef1291b576ed601ed557e1b500e6c1a77a469d603e27 +SIZE (freenginx-1.29.4.tar.gz) = 1249883 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (passenger-6.0.27.tar.gz) = 82c830aee98feece09e84309c2d0c6bb3f7b22a3c8e33cfe93b5e0d498615d0f diff --git a/www/freenginx-devel/pkg-plist b/www/freenginx-devel/pkg-plist index e608ba17dd11..65d236edc4e8 100644 --- a/www/freenginx-devel/pkg-plist +++ b/www/freenginx-devel/pkg-plist @@ -32,6 +32,7 @@ %%DSO%%%%HTTP_EVAL%%libexec/freenginx/ngx_http_eval_module.so %%DSO%%%%HTTP_FANCYINDEX%%libexec/freenginx/ngx_http_fancyindex_module.so %%DSO%%%%HTTP_FOOTER%%libexec/freenginx/ngx_http_footer_filter_module.so +%%DSO%%%%HTTP_GEOIP%%libexec/freenginx/ngx_http_geoip_module.so %%DSO%%%%HTTP_IMAGE_FILTER%%libexec/freenginx/ngx_http_image_filter_module.so %%DSO%%%%HTTP_IP2LOCATION%%libexec/freenginx/ngx_http_ip2location_module.so %%DSO%%%%HTTP_IP2PROXY%%libexec/freenginx/ngx_http_ip2proxy_module.so @@ -113,9 +114,10 @@ %%DSO%%%%SHIBBOLETH%%libexec/freenginx/ngx_http_shibboleth_module.so %%DSO%%%%SLOWFS_CACHE%%libexec/freenginx/ngx_http_slowfs_module.so %%DSO%%%%SRCACHE%%libexec/freenginx/ngx_http_srcache_filter_module.so +%%DSO%%%%STREAM%%libexec/freenginx/ngx_stream_module.so %%DSO%%%%STREAM%%%%HTTP_GEOIP2%%libexec/freenginx/ngx_stream_geoip2_module.so %%DSO%%%%STREAM%%%%NJS%%libexec/freenginx/ngx_stream_js_module.so -%%DSO%%%%STREAM%%libexec/freenginx/ngx_stream_module.so +%%DSO%%%%STREAM%%%%STREAM_GEOIP%%libexec/freenginx/ngx_stream_geoip_module.so %%DSO%%%%STS%%libexec/freenginx/ngx_http_stream_server_traffic_status_module.so %%DSO%%%%VOD%%libexec/freenginx/ngx_http_vod_module.so %%DSO%%%%VTS%%libexec/freenginx/ngx_http_vhost_traffic_status_module.so diff --git a/www/freenginx-devel/version.mk b/www/freenginx-devel/version.mk index 118d35007e58..456897405932 100644 --- a/www/freenginx-devel/version.mk +++ b/www/freenginx-devel/version.mk @@ -1 +1 @@ -NGINX_VERSION= 1.29.3 +NGINX_VERSION= 1.29.4 diff --git a/www/garage/Makefile b/www/garage/Makefile index 6e1ca87d22a2..4d619be0f3df 100644 --- a/www/garage/Makefile +++ b/www/garage/Makefile @@ -1,6 +1,6 @@ PORTNAME= garage DISTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://git.deuxfleurs.fr/Deuxfleurs/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile index 144a49d6d166..c9eb2c37926f 100644 --- a/www/geckodriver/Makefile +++ b/www/geckodriver/Makefile @@ -1,6 +1,7 @@ PORTNAME= geckodriver DISTVERSIONPREFIX= v DISTVERSION= 0.36.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= daniel@blodan.se diff --git a/www/ghostunnel/Makefile b/www/ghostunnel/Makefile index 978233e69da5..a61caa6563fc 100644 --- a/www/ghostunnel/Makefile +++ b/www/ghostunnel/Makefile @@ -11,10 +11,7 @@ WWW= https://github.com/ghostunnel/ghostunnel LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules GO_MODULE= github.com/ghostunnel/ghostunnel diff --git a/www/go-anubis/Makefile b/www/go-anubis/Makefile index abcf0dee572e..faf2369a105d 100644 --- a/www/go-anubis/Makefile +++ b/www/go-anubis/Makefile @@ -1,7 +1,7 @@ PORTNAME= anubis DISTVERSIONPREFIX= v DISTVERSION= 1.23.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://github.com/techarohq/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMEPREFIX= go- @@ -14,7 +14,7 @@ WWW= https://anubis.techaro.lol/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,no_targets +USES= go:no_targets USE_RC_SUBR= ${PORTNAME} ALL_TARGET= prebaked-build diff --git a/www/grafana/Makefile b/www/grafana/Makefile index 682163757549..a0583639ad6c 100644 --- a/www/grafana/Makefile +++ b/www/grafana/Makefile @@ -49,7 +49,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 riscv64 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= cpe go:1.25,modules +USES= cpe go:1.25+,modules USE_GITHUB= yes diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index 33c4f6d3a481..5a9a81e02502 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -10,10 +10,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight HTML rendering/printing/editing engine WWW= http://www.ximian.com/ -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libenchant.so:textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes +RUN_DEPENDS= iso-codes>=0:misc/iso-codes USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xorgproto diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile index ef6409eb32bd..dcc5c3ec7205 100644 --- a/www/htmlcxx/Makefile +++ b/www/htmlcxx/Makefile @@ -12,7 +12,7 @@ WWW= https://htmlcxx.sourceforge.net/ \ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LGPL_V2 -USES= bison:alias compiler:c++14-lang iconv libtool localbase:ldflags pathfix +USES= bison:alias compiler:c++14-lang iconv libtool localbase:ldflags GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/www/httpx/Makefile b/www/httpx/Makefile index d200434f61db..9afcb854aa8c 100644 --- a/www/httpx/Makefile +++ b/www/httpx/Makefile @@ -10,12 +10,9 @@ WWW= https://github.com/projectdiscovery/httpx LICENSE= MIT -USES= go:1.21,modules +USES= go:modules GO_MODULE= github.com/projectdiscovery/httpx -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} diff --git a/www/hurl/Makefile b/www/hurl/Makefile index f0a9a06dc986..c6e5130fb569 100644 --- a/www/hurl/Makefile +++ b/www/hurl/Makefile @@ -1,5 +1,6 @@ PORTNAME= hurl DISTVERSION= 7.1.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= rodrigo@FreeBSD.org diff --git a/www/iridium/Makefile b/www/iridium/Makefile index 1dce38bbb542..b5f84715b032 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -1,5 +1,6 @@ PORTNAME= iridium PORTVERSION= 2025.12.143.1 +PORTREVISION= 2 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/iridium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc b/www/iridium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc new file mode 100644 index 000000000000..8c6f1acc0387 --- /dev/null +++ b/www/iridium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc @@ -0,0 +1,16 @@ +--- ui/ozone/platform/wayland/host/wayland_buffer_manager_host.cc.orig 2025-12-15 07:48:20 UTC ++++ ui/ozone/platform/wayland/host/wayland_buffer_manager_host.cc +@@ -45,9 +45,13 @@ std::string NumberToString(uint32_t number) { + } + + bool CheckImportExportFence() { ++#if BUILDFLAG(IS_BSD) ++ return false; ++#else + // DMA_BUF_IOCTL_{IMPORT,EXPORT}_SYNC_FILE was added in 6.0 + return base::SysInfo::KernelVersionNumber::Current() >= + base::SysInfo::KernelVersionNumber(6, 0); ++#endif + } + + } // namespace diff --git a/www/jericho-html/Makefile b/www/jericho-html/Makefile index fc89493199cc..3de98a5db29f 100644 --- a/www/jericho-html/Makefile +++ b/www/jericho-html/Makefile @@ -1,20 +1,23 @@ PORTNAME= jericho-html -PORTVERSION= 3.2 +PORTVERSION= 3.4 CATEGORIES= www java MASTER_SITES= SF/jerichohtml/${PORTNAME}/${PORTVERSION} MAINTAINER= saper@saper.info COMMENT= Java library to analyse and manipulate HTML -WWW= https://jerichohtml.sourceforge.net/doc/index.html +WWW= https://sourceforge.net/projects/jerichohtml/ + +LICENSE= APACHE20 EPL LGPL21+ +LICENSE_COMB= dual USES= java zip -INTERFACES:= "compile-time-dependencies/slf4j-api-1.6.1.jar:\ +INTERFACES:= "compile-time-dependencies/slf4j-api-1.7.12.jar:\ compile-time-dependencies/commons-logging-api-1.1.1.jar:\ - compile-time-dependencies/log4j-1.2.16.jar" + compile-time-dependencies/log4j-api-2.4.1.jar" PORTDOCS= * -PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar +PLIST_FILES+= ${JAVAJARDIR}/${PORTNAME}.jar OPTIONS_DEFINE= DOCS @@ -22,6 +25,7 @@ do-build: (cd ${WRKSRC} && ${RM} -r classes/* && ${SETENV} \ LANG=en_US.ISO8859-1 LC_ALL=en_US.ISO8859-1 ${JAVAC} \ -classpath ${INTERFACES:S, ,,g} \ + -encoding Windows-1252 \ -d classes src/java/net/htmlparser/jericho/*.java \ src/java/net/htmlparser/jericho/nodoc/*.java) ${MKDIR} ${WRKSRC}/lib diff --git a/www/jericho-html/distinfo b/www/jericho-html/distinfo index 2e8cac710dd5..def049a301a5 100644 --- a/www/jericho-html/distinfo +++ b/www/jericho-html/distinfo @@ -1,2 +1,3 @@ -SHA256 (jericho-html-3.2.zip) = 35787b825bd2fbf78d7c521e27a1ca164caaa01426ac38ae8f3c9697efc0dc13 -SIZE (jericho-html-3.2.zip) = 2396280 +TIMESTAMP = 1765841110 +SHA256 (jericho-html-3.4.zip) = 3114dde6fcd318b76e4d5205df192b814f41d1fe38ed3beea9f355e5d11affc4 +SIZE (jericho-html-3.4.zip) = 2927781 diff --git a/www/jwt-cli/Makefile b/www/jwt-cli/Makefile index 15cf7e328b39..1cc5284347e8 100644 --- a/www/jwt-cli/Makefile +++ b/www/jwt-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= jwt-cli PORTVERSION= 6.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/katana/Makefile b/www/katana/Makefile index 95f21251be11..e00888d5cc97 100644 --- a/www/katana/Makefile +++ b/www/katana/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/projectdiscovery/katana LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= go:1.24,modules +USES= go:1.24+,modules GO_MODULE= github.com/projectdiscovery/katana GO_TARGET= ./cmd/${PORTNAME} diff --git a/www/libjwt/Makefile b/www/libjwt/Makefile index 5163274dc86e..904b6eea8e79 100644 --- a/www/libjwt/Makefile +++ b/www/libjwt/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= jansson>=2.0:devel/jansson LIB_DEPENDS= libjansson.so:devel/jansson TEST_DEPENDS= check>=0.9.4:devel/check -USES= gmake libtool pathfix pkgconfig ssl tar:bz2 +USES= gmake libtool pkgconfig ssl tar:bz2 CONFIGURE_ARGS= --disable-doxygen-chi \ --disable-doxygen-chm \ diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 1cd55a3aec9e..e7255f246530 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,8 +1,8 @@ PORTNAME= librewolf DISTVERSION= 146.0 -PORTREVISION= 1 LWPATCH= -2 DISTVERSIONSUFFIX= ${LWPATCH}.source +PORTREVISION= 2 CATEGORIES= www wayland MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}${LWPATCH}/ diff --git a/www/llhttp/Makefile b/www/llhttp/Makefile index fa55cfdca540..2b827c702dcd 100644 --- a/www/llhttp/Makefile +++ b/www/llhttp/Makefile @@ -11,7 +11,7 @@ WWW= https://llhttp.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT -USES= cmake cpe pathfix +USES= cmake cpe CMAKE_ON= BUILD_SHARED_LIBS diff --git a/www/loco/Makefile b/www/loco/Makefile index 0720860c4d0f..0675aae226aa 100644 --- a/www/loco/Makefile +++ b/www/loco/Makefile @@ -1,7 +1,7 @@ PORTNAME= loco DISTVERSIONPREFIX= v DISTVERSION= 0.16.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel PKGNAMESUFFIX= -web-framework diff --git a/www/ls-qpack/Makefile b/www/ls-qpack/Makefile index ef63969844d9..3199a8375a39 100644 --- a/www/ls-qpack/Makefile +++ b/www/ls-qpack/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libxxhash.so:devel/xxhash -USES= cmake compiler:c11 pathfix pkgconfig +USES= cmake compiler:c11 pkgconfig CMAKE_OFF= LSQPACK_TESTS \ LSQPACK_XXH diff --git a/www/lux/Makefile b/www/lux/Makefile index 2ba5d6b4f49c..d2c8ee1bbf1a 100644 --- a/www/lux/Makefile +++ b/www/lux/Makefile @@ -13,12 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= go:1.21,modules +USES= go:modules GO_MODULE= github.com/iawia002/${PORTNAME} -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - PLIST_FILES= bin/${PORTNAME} PORTDOCS= CONTRIBUTING.md README.md diff --git a/www/lychee/Makefile b/www/lychee/Makefile index c09232e39fac..b4a8347514f5 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -1,7 +1,7 @@ PORTNAME= lychee DISTVERSIONPREFIX= lychee-v DISTVERSION= 0.18.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www net MAINTAINER= pizzamig@FreeBSD.org diff --git a/www/marmite/Makefile b/www/marmite/Makefile index 785885de4557..4792cdd276f3 100644 --- a/www/marmite/Makefile +++ b/www/marmite/Makefile @@ -1,6 +1,6 @@ PORTNAME= marmite DISTVERSION= 0.2.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= dutra@FreeBSD.org diff --git a/www/microbin/Makefile b/www/microbin/Makefile index 5c25bb886e0c..f7da9ac3727b 100644 --- a/www/microbin/Makefile +++ b/www/microbin/Makefile @@ -1,7 +1,7 @@ PORTNAME= microbin DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile index 9fe0e6cd4458..39b080218367 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -10,7 +10,7 @@ WWW= https://miniflux.app/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.24+,modules USE_GITHUB= yes GH_PROJECT= v2 diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index a62120e1df49..0757b2f5d228 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -1,7 +1,7 @@ PORTNAME= miniserve DISTVERSIONPREFIX= v DISTVERSION= 0.32.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= bofh@FreeBSD.org diff --git a/www/monolith/Makefile b/www/monolith/Makefile index 2fb123741377..64eae43aea4a 100644 --- a/www/monolith/Makefile +++ b/www/monolith/Makefile @@ -1,7 +1,7 @@ PORTNAME= monolith DISTVERSIONPREFIX= v DISTVERSION= 2.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/ncgopher/Makefile b/www/ncgopher/Makefile index 8a5a8a46a290..d7323a8cc375 100644 --- a/www/ncgopher/Makefile +++ b/www/ncgopher/Makefile @@ -1,7 +1,7 @@ PORTNAME= ncgopher DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= www MAINTAINER= beastieboy@beastieboy.net diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 7ef6f4d431b9..c92d07e3fa51 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -1,6 +1,6 @@ PORTNAME= newsboat DISTVERSION= 2.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://newsboat.org/releases/${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 539ba048aac3..9e489aad3f4a 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 -USES= cmake compiler:c++20-lang cpe localbase:ldflags pathfix pkgconfig python:env ssl tar:xz +USES= cmake compiler:c++20-lang cpe localbase:ldflags pkgconfig python:env ssl tar:xz CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=share/man CMAKE_OFF= BUILD_SHARED_LIBS \ diff --git a/www/nginx-acme/Makefile b/www/nginx-acme/Makefile index a42922af3384..61f8fb4a446d 100644 --- a/www/nginx-acme/Makefile +++ b/www/nginx-acme/Makefile @@ -1,6 +1,6 @@ PORTNAME= acme PORTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= https://github.com/nginx/nginx-${PORTNAME}/releases/download/v${PORTVERSION}/:acme \ https://nginx.org/download/:nginx diff --git a/www/nginx-prometheus-exporter/Makefile b/www/nginx-prometheus-exporter/Makefile index 10e0416fd9e1..f4ccb2c3542a 100644 --- a/www/nginx-prometheus-exporter/Makefile +++ b/www/nginx-prometheus-exporter/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/nginxinc/nginx-prometheus-exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/nginxinc/nginx-prometheus-exporter diff --git a/www/node20/Makefile b/www/node20/Makefile index 4f319d106364..63eb2b6e9399 100644 --- a/www/node20/Makefile +++ b/www/node20/Makefile @@ -1,6 +1,7 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= ${PORTVERSION:R:R} @@ -69,7 +70,6 @@ BUNDLED_SSL_DESC= Use bundled OpenSSL implementation from node.js JIT_DESC= Use Just In Time compiler BUNDLED_SSL_CONFIGURE_OFF= --openssl-use-def-ca-store --shared-openssl -BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss BUNDLED_SSL_USES_OFF= ssl JIT_CONFIGURE_OFF= --v8-lite-mode diff --git a/www/node22/Makefile b/www/node22/Makefile index b8a5f139f99d..716ed563f653 100644 --- a/www/node22/Makefile +++ b/www/node22/Makefile @@ -1,7 +1,7 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= ${PORTVERSION:R:R} @@ -73,7 +73,6 @@ BUNDLED_SSL_DESC= Use bundled OpenSSL implementation from node.js JIT_DESC= Use Just In Time compiler BUNDLED_SSL_CONFIGURE_OFF= --openssl-use-def-ca-store --shared-openssl -BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss BUNDLED_SSL_USES_OFF= ssl JIT_CONFIGURE_OFF= --v8-lite-mode diff --git a/www/node24/Makefile b/www/node24/Makefile index 3025f2139b76..f64e27684ce4 100644 --- a/www/node24/Makefile +++ b/www/node24/Makefile @@ -1,6 +1,7 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= ${PORTVERSION:R:R} @@ -71,7 +72,6 @@ BUNDLED_SSL_DESC= Use bundled OpenSSL implementation from node.js JIT_DESC= Use Just In Time compiler BUNDLED_SSL_CONFIGURE_OFF= --openssl-use-def-ca-store --shared-openssl -BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss BUNDLED_SSL_USES_OFF= ssl JIT_CONFIGURE_OFF= --v8-lite-mode diff --git a/www/node25/Makefile b/www/node25/Makefile index e87525d39b5f..4dd91c6d4d83 100644 --- a/www/node25/Makefile +++ b/www/node25/Makefile @@ -1,6 +1,7 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= ${PORTVERSION:R:R} @@ -70,7 +71,6 @@ BUNDLED_SSL_DESC= Use bundled OpenSSL implementation from node.js JIT_DESC= Use Just In Time compiler BUNDLED_SSL_CONFIGURE_OFF= --openssl-use-def-ca-store --shared-openssl -BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss BUNDLED_SSL_USES_OFF= ssl JIT_CONFIGURE_OFF= --v8-lite-mode diff --git a/www/npm-node24/Makefile b/www/npm-node24/Makefile index 5354d95c4c8f..fe8a438428c6 100644 --- a/www/npm-node24/Makefile +++ b/www/npm-node24/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 11.6.4 +PORTVERSION= 11.7.0 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= ${NODEJS_SUFFIX} diff --git a/www/npm-node24/distinfo b/www/npm-node24/distinfo index 43347d2acb04..d6571ba19914 100644 --- a/www/npm-node24/distinfo +++ b/www/npm-node24/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510910 -SHA256 (npm-11.6.4.tar.xz) = 7e6fdf073dcd4d81b053b59e755dd3a4ef38c6f2fde2f6baf9c35d973dc72a8c -SIZE (npm-11.6.4.tar.xz) = 1668576 +TIMESTAMP = 1765895696 +SHA256 (npm-11.7.0.tar.xz) = fb55100e7d47921995d7debc3acc00010e79afad45680d75eb480319c57e0f59 +SIZE (npm-11.7.0.tar.xz) = 1671980 diff --git a/www/npm/Makefile b/www/npm/Makefile index 4c6a708222dc..0acf605e91c2 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 11.6.4 +PORTVERSION= 11.7.0 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/owncast/Makefile b/www/owncast/Makefile index cbf011cf240f..dd680e25a9a6 100644 --- a/www/owncast/Makefile +++ b/www/owncast/Makefile @@ -14,12 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= cpe go:1.23,modules +USES= cpe go:modules USE_RC_SUBR= owncast -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - CPE_VENDOR= owncast_project GO_MODULE= github.com/owncast/owncast diff --git a/www/pocket-id/Makefile b/www/pocket-id/Makefile index 56df5e7f9dfc..34aa1fc3a47f 100644 --- a/www/pocket-id/Makefile +++ b/www/pocket-id/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment -USES= go:1.25,modules +USES= go:1.25+,modules USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index e8df0e16a922..00dad51aaff6 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,7 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2025.12.01.00 -PORTREVISION= 1 +DISTVERSION= 2025.12.15.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index 8ac27aa53a8d..50be98ca5116 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764662198 -SHA256 (facebook-proxygen-v2025.12.01.00_GH0.tar.gz) = 9bdb69f5f83f0dc7b8aedb4d1ea31073eb28b361b62580ace52c09549c2e9cc6 -SIZE (facebook-proxygen-v2025.12.01.00_GH0.tar.gz) = 1551010 +TIMESTAMP = 1765873872 +SHA256 (facebook-proxygen-v2025.12.15.00_GH0.tar.gz) = 25ee8cc6923c2ebb61c2ffef137207429db13b6de2a5b4a8004ba6555d4e9693 +SIZE (facebook-proxygen-v2025.12.15.00_GH0.tar.gz) = 1559608 diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index e05467eba973..848ef74410f2 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.6.0 -PORTREVISION= 45 +PORTREVISION= 46 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index 16ffa28cc48a..51b85a75fe2d 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohappyeyeballs>=2.3.0:net/py-aiohappyeyeba ${PYTHON_PKGNAMEPREFIX}multidict>=4.5<7.0:www/py-multidict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}propcache>=0.2.0:devel/py-propcache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yarl>=1.17.0<2.0:www/py-yarl@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>=1.1:dns/py-aiodns@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>=3.2.0:dns/py-aiodns@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/py-gunicorn@${PY_FLAVOR} \ diff --git a/www/py-boto3/Makefile b/www/py-boto3/Makefile index 9b91c75875d2..0c382ce91037 100644 --- a/www/py-boto3/Makefile +++ b/www/py-boto3/Makefile @@ -1,5 +1,5 @@ PORTNAME= boto3 -PORTVERSION= 1.42.4 +PORTVERSION= 1.42.6 CATEGORIES= www python devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-boto3/distinfo b/www/py-boto3/distinfo index 4af1eac0daf8..722e409794b6 100644 --- a/www/py-boto3/distinfo +++ b/www/py-boto3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765032830 -SHA256 (boto3-1.42.4.tar.gz) = 65f0d98a3786ec729ba9b5f70448895b2d1d1f27949aa7af5cb4f39da341bbc4 -SIZE (boto3-1.42.4.tar.gz) = 112826 +TIMESTAMP = 1765895756 +SHA256 (boto3-1.42.6.tar.gz) = 11dab889a24f378af6c93afd4aa06d7cace3866cbf02e78c7a77e9a7fb41967a +SIZE (boto3-1.42.6.tar.gz) = 112859 diff --git a/www/py-dj51-django-allauth/Makefile b/www/py-dj51-django-allauth/Makefile index 38d03af77211..44e5b7e35cc0 100644 --- a/www/py-dj51-django-allauth/Makefile +++ b/www/py-dj51-django-allauth/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-allauth -PORTVERSION= 65.13.0 +PORTVERSION= 65.13.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/www/py-dj51-django-allauth/distinfo b/www/py-dj51-django-allauth/distinfo index 7ed0444e9feb..88659742db25 100644 --- a/www/py-dj51-django-allauth/distinfo +++ b/www/py-dj51-django-allauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763568542 -SHA256 (django_allauth-65.13.0.tar.gz) = 7d7b7e7ad603eb3864c142f051e2cce7be2f9a9c6945a51172ec83d48c6c843b -SIZE (django_allauth-65.13.0.tar.gz) = 1987616 +TIMESTAMP = 1765718986 +SHA256 (django_allauth-65.13.1.tar.gz) = 2af0d07812f8c1a8e3732feaabe6a9db5ecf3fad6b45b6a0f7fd825f656c5a15 +SIZE (django_allauth-65.13.1.tar.gz) = 1983857 diff --git a/www/py-dj51-django-auditlog/Makefile b/www/py-dj51-django-auditlog/Makefile index e4f546f6fa85..171fd8b80d50 100644 --- a/www/py-dj51-django-auditlog/Makefile +++ b/www/py-dj51-django-auditlog/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-auditlog -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/www/py-dj51-django-auditlog/distinfo b/www/py-dj51-django-auditlog/distinfo index 51a2f662e932..1b0d64b03072 100644 --- a/www/py-dj51-django-auditlog/distinfo +++ b/www/py-dj51-django-auditlog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760518447 -SHA256 (django_auditlog-3.3.0.tar.gz) = 01331a0e7bb1a8ff7573311b486c88f3d0c431c388f5a1e4a9b6b26911dd79b8 -SIZE (django_auditlog-3.3.0.tar.gz) = 85941 +TIMESTAMP = 1765719383 +SHA256 (django_auditlog-3.4.0.tar.gz) = 8dbac6927df0dae3a7ae4f67de1f60c7b53f34b60fbf384e4533c1fd1786e87d +SIZE (django_auditlog-3.4.0.tar.gz) = 91333 diff --git a/www/py-dj52-django-allauth/Makefile b/www/py-dj52-django-allauth/Makefile index 6b1e9a51b97c..b16ebe604bbf 100644 --- a/www/py-dj52-django-allauth/Makefile +++ b/www/py-dj52-django-allauth/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-allauth -PORTVERSION= 65.13.0 +PORTVERSION= 65.13.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-django-allauth/distinfo b/www/py-dj52-django-allauth/distinfo index 7361a9c5c7db..0c2f689f1035 100644 --- a/www/py-dj52-django-allauth/distinfo +++ b/www/py-dj52-django-allauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763568690 -SHA256 (django_allauth-65.13.0.tar.gz) = 7d7b7e7ad603eb3864c142f051e2cce7be2f9a9c6945a51172ec83d48c6c843b -SIZE (django_allauth-65.13.0.tar.gz) = 1987616 +TIMESTAMP = 1765719043 +SHA256 (django_allauth-65.13.1.tar.gz) = 2af0d07812f8c1a8e3732feaabe6a9db5ecf3fad6b45b6a0f7fd825f656c5a15 +SIZE (django_allauth-65.13.1.tar.gz) = 1983857 diff --git a/www/py-dj52-django-auditlog/Makefile b/www/py-dj52-django-auditlog/Makefile index 9068f48423ae..a7b07af54984 100644 --- a/www/py-dj52-django-auditlog/Makefile +++ b/www/py-dj52-django-auditlog/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-auditlog -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-django-auditlog/distinfo b/www/py-dj52-django-auditlog/distinfo index 6b110d8bde48..4b6c9eef98eb 100644 --- a/www/py-dj52-django-auditlog/distinfo +++ b/www/py-dj52-django-auditlog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760521835 -SHA256 (django_auditlog-3.3.0.tar.gz) = 01331a0e7bb1a8ff7573311b486c88f3d0c431c388f5a1e4a9b6b26911dd79b8 -SIZE (django_auditlog-3.3.0.tar.gz) = 85941 +TIMESTAMP = 1765719441 +SHA256 (django_auditlog-3.4.0.tar.gz) = 8dbac6927df0dae3a7ae4f67de1f60c7b53f34b60fbf384e4533c1fd1786e87d +SIZE (django_auditlog-3.4.0.tar.gz) = 91333 diff --git a/www/py-dj52-django-treenode/Makefile b/www/py-dj52-django-treenode/Makefile new file mode 100644 index 000000000000..27f1a5d5824f --- /dev/null +++ b/www/py-dj52-django-treenode/Makefile @@ -0,0 +1,28 @@ +PORTNAME= django-treenode +PORTVERSION= 0.23.3 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Abstract model/admin for trees in Django +WWW= https://github.com/fabiocaccamo/django-treenode + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-dj52-django-treenode/distinfo b/www/py-dj52-django-treenode/distinfo new file mode 100644 index 000000000000..35f337282bb7 --- /dev/null +++ b/www/py-dj52-django-treenode/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765828596 +SHA256 (django_treenode-0.23.3.tar.gz) = 714c825d5b925a3d2848d0709f29973941ea41a606b8e2b64cbec46010a8cce3 +SIZE (django_treenode-0.23.3.tar.gz) = 27812 diff --git a/www/py-dj52-django-treenode/pkg-descr b/www/py-dj52-django-treenode/pkg-descr new file mode 100644 index 000000000000..def8dc9e32f2 --- /dev/null +++ b/www/py-dj52-django-treenode/pkg-descr @@ -0,0 +1,12 @@ +The authors of django-treenode describe it as "probably the best +abstract model / admin for your tree based stuff". + +Features: +- Fast - get ancestors, children, descendants, parent, root, siblings, tree + with no queries +- Synced - in-memory model instances are automatically updated +- Compatibility - you can easily add treenode to existing projects +- No dependencies +- Easy configuration - just extend the abstract model / model-admin +- Admin integration - great tree visualization: accordion, breadcrumbs or + indentation diff --git a/www/py-django-unfold/Makefile b/www/py-django-unfold/Makefile index c49be7fc553c..50570062f7a3 100644 --- a/www/py-django-unfold/Makefile +++ b/www/py-django-unfold/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-unfold -PORTVERSION= 0.72.0 +PORTVERSION= 0.73.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-unfold/distinfo b/www/py-django-unfold/distinfo index c73d4c1d5f95..09061e6539f5 100644 --- a/www/py-django-unfold/distinfo +++ b/www/py-django-unfold/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511006 -SHA256 (django_unfold-0.72.0.tar.gz) = 43a0e8a4383037a24b73666c9f721faef12bd500c4628b4fc39d0dafd2e9c0a2 -SIZE (django_unfold-0.72.0.tar.gz) = 1102339 +TIMESTAMP = 1765895758 +SHA256 (django_unfold-0.73.1.tar.gz) = 2c1bbf24d2fc162fe5d0e19b27c1f8287fdd5343b1ffe2b78ee26586ed1a4837 +SIZE (django_unfold-0.73.1.tar.gz) = 1103069 diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile index 122489f38964..0f8ba5922d3d 100644 --- a/www/py-google-cloud-storage/Makefile +++ b/www/py-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 3.6.0 +PORTVERSION= 3.7.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,7 +28,6 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes OPTIONS_DEFINE= PROTOBUF TRACING -OPTIONS_DEFINE= PROTOBUF PROTOBUF_DESC= Protocol buffers support TRACING_DESC= Generate traces using OpenTelemetry diff --git a/www/py-google-cloud-storage/distinfo b/www/py-google-cloud-storage/distinfo index c6896a34ce91..72f373e93351 100644 --- a/www/py-google-cloud-storage/distinfo +++ b/www/py-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853474 -SHA256 (google_cloud_storage-3.6.0.tar.gz) = 29cc6b9a6c0fc9cdad071e375d540a5a50fbc9a7fad8300fa02fb904f6fe2ca2 -SIZE (google_cloud_storage-3.6.0.tar.gz) = 17251072 +TIMESTAMP = 1765895760 +SHA256 (google_cloud_storage-3.7.0.tar.gz) = 9ce59c65f4d6e372effcecc0456680a8d73cef4f2dc9212a0704799cb3d69237 +SIZE (google_cloud_storage-3.7.0.tar.gz) = 17258914 diff --git a/www/py-granian/Makefile b/www/py-granian/Makefile index 3de71f6074e8..891875492c77 100644 --- a/www/py-granian/Makefile +++ b/www/py-granian/Makefile @@ -1,5 +1,6 @@ PORTNAME= granian PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-httpx-aiohttp/Makefile b/www/py-httpx-aiohttp/Makefile index 70c821188175..9a59c4f8f617 100644 --- a/www/py-httpx-aiohttp/Makefile +++ b/www/py-httpx-aiohttp/Makefile @@ -1,5 +1,5 @@ PORTNAME= httpx-aiohttp -DISTVERSION= 0.1.9 +DISTVERSION= 0.1.12 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-httpx-aiohttp/distinfo b/www/py-httpx-aiohttp/distinfo index 11f7b839d7ec..11187aad0b02 100644 --- a/www/py-httpx-aiohttp/distinfo +++ b/www/py-httpx-aiohttp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760796176 -SHA256 (httpx_aiohttp-0.1.9.tar.gz) = 4ee8b22e6f2e7c80cd03be29eff98bfe7d89bd77f021ce0b578ee76b73b4bfe6 -SIZE (httpx_aiohttp-0.1.9.tar.gz) = 206023 +TIMESTAMP = 1765746074 +SHA256 (httpx_aiohttp-0.1.12.tar.gz) = 81feec51fd82c0ecfa0e9aaf1b1a6c2591260d5e2bcbeb7eb0277a78e610df2c +SIZE (httpx_aiohttp-0.1.12.tar.gz) = 275945 diff --git a/www/py-jh2/Makefile b/www/py-jh2/Makefile index 8b8a4dfa25e6..5ab912a796d6 100644 --- a/www/py-jh2/Makefile +++ b/www/py-jh2/Makefile @@ -1,6 +1,6 @@ PORTNAME= jh2 PORTVERSION= 5.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI \ https://github.com/jawah/h2/releases/download/v${PORTVERSION}/ diff --git a/www/py-nh3/Makefile b/www/py-nh3/Makefile index 0806d109d94c..8bd6c7245c16 100644 --- a/www/py-nh3/Makefile +++ b/www/py-nh3/Makefile @@ -1,5 +1,6 @@ PORTNAME= nh3 DISTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-primp/Makefile b/www/py-primp/Makefile index 55e696fa5fb4..d54c87e4393e 100644 --- a/www/py-primp/Makefile +++ b/www/py-primp/Makefile @@ -1,7 +1,7 @@ PORTNAME= primp DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www #MASTER_SITES= PYPI # conflicts with USES=cargo PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-pywry/Makefile b/www/py-pywry/Makefile index b587e4db11aa..b781850f395b 100644 --- a/www/py-pywry/Makefile +++ b/www/py-pywry/Makefile @@ -1,6 +1,6 @@ PORTNAME= pywry DISTVERSION= 0.6.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-qh3/Makefile b/www/py-qh3/Makefile index f4dddd8dba0d..092264c0325b 100644 --- a/www/py-qh3/Makefile +++ b/www/py-qh3/Makefile @@ -1,7 +1,7 @@ PORTNAME= qh3 DISTVERSIONPREFIX= v DISTVERSION= 1.0.9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-requests-kerberos/Makefile b/www/py-requests-kerberos/Makefile deleted file mode 100644 index 99e0e760e8de..000000000000 --- a/www/py-requests-kerberos/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= requests-kerberos -PORTVERSION= 0.15.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= requests_kerberos-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Kerberos authentication handler for python-requests -WWW= https://github.com/requests/requests-kerberos - -LICENSE= ISCL -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspnego>=0:security/py-pyspnego@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.1.0:www/py-requests@${PY_FLAVOR} -# pyspnego[kerberos] -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.0:security/py-gssapi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}krb5>=0.3.0:security/py-krb5@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent cryptography pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/py-requests-kerberos/distinfo b/www/py-requests-kerberos/distinfo deleted file mode 100644 index 35acb117d5ea..000000000000 --- a/www/py-requests-kerberos/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1765032634 -SHA256 (requests_kerberos-0.15.0.tar.gz) = 437512e424413d8113181d696e56694ffa4259eb9a5fc4e803926963864eaf4e -SIZE (requests_kerberos-0.15.0.tar.gz) = 24410 diff --git a/www/py-requests-kerberos/pkg-descr b/www/py-requests-kerberos/pkg-descr deleted file mode 100644 index 416f8e1632f0..000000000000 --- a/www/py-requests-kerberos/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Requests is an HTTP library, written in Python, for human beings. This library -adds optional Kerberos/GSSAPI authentication support and supports mutual -authentication. diff --git a/www/py-sse-starlette/Makefile b/www/py-sse-starlette/Makefile index 3a2852f3bce0..6b29555c1dbc 100644 --- a/www/py-sse-starlette/Makefile +++ b/www/py-sse-starlette/Makefile @@ -1,6 +1,6 @@ PORTNAME= sse-starlette DISTVERSIONPREFIX= v -DISTVERSION= 2.3.3 +DISTVERSION= 3.0.4 CATEGORIES= www python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>0:devel/py-anyio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}starlette>=0.41.3:www/py-starlette@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=4.7.0:devel/py-anyio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}starlette>=0.49.1:www/py-starlette@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.34.0:www/py-uvicorn@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgi-lifespan>0:devel/py-asgi-lifespan@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastapi>0:www/py-fastapi@${PY_FLAVOR} \ diff --git a/www/py-sse-starlette/distinfo b/www/py-sse-starlette/distinfo index 391e09d76c1c..d2fd56a47c6a 100644 --- a/www/py-sse-starlette/distinfo +++ b/www/py-sse-starlette/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745472561 -SHA256 (sysid-sse-starlette-v2.3.3_GH0.tar.gz) = 3626dae8f2caca2ef3f1386f13deec169336bdb053e99906a222b83ae9f0d3e8 -SIZE (sysid-sse-starlette-v2.3.3_GH0.tar.gz) = 573922 +TIMESTAMP = 1765786541 +SHA256 (sysid-sse-starlette-v3.0.4_GH0.tar.gz) = 3fefad3b6e17f4b3220f9d24f6237de4a2406ab367eb602d9bc8c55319db55e6 +SIZE (sysid-sse-starlette-v3.0.4_GH0.tar.gz) = 735901 diff --git a/www/py-sse-starlette/files/patch-pyproject.toml b/www/py-sse-starlette/files/patch-pyproject.toml new file mode 100644 index 000000000000..fcd9e9b9b1c9 --- /dev/null +++ b/www/py-sse-starlette/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2025-12-15 08:15:55 UTC ++++ pyproject.toml +@@ -3,7 +3,6 @@ readme = "README.md" + version = "3.0.4" + description = "SSE plugin for Starlette" + readme = "README.md" +-license = "BSD-3-Clause" + requires-python = ">=3.9" + authors = [ + { name = "sysid", email = "sysid@gmx.de" }, diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 2c23420f5b27..0c4eb5f0229e 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -11,8 +11,6 @@ WWW= https://wolkykim.github.io/qdecoder/ \ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix - GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/www/rearx/Makefile b/www/rearx/Makefile index 280414b76369..f9b8374420cf 100644 --- a/www/rearx/Makefile +++ b/www/rearx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rearx DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/reddsaver/Makefile b/www/reddsaver/Makefile index 06eb8ef48244..0a5c5b6aa9f4 100644 --- a/www/reddsaver/Makefile +++ b/www/reddsaver/Makefile @@ -1,7 +1,7 @@ PORTNAME= reddsaver DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/reproxy/Makefile b/www/reproxy/Makefile index 109ec577b259..21eb5634c63d 100644 --- a/www/reproxy/Makefile +++ b/www/reproxy/Makefile @@ -11,13 +11,10 @@ WWW= https://reproxy.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= umputun -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - BUILD_WRKSRC= ${WRKSRC}/app PLIST_FILES= bin/reproxy diff --git a/www/rubygem-async-pool/Makefile b/www/rubygem-async-pool/Makefile index e0374e5b5299..7d90b49771e0 100644 --- a/www/rubygem-async-pool/Makefile +++ b/www/rubygem-async-pool/Makefile @@ -1,5 +1,5 @@ PORTNAME= async-pool -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-async-pool/distinfo b/www/rubygem-async-pool/distinfo index 35d7d12c0bb2..4f0120b61c9e 100644 --- a/www/rubygem-async-pool/distinfo +++ b/www/rubygem-async-pool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752566748 -SHA256 (rubygem/async-pool-0.11.0.gem) = 2228c4a8d1ca59a259b5f9dab7e0f9f23d57856b195aca1c0aa684a7439ea525 -SIZE (rubygem/async-pool-0.11.0.gem) = 13824 +TIMESTAMP = 1765895818 +SHA256 (rubygem/async-pool-0.11.1.gem) = 98e1583e199a75f7dc70f8e65fc8d0d3b28636c3f256595d43e206642ad8fbda +SIZE (rubygem/async-pool-0.11.1.gem) = 13824 diff --git a/www/rubygem-bullet_train-fields/Makefile b/www/rubygem-bullet_train-fields/Makefile index ce5b6a3760a3..b6cc223282c6 100644 --- a/www/rubygem-bullet_train-fields/Makefile +++ b/www/rubygem-bullet_train-fields/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-fields -PORTVERSION= 1.7.23 +PORTVERSION= 1.37.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-chronic>=0:devel/rubygem-chronic \ rubygem-cloudinary>=0:www/rubygem-cloudinary \ rubygem-phonelib>=0:devel/rubygem-phonelib \ - rubygem-rails71>=6.0.0:www/rubygem-rails71 + rubygem-rails81>=6.0.0:www/rubygem-rails81 USES= gem diff --git a/www/rubygem-bullet_train-fields/distinfo b/www/rubygem-bullet_train-fields/distinfo index cfcd9b714352..7a12bab93fd4 100644 --- a/www/rubygem-bullet_train-fields/distinfo +++ b/www/rubygem-bullet_train-fields/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729653464 -SHA256 (rubygem/bullet_train-fields-1.7.23.gem) = 735ed0380ac3990a1c7675ae286e82eb74b96e27e4430e070b9d66ba46fc9197 -SIZE (rubygem/bullet_train-fields-1.7.23.gem) = 21504 +TIMESTAMP = 1765895826 +SHA256 (rubygem/bullet_train-fields-1.37.1.gem) = 6a046f1a65c4eb3673d3fd17dc40281014b593329ae8662ce259e68296698c8c +SIZE (rubygem/bullet_train-fields-1.37.1.gem) = 23040 diff --git a/www/rubygem-bullet_train-has_uuid/Makefile b/www/rubygem-bullet_train-has_uuid/Makefile index 85e19441abdb..6a8e7ed1f445 100644 --- a/www/rubygem-bullet_train-has_uuid/Makefile +++ b/www/rubygem-bullet_train-has_uuid/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-has_uuid -PORTVERSION= 1.7.23 +PORTVERSION= 1.37.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_trai LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-rails71>=6.0.0:www/rubygem-rails71 +RUN_DEPENDS= rubygem-rails81>=6.0.0:www/rubygem-rails81 USES= gem diff --git a/www/rubygem-bullet_train-has_uuid/distinfo b/www/rubygem-bullet_train-has_uuid/distinfo index 22d571c46a9e..8321b5a7fb8e 100644 --- a/www/rubygem-bullet_train-has_uuid/distinfo +++ b/www/rubygem-bullet_train-has_uuid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729653466 -SHA256 (rubygem/bullet_train-has_uuid-1.7.23.gem) = 6a56933694be3014cff7978c66c3120bba732eb176d0dfc2ba12c51f77ebd2d6 -SIZE (rubygem/bullet_train-has_uuid-1.7.23.gem) = 6144 +TIMESTAMP = 1765895828 +SHA256 (rubygem/bullet_train-has_uuid-1.37.1.gem) = 675f288ef024901a2bc65f3278987fe4ff74aeba9a7e2dd462b8814471c240d6 +SIZE (rubygem/bullet_train-has_uuid-1.37.1.gem) = 6144 diff --git a/www/rubygem-bullet_train-roles/Makefile b/www/rubygem-bullet_train-roles/Makefile index 5cbc010d396c..d6c211e78c86 100644 --- a/www/rubygem-bullet_train-roles/Makefile +++ b/www/rubygem-bullet_train-roles/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-roles -PORTVERSION= 1.7.23 +PORTVERSION= 1.37.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,8 +10,8 @@ WWW= https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_trai LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-active_hash>=0:devel/rubygem-active_hash \ - rubygem-activesupport71>=0:devel/rubygem-activesupport71 \ +RUN_DEPENDS= rubygem-active_hash>=3.3.1:devel/rubygem-active_hash \ + rubygem-activesupport81>=0:devel/rubygem-activesupport81 \ rubygem-cancancan>=0:security/rubygem-cancancan USES= gem diff --git a/www/rubygem-bullet_train-roles/distinfo b/www/rubygem-bullet_train-roles/distinfo index ed1c44a571a3..a3b5f4bd65d8 100644 --- a/www/rubygem-bullet_train-roles/distinfo +++ b/www/rubygem-bullet_train-roles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729653468 -SHA256 (rubygem/bullet_train-roles-1.7.23.gem) = 2aa9f3dcbecf2ddcfe5fecde7401634469be88e3b167b1b9805fb193c35e946c -SIZE (rubygem/bullet_train-roles-1.7.23.gem) = 21504 +TIMESTAMP = 1765895830 +SHA256 (rubygem/bullet_train-roles-1.37.1.gem) = a2b8b5e4bea5a28058bcaf429b95ca81671e6f8ab42af24120be4f7dad9c7880 +SIZE (rubygem/bullet_train-roles-1.37.1.gem) = 20480 diff --git a/www/rubygem-bullet_train-roles/files/patch-gemspec b/www/rubygem-bullet_train-roles/files/patch-gemspec new file mode 100644 index 000000000000..78f01aa3cc9f --- /dev/null +++ b/www/rubygem-bullet_train-roles/files/patch-gemspec @@ -0,0 +1,11 @@ +--- bullet_train-roles.gemspec.orig 2025-12-16 15:38:03 UTC ++++ bullet_train-roles.gemspec +@@ -29,7 +29,7 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q<rake>.freeze, ["~> 13.0".freeze]) + s.add_development_dependency(%q<standard>.freeze, ["~> 1.5.0".freeze]) + s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze]) +- s.add_runtime_dependency(%q<active_hash>.freeze, ["~> 3.3.1".freeze]) ++ s.add_runtime_dependency(%q<active_hash>.freeze, [">= 3.3.1".freeze]) + s.add_runtime_dependency(%q<activesupport>.freeze, [">= 0".freeze]) + s.add_runtime_dependency(%q<cancancan>.freeze, [">= 0".freeze]) + end diff --git a/www/rubygem-bullet_train-scope_validator/Makefile b/www/rubygem-bullet_train-scope_validator/Makefile index 2c49b42dd53c..537a85668c08 100644 --- a/www/rubygem-bullet_train-scope_validator/Makefile +++ b/www/rubygem-bullet_train-scope_validator/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-scope_validator -PORTVERSION= 1.7.23 +PORTVERSION= 1.37.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_trai LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-rails71>=0:www/rubygem-rails71 +RUN_DEPENDS= rubygem-rails81>=6.0.0:www/rubygem-rails81 USES= gem diff --git a/www/rubygem-bullet_train-scope_validator/distinfo b/www/rubygem-bullet_train-scope_validator/distinfo index 12b7040efe76..5110455d53e6 100644 --- a/www/rubygem-bullet_train-scope_validator/distinfo +++ b/www/rubygem-bullet_train-scope_validator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729653470 -SHA256 (rubygem/bullet_train-scope_validator-1.7.23.gem) = a9df0b1df67290fb96fb794af0798b7673817ea29cc2947393115f947c81d98c -SIZE (rubygem/bullet_train-scope_validator-1.7.23.gem) = 11776 +TIMESTAMP = 1765895832 +SHA256 (rubygem/bullet_train-scope_validator-1.37.1.gem) = 1f17dd33eea0d7b03e9a91bb391e29036c8cc1a63a57765f2684c4e9cfb88eef +SIZE (rubygem/bullet_train-scope_validator-1.37.1.gem) = 12288 diff --git a/www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile b/www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile index 16683b58eebf..b7756124e88c 100644 --- a/www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile +++ b/www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-super_load_and_authorize_resource -PORTVERSION= 1.7.23 +PORTVERSION= 1.37.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-cancancan>=0:security/rubygem-cancancan \ - rubygem-rails71>=6.0.0:www/rubygem-rails71 + rubygem-rails81>=6.0.0:www/rubygem-rails81 USES= gem diff --git a/www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo b/www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo index 3e3a0d9328fc..938fffc08d83 100644 --- a/www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo +++ b/www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729653472 -SHA256 (rubygem/bullet_train-super_load_and_authorize_resource-1.7.23.gem) = a43255d36dd15e05d172adb032ab89e16ba55663ae12773bca2ab249786107b6 -SIZE (rubygem/bullet_train-super_load_and_authorize_resource-1.7.23.gem) = 8704 +TIMESTAMP = 1765895834 +SHA256 (rubygem/bullet_train-super_load_and_authorize_resource-1.37.1.gem) = 2baf9404a4b560595bf4fe699d3a96a34ea16f9cd592a2798d91406dbd3ee864 +SIZE (rubygem/bullet_train-super_load_and_authorize_resource-1.37.1.gem) = 9216 diff --git a/www/rubygem-bullet_train-themes/Makefile b/www/rubygem-bullet_train-themes/Makefile index 59402285c2d3..682b179c962d 100644 --- a/www/rubygem-bullet_train-themes/Makefile +++ b/www/rubygem-bullet_train-themes/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train-themes -PORTVERSION= 1.7.23 +PORTVERSION= 1.37.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-bullet_train-fields>=0:www/rubygem-bullet_train-fields \ rubygem-nice_partials>=0.9<1:devel/rubygem-nice_partials \ - rubygem-rails71>=6.0.0:www/rubygem-rails71 + rubygem-rails81>=6.0.0:www/rubygem-rails81 USES= gem diff --git a/www/rubygem-bullet_train-themes/distinfo b/www/rubygem-bullet_train-themes/distinfo index 53d7cb274c17..e06706626438 100644 --- a/www/rubygem-bullet_train-themes/distinfo +++ b/www/rubygem-bullet_train-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729653474 -SHA256 (rubygem/bullet_train-themes-1.7.23.gem) = 90d8150958ac4dbd3e86d232efcbaabbe1afaecbf505e4eebea5efe6a2f2c15d -SIZE (rubygem/bullet_train-themes-1.7.23.gem) = 12288 +TIMESTAMP = 1765895836 +SHA256 (rubygem/bullet_train-themes-1.37.1.gem) = e6a6f851ff3d01e8dabe208a60950b31d81286e3188894459963e637cad74d69 +SIZE (rubygem/bullet_train-themes-1.37.1.gem) = 12288 diff --git a/www/rubygem-bullet_train/Makefile b/www/rubygem-bullet_train/Makefile index fcfe675ab17f..812670e145c7 100644 --- a/www/rubygem-bullet_train/Makefile +++ b/www/rubygem-bullet_train/Makefile @@ -1,5 +1,5 @@ PORTNAME= bullet_train -PORTVERSION= 1.7.23 +PORTVERSION= 1.37.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,38 +11,27 @@ WWW= https://bullettrain.co/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-awesome_print>=0:devel/rubygem-awesome_print \ - rubygem-bullet_train-has_uuid>=0:www/rubygem-bullet_train-has_uuid \ +RUN_DEPENDS= rubygem-bullet_train-has_uuid>=0:www/rubygem-bullet_train-has_uuid \ rubygem-bullet_train-roles>=0:www/rubygem-bullet_train-roles \ - rubygem-bullet_train-routes>=0:www/rubygem-bullet_train-routes \ + rubygem-bullet_train-fields>=0:www/rubygem-bullet_train-fields \ rubygem-bullet_train-scope_validator>=0:www/rubygem-bullet_train-scope_validator \ rubygem-bullet_train-super_load_and_authorize_resource>=0:www/rubygem-bullet_train-super_load_and_authorize_resource \ rubygem-bullet_train-themes>=0:www/rubygem-bullet_train-themes \ rubygem-cable_ready>=5.0.0<5.1:www/rubygem-cable_ready \ rubygem-cancancan>=0:security/rubygem-cancancan \ - rubygem-colorizer>=0:devel/rubygem-colorizer \ + rubygem-colorize>=0:devel/rubygem-colorize \ rubygem-commonmarker>=1.0.0:textproc/rubygem-commonmarker \ rubygem-devise-pwned_password>=0:devel/rubygem-devise-pwned_password \ - rubygem-devise-rails71>=0:devel/rubygem-devise-rails71 \ - rubygem-extended_email_reply_parser>=0:mail/rubygem-extended_email_reply_parser \ + rubygem-devise-rails81>=0:devel/rubygem-devise-rails81 \ rubygem-fastimage>=0:graphics/rubygem-fastimage \ rubygem-figaro>=0:devel/rubygem-figaro \ - rubygem-hiredis>=0:databases/rubygem-hiredis \ rubygem-http_accept_language>=0:devel/rubygem-http_accept_language \ - rubygem-image_processing>=0:graphics/rubygem-image_processing \ - rubygem-microscope>=0:databases/rubygem-microscope \ rubygem-nice_partials>=0.9<1:devel/rubygem-nice_partials \ - rubygem-omniauth>=0:security/rubygem-omniauth \ - rubygem-pagy6>=0<7:devel/rubygem-pagy6 \ + rubygem-omniauth>=2<3:security/rubygem-omniauth \ + rubygem-pagy>=9:devel/rubygem-pagy \ rubygem-possessive>=0:www/rubygem-possessive \ - rubygem-premailer-rails-rails71>=0:mail/rubygem-premailer-rails-rails71 \ - rubygem-rails71>=6.0.0:www/rubygem-rails71 \ - rubygem-ruby-openai>=0:www/rubygem-ruby-openai \ - rubygem-showcase-rails>=0:www/rubygem-showcase-rails \ - rubygem-sidekiq>=0:devel/rubygem-sidekiq \ - rubygem-unicode-emoji>=0:devel/rubygem-unicode-emoji \ - rubygem-valid_email02>=0:mail/rubygem-valid_email02 \ - rubygem-xxhash>=0:devel/rubygem-xxhash + rubygem-rails81>=6.0.0:www/rubygem-rails81 \ + rubygem-showcase-rails>=0:www/rubygem-showcase-rails USES= gem diff --git a/www/rubygem-bullet_train/distinfo b/www/rubygem-bullet_train/distinfo index 2057f5563847..9d1d0bdb768a 100644 --- a/www/rubygem-bullet_train/distinfo +++ b/www/rubygem-bullet_train/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729653462 -SHA256 (rubygem/bullet_train-1.7.23.gem) = a064d013344cb736ba00d0025cbd52e0b66b197ea4bc8f2dac0a1621a908c751 -SIZE (rubygem/bullet_train-1.7.23.gem) = 324608 +TIMESTAMP = 1765895824 +SHA256 (rubygem/bullet_train-1.37.1.gem) = 5e2ea9b3997d2c7397d7c38531836f31828e454ac0ba0241599a0e7c207fbfb8 +SIZE (rubygem/bullet_train-1.37.1.gem) = 344576 diff --git a/www/rubygem-cable_ready/Makefile b/www/rubygem-cable_ready/Makefile index 744d865cf353..4e115ba85dc0 100644 --- a/www/rubygem-cable_ready/Makefile +++ b/www/rubygem-cable_ready/Makefile @@ -1,5 +1,6 @@ PORTNAME= cable_ready PORTVERSION= 5.0.6 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,11 +12,11 @@ WWW= https://cableready.stimulusreflex.com/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-actionpack71>=5.2:www/rubygem-actionpack71 \ - rubygem-actionview71>=5.2:devel/rubygem-actionview71 \ - rubygem-activesupport71>=5.2:devel/rubygem-activesupport71 \ +RUN_DEPENDS= rubygem-actionpack81>=5.2:www/rubygem-actionpack81 \ + rubygem-actionview81>=5.2:devel/rubygem-actionview81 \ + rubygem-activesupport81>=5.2:devel/rubygem-activesupport81 \ rubygem-observer>=0.1<1:devel/rubygem-observer \ - rubygem-railties71>=5.2:www/rubygem-railties71 \ + rubygem-railties81>=5.2:www/rubygem-railties81 \ rubygem-thread-local>=1.1.0:devel/rubygem-thread-local USES= gem diff --git a/www/rubygem-rackup/Makefile b/www/rubygem-rackup/Makefile index c28d9a1c083b..c2a74004a9aa 100644 --- a/www/rubygem-rackup/Makefile +++ b/www/rubygem-rackup/Makefile @@ -1,5 +1,5 @@ PORTNAME= rackup -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-rackup/distinfo b/www/rubygem-rackup/distinfo index 5d8b7774a2ce..b9663734a0d8 100644 --- a/www/rubygem-rackup/distinfo +++ b/www/rubygem-rackup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765033048 -SHA256 (rubygem/rackup-2.3.0.gem) = 47c179a3593685cd80cf984917b57de8be4ce03aa7d230f016046142318b4b72 -SIZE (rubygem/rackup-2.3.0.gem) = 17920 +TIMESTAMP = 1765895854 +SHA256 (rubygem/rackup-2.3.1.gem) = 6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868 +SIZE (rubygem/rackup-2.3.1.gem) = 17920 diff --git a/www/rubygem-responders-rails80/Makefile b/www/rubygem-responders-rails80/Makefile new file mode 100644 index 000000000000..f91516db7c89 --- /dev/null +++ b/www/rubygem-responders-rails80/Makefile @@ -0,0 +1,21 @@ +PORTNAME= responders +PORTVERSION= 3.2.0 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails80 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple Ruby DSL for making HTTP requests +WWW= https://github.com/heartcombo/responders + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack80>=7.0:www/rubygem-actionpack80 \ + rubygem-railties80>=7.0:www/rubygem-railties80 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-responders-rails80/distinfo b/www/rubygem-responders-rails80/distinfo new file mode 100644 index 000000000000..72ac236f382f --- /dev/null +++ b/www/rubygem-responders-rails80/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760472899 +SHA256 (rubygem/responders-3.2.0.gem) = 89c2d6ac0ae16f6458a11524cae4a8efdceba1a3baea164d28ee9046bd3df55a +SIZE (rubygem/responders-3.2.0.gem) = 20480 diff --git a/www/rubygem-responders-rails80/pkg-descr b/www/rubygem-responders-rails80/pkg-descr new file mode 100644 index 000000000000..22f8e4f8553b --- /dev/null +++ b/www/rubygem-responders-rails80/pkg-descr @@ -0,0 +1 @@ +Responders provides a set of responders modules to dry up your Rails app. diff --git a/www/rubygem-responders-rails81/Makefile b/www/rubygem-responders-rails81/Makefile new file mode 100644 index 000000000000..c58c68dea75f --- /dev/null +++ b/www/rubygem-responders-rails81/Makefile @@ -0,0 +1,21 @@ +PORTNAME= responders +PORTVERSION= 3.2.0 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails81 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple Ruby DSL for making HTTP requests +WWW= https://github.com/heartcombo/responders + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack81>=7.0:www/rubygem-actionpack81 \ + rubygem-railties81>=7.0:www/rubygem-railties81 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-responders-rails81/distinfo b/www/rubygem-responders-rails81/distinfo new file mode 100644 index 000000000000..72ac236f382f --- /dev/null +++ b/www/rubygem-responders-rails81/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760472899 +SHA256 (rubygem/responders-3.2.0.gem) = 89c2d6ac0ae16f6458a11524cae4a8efdceba1a3baea164d28ee9046bd3df55a +SIZE (rubygem/responders-3.2.0.gem) = 20480 diff --git a/www/rubygem-responders-rails81/pkg-descr b/www/rubygem-responders-rails81/pkg-descr new file mode 100644 index 000000000000..22f8e4f8553b --- /dev/null +++ b/www/rubygem-responders-rails81/pkg-descr @@ -0,0 +1 @@ +Responders provides a set of responders modules to dry up your Rails app. diff --git a/www/rubygem-selenium-webdriver/Makefile b/www/rubygem-selenium-webdriver/Makefile index b3d789e2e57a..3cb9ef58371d 100644 --- a/www/rubygem-selenium-webdriver/Makefile +++ b/www/rubygem-selenium-webdriver/Makefile @@ -1,5 +1,5 @@ PORTNAME= selenium-webdriver -PORTVERSION= 4.38.0 +PORTVERSION= 4.39.0 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-selenium-webdriver/distinfo b/www/rubygem-selenium-webdriver/distinfo index 37bd3d06c058..01a445a771de 100644 --- a/www/rubygem-selenium-webdriver/distinfo +++ b/www/rubygem-selenium-webdriver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762587494 -SHA256 (rubygem/selenium-webdriver-4.38.0.gem) = 0a84e71fef66394ae8d9290d3a5bc24b33de49d45a7aa57fc09f246218bf102f -SIZE (rubygem/selenium-webdriver-4.38.0.gem) = 8758784 +TIMESTAMP = 1765895820 +SHA256 (rubygem/selenium-webdriver-4.39.0.gem) = 984a1e63d39472eaf286bac3c6f1822fa7eea6eed9c07a66ce7b3bc5417ba826 +SIZE (rubygem/selenium-webdriver-4.39.0.gem) = 8718336 diff --git a/www/rubygem-showcase-rails/Makefile b/www/rubygem-showcase-rails/Makefile index b05db6cac4cc..91e9c4b860b0 100644 --- a/www/rubygem-showcase-rails/Makefile +++ b/www/rubygem-showcase-rails/Makefile @@ -1,5 +1,5 @@ PORTNAME= showcase-rails -PORTVERSION= 0.4.6 +PORTVERSION= 0.5.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/bullet-train-co/showcase LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-rails71>=6.1.0:www/rubygem-rails71 +RUN_DEPENDS= rubygem-rails81>=7.2:www/rubygem-rails81 USES= gem diff --git a/www/rubygem-showcase-rails/distinfo b/www/rubygem-showcase-rails/distinfo index def8da35fd1c..b94edd3a85e7 100644 --- a/www/rubygem-showcase-rails/distinfo +++ b/www/rubygem-showcase-rails/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714227850 -SHA256 (rubygem/showcase-rails-0.4.6.gem) = 851dfbafc260359bab8f078603638c4e3efd84e44dd1249ecf1a6c94aa7df2b3 -SIZE (rubygem/showcase-rails-0.4.6.gem) = 22016 +TIMESTAMP = 1765895822 +SHA256 (rubygem/showcase-rails-0.5.0.gem) = a222ea7f36f23e67d6e869e58bbae40cfb0f65eb214432418e34a8cddbb03238 +SIZE (rubygem/showcase-rails-0.5.0.gem) = 22528 diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile index 1f9a0409667e..61e9b99943e8 100644 --- a/www/rustypaste-cli/Makefile +++ b/www/rustypaste-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustypaste-cli DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile index 22bba3410e1d..4ad67cd3d359 100644 --- a/www/rustypaste/Makefile +++ b/www/rustypaste/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustypaste DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org diff --git a/www/so/Makefile b/www/so/Makefile index a7e8cb1a4820..ed94b7863b31 100644 --- a/www/so/Makefile +++ b/www/so/Makefile @@ -1,7 +1,7 @@ PORTNAME= so DISTVERSIONPREFIX= v DISTVERSION= 0.4.6 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= www MAINTAINER= sec.research.2005@gmail.com diff --git a/www/sqlpage/Makefile b/www/sqlpage/Makefile index 883fd1e0f627..dee919b5f3ea 100644 --- a/www/sqlpage/Makefile +++ b/www/sqlpage/Makefile @@ -1,6 +1,7 @@ PORTNAME= sqlpage DISTVERSIONPREFIX= v DISTVERSION= 0.40.0 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= https://cdn.jsdelivr.net/npm/:npm DISTFILES= ${NPM_DISTFILES} diff --git a/www/stork/Makefile b/www/stork/Makefile index ba572729e77a..42496878a4d5 100644 --- a/www/stork/Makefile +++ b/www/stork/Makefile @@ -1,7 +1,7 @@ PORTNAME= stork DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/threejs/Makefile b/www/threejs/Makefile index 1ca618efba6b..f62f38de0e59 100644 --- a/www/threejs/Makefile +++ b/www/threejs/Makefile @@ -1,5 +1,5 @@ PORTNAME= three.js -PORTVERSION= 181 +PORTVERSION= 182 DISTVERSIONPREFIX= r CATEGORIES= www diff --git a/www/threejs/distinfo b/www/threejs/distinfo index 6a0309ab1b59..6e9319a739ca 100644 --- a/www/threejs/distinfo +++ b/www/threejs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761936074 -SHA256 (mrdoob-three.js-r181_GH0.tar.gz) = 51599b484fd20865efd96e6cf97ef108f621386b05bfa262ca147b543e8ce415 -SIZE (mrdoob-three.js-r181_GH0.tar.gz) = 397187766 +TIMESTAMP = 1765815550 +SHA256 (mrdoob-three.js-r182_GH0.tar.gz) = 141e19e6eaa879d8fdbfe9a15f76af8c26e76643133f1a24893dadf288e789ff +SIZE (mrdoob-three.js-r182_GH0.tar.gz) = 396840053 diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist index 50b14599b341..954f1ac47cf8 100644 --- a/www/threejs/pkg-plist +++ b/www/threejs/pkg-plist @@ -319,7 +319,7 @@ %%WWWDIR%%/nodes/functions/BSDF/BRDF_GGX_Multiscatter.js %%WWWDIR%%/nodes/functions/BSDF/BRDF_Lambert.js %%WWWDIR%%/nodes/functions/BSDF/BRDF_Sheen.js -%%WWWDIR%%/nodes/functions/BSDF/DFGApprox.js +%%WWWDIR%%/nodes/functions/BSDF/DFGLUT.js %%WWWDIR%%/nodes/functions/BSDF/D_GGX.js %%WWWDIR%%/nodes/functions/BSDF/D_GGX_Anisotropic.js %%WWWDIR%%/nodes/functions/BSDF/EnvironmentBRDF.js @@ -375,12 +375,15 @@ %%WWWDIR%%/nodes/materialx/lib/mx_noise.js %%WWWDIR%%/nodes/materialx/lib/mx_transform_color.js %%WWWDIR%%/nodes/math/BitcastNode.js +%%WWWDIR%%/nodes/math/BitcountNode.js %%WWWDIR%%/nodes/math/ConditionalNode.js %%WWWDIR%%/nodes/math/Hash.js %%WWWDIR%%/nodes/math/MathNode.js %%WWWDIR%%/nodes/math/MathUtils.js %%WWWDIR%%/nodes/math/OperatorNode.js +%%WWWDIR%%/nodes/math/PackFloatNode.js %%WWWDIR%%/nodes/math/TriNoise3D.js +%%WWWDIR%%/nodes/math/UnpackFloatNode.js %%WWWDIR%%/nodes/parsers/GLSLNodeFunction.js %%WWWDIR%%/nodes/parsers/GLSLNodeParser.js %%WWWDIR%%/nodes/pmrem/PMREMNode.js @@ -619,7 +622,7 @@ %%WWWDIR%%/renderers/shaders/ShaderLib/backgroundCube.glsl.js %%WWWDIR%%/renderers/shaders/ShaderLib/cube.glsl.js %%WWWDIR%%/renderers/shaders/ShaderLib/depth.glsl.js -%%WWWDIR%%/renderers/shaders/ShaderLib/distanceRGBA.glsl.js +%%WWWDIR%%/renderers/shaders/ShaderLib/distance.glsl.js %%WWWDIR%%/renderers/shaders/ShaderLib/equirect.glsl.js %%WWWDIR%%/renderers/shaders/ShaderLib/linedashed.glsl.js %%WWWDIR%%/renderers/shaders/ShaderLib/meshbasic.glsl.js @@ -663,6 +666,7 @@ %%WWWDIR%%/renderers/webgl/WebGLMaterials.js %%WWWDIR%%/renderers/webgl/WebGLMorphtargets.js %%WWWDIR%%/renderers/webgl/WebGLObjects.js +%%WWWDIR%%/renderers/webgl/WebGLOutput.js %%WWWDIR%%/renderers/webgl/WebGLProgram.js %%WWWDIR%%/renderers/webgl/WebGLPrograms.js %%WWWDIR%%/renderers/webgl/WebGLProperties.js @@ -702,6 +706,7 @@ %%WWWDIR%%/textures/CompressedArrayTexture.js %%WWWDIR%%/textures/CompressedCubeTexture.js %%WWWDIR%%/textures/CompressedTexture.js +%%WWWDIR%%/textures/CubeDepthTexture.js %%WWWDIR%%/textures/CubeTexture.js %%WWWDIR%%/textures/Data3DTexture.js %%WWWDIR%%/textures/DataArrayTexture.js diff --git a/www/tinymce/Makefile b/www/tinymce/Makefile index 741b50b23de6..e14076cb8e1e 100644 --- a/www/tinymce/Makefile +++ b/www/tinymce/Makefile @@ -1,5 +1,5 @@ PORTNAME= tinymce -PORTVERSION= 8.2.2 +PORTVERSION= 8.3.0 CATEGORIES= www MASTER_SITES= http://download.tiny.cloud/tinymce/community/ \ LOCAL/sunpoet diff --git a/www/tinymce/distinfo b/www/tinymce/distinfo index 8a3bb395fda3..193dffe6a16d 100644 --- a/www/tinymce/distinfo +++ b/www/tinymce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853214 -SHA256 (tinymce_8.2.2.zip) = 11e481d887f5a886bce76ba46b63aa293eb188ddbcc3f2b929ae399f1e7a7be0 -SIZE (tinymce_8.2.2.zip) = 1079241 +TIMESTAMP = 1765895698 +SHA256 (tinymce_8.3.0.zip) = a4bd28dbd0235175f496454defabc3b9e35cf54475593df7143b9387f2c5130f +SIZE (tinymce_8.3.0.zip) = 1087589 diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index 8a3e221a5214..dc17a4db1534 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,15 +1,15 @@ PORTNAME= tor-browser -DISTVERSION= 15.0.3 +DISTVERSION= 16.0a1 CATEGORIES= www net security wayland -TAG_BASE= dff70d135408cfc24931c170efa91fbaded19914 -TAG_TOR= ca310e42296a7085ea59fc323592f3dc702123ac +TAG_BASE= d366318349af0977ff23b492fa87e436e8672fdd +TAG_TOR= 45b67d3be52f79e8a4b361fd04ab12f342ab0016 MASTER_SITES= TOR \ LOCAL/vvd \ https://build-sources.tbb.torproject.org/:source1 \ LOCAL/vvd:source1 \ LOCAL/jsm:source2 \ LOCAL/vvd:source2 \ - https://secure.informaction.com/download/releases/:source3 \ + https://dist.torproject.org/torbrowser/noscript/:source3 \ LOCAL/vvd:source3 \ https://gitlab.torproject.org/tpo/translation/-/archive/${TAG_BASE}.tar.gz?dummy=/:source4 \ LOCAL/vvd:source4 \ @@ -17,9 +17,9 @@ MASTER_SITES= TOR \ LOCAL/vvd:source5 MASTER_SITE_SUBDIR= torbrowser/${DISTVERSION}/:DEFAULT \ download/releases/:source3 -DISTNAME= src-firefox-tor-browser-140.6.0esr-15.0-1-build5 +DISTNAME= src-firefox-tor-browser-146.0a1-16.0-2-build2 MANUAL= manual_215922.zip -NOSCRIPT= noscript-13.5.2.xpi +NOSCRIPT= noscript-13.5.4.1984.xpi DISTFILES= ${DISTNAME}.tar.xz \ ${MANUAL}:source1 \ fonts-3--4348e1.tar.zst:source2 \ @@ -56,7 +56,7 @@ USES= compiler:c++11-lib libtool localbase:ldflags perl5 pkgconfig \ python shebangfix tar:xz USE_GECKO= gecko USE_GITHUB= nodefault -TAG_L10N= 412690f1368e37f70af57eecabb93497167eb9ba +TAG_L10N= 4b41b2ae00d50633e5e9d8204b0f45e468920743 GH_TUPLE= mozilla-l10n:firefox-l10n:${TAG_L10N}:ffl10n USE_MOZILLA= -sqlite diff --git a/www/tor-browser/distinfo b/www/tor-browser/distinfo index 8a8a9fa683fd..9dc1dc197464 100644 --- a/www/tor-browser/distinfo +++ b/www/tor-browser/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1765298059 -SHA256 (src-firefox-tor-browser-140.6.0esr-15.0-1-build5.tar.xz) = 5aeaf4ae95002273d5be947c55f0abe6c509305ea676933778b5696dbf17fb06 -SIZE (src-firefox-tor-browser-140.6.0esr-15.0-1-build5.tar.xz) = 693406452 +TIMESTAMP = 1765909794 +SHA256 (src-firefox-tor-browser-146.0a1-16.0-2-build2.tar.xz) = 669e5cc998224f1ba1624cade95d4344615f8cdd21066f1b6ad44c9025e1fb67 +SIZE (src-firefox-tor-browser-146.0a1-16.0-2-build2.tar.xz) = 704013880 SHA256 (manual_215922.zip) = b5ed703f54d52e9f197320f3698e936d585a3fed23cc4f9fbf59edce2869f885 SIZE (manual_215922.zip) = 28305786 SHA256 (fonts-3--4348e1.tar.zst) = 7fbbecece6de777f196982f6eb567970a6d8e7ac2bf5b1ad6b90e1ea36374032 SIZE (fonts-3--4348e1.tar.zst) = 27441580 -SHA256 (noscript-13.5.2.xpi) = 1ba8ee4620b19502e4d95c5a3ea0520856028365ff9a6561882d914aa3968e2a -SIZE (noscript-13.5.2.xpi) = 1049291 -SHA256 (tpo-translation-dff70d135408cfc24931c170efa91fbaded19914_GL0.tar.gz) = caceab3ddbb4b7a0e7b85d0fd8e67023473e746e8d5c5caf18b7f97cd0abb3c5 -SIZE (tpo-translation-dff70d135408cfc24931c170efa91fbaded19914_GL0.tar.gz) = 1022345 -SHA256 (tpo-translation-ca310e42296a7085ea59fc323592f3dc702123ac_GL0.tar.gz) = 0af26f717359fdd1ed951d6376e6e350641acf5ee5f4bf28316108caff3086dd -SIZE (tpo-translation-ca310e42296a7085ea59fc323592f3dc702123ac_GL0.tar.gz) = 2904329 -SHA256 (mozilla-l10n-firefox-l10n-412690f1368e37f70af57eecabb93497167eb9ba_GH0.tar.gz) = f4d29be04a7f29934b772988e0a677f8a15ce7d6c131d6e3232642168742fb4a -SIZE (mozilla-l10n-firefox-l10n-412690f1368e37f70af57eecabb93497167eb9ba_GH0.tar.gz) = 72166951 +SHA256 (noscript-13.5.4.1984.xpi) = ce83b75d2d6c15c3ffbab412dddbb26ddf55977aacd2ba8f99301b9a0b1766f1 +SIZE (noscript-13.5.4.1984.xpi) = 1049081 +SHA256 (tpo-translation-d366318349af0977ff23b492fa87e436e8672fdd_GL0.tar.gz) = 190fe79bc223db676cd6d405adddeb8ef16175e13de806d1daff04ec06aeabce +SIZE (tpo-translation-d366318349af0977ff23b492fa87e436e8672fdd_GL0.tar.gz) = 1024797 +SHA256 (tpo-translation-45b67d3be52f79e8a4b361fd04ab12f342ab0016_GL0.tar.gz) = 1474e0c3bbfdc50cd0930fb941677ee45a35d5bfd84a1876464c194a49b243fa +SIZE (tpo-translation-45b67d3be52f79e8a4b361fd04ab12f342ab0016_GL0.tar.gz) = 2901730 +SHA256 (mozilla-l10n-firefox-l10n-4b41b2ae00d50633e5e9d8204b0f45e468920743_GH0.tar.gz) = cdd9341832325d24067bf752250e52e61035b762066c7cb0b4dde2b6c4b951d2 +SIZE (mozilla-l10n-firefox-l10n-4b41b2ae00d50633e5e9d8204b0f45e468920743_GH0.tar.gz) = 72440248 diff --git a/www/tor-browser/files/patch-bug1876632 b/www/tor-browser/files/patch-bug1876632 deleted file mode 100644 index 3932b1deccc9..000000000000 --- a/www/tor-browser/files/patch-bug1876632 +++ /dev/null @@ -1,35 +0,0 @@ -commit 4f531ca86d24be5d4de673f6e652ed899151d20c -Author: Jesper Schmitz Mouridsen <jesper@schmitz.computer> -Date: Wed Jul 23 22:01:31 2025 +0000 - - Bug 1876632 Fix aslr allocations on FreeBSD r=spidermonkey-reviewers,sfink - - Without the alignment flag the desired address - gets randomized by aslr in a way which causes it to not - be aligned. Furthermore the TryToAlignChunk almost always - fails. With this fix it never gets to TryToAlignChunk - because the flag guarantees upfront alignment. - - Differential Revision: https://phabricator.services.mozilla.com/D257824 - -diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp -index e790f1784ede..13639c9a6eb4 100644 ---- js/src/gc/Memory.cpp -+++ js/src/gc/Memory.cpp -@@ -608,7 +608,16 @@ static void* MapAlignedPagesRandom(size_t length, size_t alignment) { - for (size_t i = 1; i <= 1024; ++i) { - if (i & 0xf) { - uint64_t desired = alignment * GetNumberInRange(minNum, maxNum); -+# if defined(__FreeBSD__) && defined(__aarch64__) -+ int flags = MAP_PRIVATE | MAP_ANON | -+ MAP_ALIGNED(mozilla::CeilingLog2Size(alignment)); -+ region = MozTaggedAnonymousMmap((void*)(uintptr_t)desired, length, -+ int(PageAccess::ReadWrite), flags, -1, 0, -+ "js-gc-heap"); -+# else - region = MapMemoryAtFuzzy(reinterpret_cast<void*>(desired), length); -+ -+# endif - if (!region) { - continue; - } diff --git a/www/tor-browser/files/patch-build_gn__processor.py b/www/tor-browser/files/patch-build_gn__processor.py index be5e10347483..08e7f1211613 100644 --- a/www/tor-browser/files/patch-build_gn__processor.py +++ b/www/tor-browser/files/patch-build_gn__processor.py @@ -1,10 +1,10 @@ -commit 0e5bcbefae64b35a5c8df360e3980258a565fa72 -Author: Christoph Moench-Tegeder <cmt@burggraben.net> +commit bcf74d8c7a315c4f8ef70f1a60d4ce957cebac1d +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> - chase gn_processor.py move + FreeBSD workings for webrtc configure (gn_processor.py) diff --git build/gn_processor.py build/gn_processor.py -index 2ba8b92c2751..91170efb9a5d 100644 +index 36cc6bdfe492..ed0fb2b7aa45 100644 --- build/gn_processor.py +++ build/gn_processor.py @@ -186,6 +186,7 @@ def filter_gn_config(path, gn_result, sandbox_vars, input_vars, gn_target): @@ -15,7 +15,7 @@ index 2ba8b92c2751..91170efb9a5d 100644 "linux": "Linux", "mac": "Darwin", "openbsd": "OpenBSD", -@@ -780,17 +781,17 @@ def main(): +@@ -801,17 +802,17 @@ def main(): vars_set = [] for is_debug in (True, False): @@ -38,12 +38,12 @@ index 2ba8b92c2751..91170efb9a5d 100644 target_cpus.extend(["loong64", "ppc64", "mipsel", "mips64el"]) for target_cpu in target_cpus: vars = { -@@ -799,7 +800,7 @@ def main(): +@@ -820,7 +821,7 @@ def main(): "target_cpu": target_cpu, "target_os": target_os, } - if target_os == "linux": + if target_os in ("freebsd", "linux"): - for use_x11 in (True, False): - vars["use_x11"] = use_x11 + for enable_x11 in (True, False): + vars["ozone_platform_x11"] = enable_x11 vars_set.append(vars.copy()) diff --git a/www/tor-browser/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build b/www/tor-browser/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build new file mode 100644 index 000000000000..ac01cff0e211 --- /dev/null +++ b/www/tor-browser/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build @@ -0,0 +1,25 @@ +commit 18ea032974539d7f4db64d21a87fd174333b9e2c +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> + + build XErrorTrap for FreeBSD, too + +diff --git dom/media/webrtc/libwebrtc_overrides/moz.build dom/media/webrtc/libwebrtc_overrides/moz.build +index ed9c450e5649..1ac213e48b28 100644 +--- dom/media/webrtc/libwebrtc_overrides/moz.build ++++ dom/media/webrtc/libwebrtc_overrides/moz.build +@@ -49,13 +49,13 @@ + "call/call_basic_stats.cc", + ] + +-if CONFIG["OS_TARGET"] == "OpenBSD": ++if CONFIG["OS_TARGET"] in ("FreeBSD", "OpenBSD"): + CXXFLAGS += CONFIG["MOZ_X11_CFLAGS"] + UNIFIED_SOURCES += [ + "modules/desktop_capture/linux/x11/x_error_trap.cc", + ] + +-if CONFIG["TARGET_CPU"] in ("loongarch64", "ppc64"): ++if CONFIG["TARGET_CPU"] in ("loongarch64"): + UNIFIED_SOURCES += [ + "modules/desktop_capture/linux/x11/x_error_trap.cc", + ] diff --git a/www/tor-browser/files/patch-python_sites_mach.txt b/www/tor-browser/files/patch-python_sites_mach.txt index dc2caf9bdfc6..706f285b0731 100644 --- a/www/tor-browser/files/patch-python_sites_mach.txt +++ b/www/tor-browser/files/patch-python_sites_mach.txt @@ -15,4 +15,4 @@ index 6e3db1c848f7..10ba12c2f13b 100644 # support down to the oldest locally-installed version (5.4.2). -pypi-optional:psutil>=5.4.2,<=5.9.4:telemetry will be missing some data +pypi-optional:psutil>=5.4.2,<=7.0.0:telemetry will be missing some data - pypi-optional:zstandard>=0.11.1,<=0.23.0:zstd archives will not be possible to extract + pypi-optional:zstandard>=0.11.1,<=0.24.0:zstd archives will not be possible to extract diff --git a/www/tor-browser/files/patch-third__party_chromium_build_toolchain_toolchain.gni b/www/tor-browser/files/patch-third__party_chromium_build_toolchain_toolchain.gni new file mode 100644 index 000000000000..7cfd8c79d2da --- /dev/null +++ b/www/tor-browser/files/patch-third__party_chromium_build_toolchain_toolchain.gni @@ -0,0 +1,18 @@ +commit 66fb0f122ef1ddf961b333c8377b84b603d75b27 +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> + + support FreeBSD as a host platform + +diff --git third_party/chromium/build/toolchain/toolchain.gni third_party/chromium/build/toolchain/toolchain.gni +index 754f0e3bbd7e..238d79631ba8 100644 +--- third_party/chromium/build/toolchain/toolchain.gni ++++ third_party/chromium/build/toolchain/toolchain.gni +@@ -75,7 +75,7 @@ if (host_os == "mac") { + host_shlib_extension = ".dylib" + } else if (host_os == "win") { + host_shlib_extension = ".dll" +-} else if (host_os == "linux" || host_os == "aix" || host_os == "zos") { ++} else if (host_os == "linux" || host_os == "aix" || host_os == "freebsd" || host_os == "zos") { + host_shlib_extension = ".so" + } else { + assert(false, "Host platform not supported") diff --git a/www/tor-browser/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn b/www/tor-browser/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn index e4607283ebcf..7774855c7941 100644 --- a/www/tor-browser/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn +++ b/www/tor-browser/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn @@ -1,13 +1,13 @@ -commit da40b474fba2247ffc07696a2c565d830e900c9c +commit e8a3b91abdc00edd7633aabbe5e63bfc0d0825e4 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> enable pipewire on bsd diff --git third_party/chromium/build/config/BUILDCONFIG.gn third_party/chromium/build/config/BUILDCONFIG.gn -index 889bdb92354c..ccda96d998c5 100644 +index 4bb38fe31ff2..b10eb19f521a 100644 --- third_party/chromium/build/config/BUILDCONFIG.gn +++ third_party/chromium/build/config/BUILDCONFIG.gn -@@ -132,6 +132,7 @@ declare_args() { +@@ -137,6 +137,7 @@ declare_args() { # Set to true when compiling with the Clang compiler. is_clang = current_os != "linux" || current_os == "openbsd" || @@ -15,7 +15,7 @@ index 889bdb92354c..ccda96d998c5 100644 (current_cpu != "s390x" && current_cpu != "s390" && current_cpu != "ppc64" && current_cpu != "ppc" && current_cpu != "mips" && current_cpu != "mips64" && -@@ -184,7 +185,7 @@ if (host_toolchain == "") { +@@ -206,7 +207,7 @@ if (host_toolchain == "") { # TODO(dpranke): Add some sort of assert here that verifies that # no toolchain omitted host_toolchain from its toolchain_args(). @@ -24,16 +24,16 @@ index 889bdb92354c..ccda96d998c5 100644 if (target_os != "linux") { host_toolchain = "//chromium/build/toolchain/linux:clang_$host_cpu" } else if (is_clang) { -@@ -222,7 +223,7 @@ if (target_os == "android") { - assert(host_os == "linux" || host_os == "mac", - "Android builds are only supported on Linux and Mac hosts.") +@@ -246,7 +247,7 @@ if (target_os == "android") { + # Targeting android on Mac is best-effort and not guaranteed to work. + #assert(host_os == "linux", "Android builds are only supported on Linux.") _default_toolchain = "//chromium/build/toolchain/android:android_clang_$target_cpu" -} else if (target_os == "chromeos" || target_os == "linux" || target_os == "openbsd") { +} else if (target_os == "chromeos" || target_os == "linux" || target_os == "openbsd" || target_os == "freebsd") { # See comments in build/toolchain/cros/BUILD.gn about board compiles. if (is_clang) { _default_toolchain = "//chromium/build/toolchain/linux:clang_$target_cpu" -@@ -288,7 +289,7 @@ is_chromeos = current_os == "chromeos" +@@ -314,7 +315,7 @@ is_chromeos = current_os == "chromeos" is_fuchsia = current_os == "fuchsia" is_ios = current_os == "ios" is_linux = current_os == "linux" @@ -41,12 +41,12 @@ index 889bdb92354c..ccda96d998c5 100644 +is_bsd = current_os == "openbsd" || current_os == "freebsd" is_mac = current_os == "mac" is_nacl = current_os == "nacl" - is_win = current_os == "win" || current_os == "winuwp" + is_wasm = current_os == "emscripten" diff --git third_party/libwebrtc/BUILD.gn third_party/libwebrtc/BUILD.gn -index 397df7b27b24..8a587feed6b9 100644 +index ac8569efaa40..5d6c5953491c 100644 --- third_party/libwebrtc/BUILD.gn +++ third_party/libwebrtc/BUILD.gn -@@ -107,7 +107,7 @@ if (!build_with_chromium && !build_with_mozilla) { +@@ -111,7 +111,7 @@ if (!build_with_chromium && !build_with_mozilla) { "tools_webrtc/perf:webrtc_dashboard_upload", ] } @@ -56,10 +56,10 @@ index 397df7b27b24..8a587feed6b9 100644 } } diff --git third_party/libwebrtc/modules/desktop_capture/BUILD.gn third_party/libwebrtc/modules/desktop_capture/BUILD.gn -index de00f688871c..e32c19d38c8d 100644 +index 5c843cfc2b6a..0ed9f98a964f 100644 --- third_party/libwebrtc/modules/desktop_capture/BUILD.gn +++ third_party/libwebrtc/modules/desktop_capture/BUILD.gn -@@ -74,7 +74,7 @@ if (rtc_include_tests) { +@@ -76,7 +76,7 @@ if (rtc_include_tests) { "window_finder_unittest.cc", ] @@ -68,7 +68,7 @@ index de00f688871c..e32c19d38c8d 100644 configs += [ "../portal:gio" ] } -@@ -86,7 +86,7 @@ if (rtc_include_tests) { +@@ -88,7 +88,7 @@ if (rtc_include_tests) { } } @@ -77,7 +77,7 @@ index de00f688871c..e32c19d38c8d 100644 rtc_test("shared_screencast_stream_test") { testonly = true -@@ -145,7 +145,7 @@ if (rtc_include_tests) { +@@ -148,7 +148,7 @@ if (rtc_include_tests) { "test_utils_unittest.cc", ] @@ -86,6 +86,24 @@ index de00f688871c..e32c19d38c8d 100644 configs += [ "../portal:gio" ] } +@@ -215,7 +215,7 @@ if (rtc_include_tests) { + "screen_drawer.h", + ] + +- if (is_linux || is_chromeos) { ++ if (is_linux || is_chromeos || is_bsd) { + sources += [ "screen_drawer_linux.cc" ] + libs = [ "X11" ] + } +@@ -254,7 +254,7 @@ if (rtc_include_tests) { + "mock_desktop_capturer_callback.h", + ] + +- if ((is_linux || is_chromeos) && rtc_use_pipewire) { ++ if ((is_linux || is_chromeos || us_bsd) && rtc_use_pipewire) { + configs += [ "../portal:gio" ] + } + @@ -267,7 +267,7 @@ if (rtc_include_tests) { } @@ -95,17 +113,8 @@ index de00f688871c..e32c19d38c8d 100644 config("pipewire_config") { configs = [ "../portal:pipewire_config" ] } -@@ -330,7 +330,7 @@ rtc_library("desktop_capture") { - "window_finder.cc", - "window_finder.h", - ] -- if (is_linux && !is_castos && rtc_use_pipewire) { -+ if ((is_linux || is_bsd) && !is_castos && rtc_use_pipewire) { - sources += [ "desktop_capture_metadata.h" ] - } - if (is_mac) { diff --git third_party/libwebrtc/modules/portal/BUILD.gn third_party/libwebrtc/modules/portal/BUILD.gn -index 6828388b31af..7e1857d861c5 100644 +index 70b4739ad0c4..99ab95d441f3 100644 --- third_party/libwebrtc/modules/portal/BUILD.gn +++ third_party/libwebrtc/modules/portal/BUILD.gn @@ -10,7 +10,7 @@ import("//chromium/build/config/linux/pkg_config.gni") @@ -118,10 +127,10 @@ index 6828388b31af..7e1857d861c5 100644 pkg_config("gio") { packages = [ diff --git third_party/libwebrtc/webrtc.gni third_party/libwebrtc/webrtc.gni -index 58b450cbb16e..00b9ca49c71f 100644 +index 1e87de20e545..77a8a55d8659 100644 --- third_party/libwebrtc/webrtc.gni +++ third_party/libwebrtc/webrtc.gni -@@ -154,7 +154,7 @@ declare_args() { +@@ -151,7 +151,7 @@ declare_args() { # By default it's only enabled on desktop Linux (excludes ChromeOS) and # only when using the sysroot as PipeWire is not available in older and # supported Ubuntu and Debian distributions. diff --git a/www/tor-browser/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc b/www/tor-browser/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc index e83c56760a7c..13a23c835960 100644 --- a/www/tor-browser/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc +++ b/www/tor-browser/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc @@ -1,26 +1,19 @@ -commit 3524023ca1d2184ab9a5a7cc61695923e6834cc1 -Author: Christoph Moench-Tegeder <cmt@burggraben.net> +commit f53507857647459d4a48935901f80f27a5ae58a9 +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> avoid linux-only includes diff --git third_party/libwebrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc third_party/libwebrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc -index 6a019c64b4b3..18bb43d797dd 100644 +index 821fdfb487b7..e000c1c104fe 100644 --- third_party/libwebrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc +++ third_party/libwebrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc -@@ -10,12 +10,16 @@ - - #include "modules/desktop_capture/linux/wayland/egl_dmabuf.h" - +@@ -15,7 +15,9 @@ + #include <EGL/eglplatform.h> + #include <GL/gl.h> + #include <GL/glext.h> +#if !defined(__FreeBSD__) #include <asm/ioctl.h> +#endif #include <dlfcn.h> #include <fcntl.h> - #include <gdk/gdk.h> - #include <libdrm/drm_fourcc.h> -+#if !defined(__FreeBSD__) - #include <linux/types.h> -+#endif - #include <spa/param/video/format-utils.h> - #include <unistd.h> - #include <xf86drm.h> + #include <gbm.h> diff --git a/www/tor-browser/files/patch-third__party_libwebrtc_modules_portal_pipewire__utils.h b/www/tor-browser/files/patch-third__party_libwebrtc_modules_portal_pipewire__utils.h new file mode 100644 index 000000000000..14ed30920d6a --- /dev/null +++ b/www/tor-browser/files/patch-third__party_libwebrtc_modules_portal_pipewire__utils.h @@ -0,0 +1,19 @@ +commit 9f34111f6f4e2ebefd878a3c256fc012826e6936 +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> + + FreeBSD does not know asm-generic/ioctl.h + +diff --git third_party/libwebrtc/modules/portal/pipewire_utils.h third_party/libwebrtc/modules/portal/pipewire_utils.h +index c3d4f347a8cd..14a36260c292 100644 +--- third_party/libwebrtc/modules/portal/pipewire_utils.h ++++ third_party/libwebrtc/modules/portal/pipewire_utils.h +@@ -11,7 +11,9 @@ + #ifndef MODULES_PORTAL_PIPEWIRE_UTILS_H_ + #define MODULES_PORTAL_PIPEWIRE_UTILS_H_ + ++#if !defined(__FreeBSD__) + #include <asm-generic/ioctl.h> ++#endif + #include <sys/ioctl.h> + #include <sys/mman.h> + diff --git a/www/trunk/Makefile b/www/trunk/Makefile index 32c9a0a5b506..8cf90b750352 100644 --- a/www/trunk/Makefile +++ b/www/trunk/Makefile @@ -1,7 +1,7 @@ PORTNAME= trunk DISTVERSIONPREFIX= v DISTVERSION= 0.21.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/tuifeed/Makefile b/www/tuifeed/Makefile index 12f4ce2d98b4..750a0159cba9 100644 --- a/www/tuifeed/Makefile +++ b/www/tuifeed/Makefile @@ -1,7 +1,7 @@ PORTNAME= tuifeed DISTVERSIONPREFIX= v DISTVERSION= 0.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= driesm@FreeBSD.org diff --git a/www/ulfius/Makefile b/www/ulfius/Makefile index 0490919ea4eb..4628bf0a9479 100644 --- a/www/ulfius/Makefile +++ b/www/ulfius/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ liborcania.so:devel/orcania \ libyder.so:devel/yder -USES= cmake cpe pathfix +USES= cmake cpe CMAKE_OFF= BUILD_RPM BUILD_ULFIUS_DOCUMENTATION BUILD_ULFIUS_TESTING CMAKE_ON= BUILD_SHARED BUILD_STATIC BUILD_UWSC INSTALL_HEADER SEARCH_ORCANIA_U SEARCH_YDER WITH_CURL WITH_GNUTLS WITH_JANSSON WITH_WEBSOCKET WITH_WEBSOCKET_MESSAGE_LIST WITH_YDER diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index 6ba9078b6ff7..5fd8e8a3029b 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,5 +1,6 @@ PORTNAME= ungoogled-chromium PORTVERSION= 143.0.7499.109 +PORTREVISION= 2 PULSEMV= 16 PULSEV= ${PULSEMV}.1 UGVERSION= ${DISTVERSION}-1 diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc index a79fb40ae3e6..04cd1ef28a1c 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2025-12-12 21:27:37 UTC +--- chrome/browser/chrome_content_browser_client.cc.orig 2025-12-14 17:46:41 UTC +++ chrome/browser/chrome_content_browser_client.cc @@ -574,7 +574,7 @@ #include "third_party/cros_system_api/switches/chrome_switches.h" @@ -55,6 +55,15 @@ #if BUILDFLAG(IS_MAC) std::unique_ptr<metrics::ClientInfo> client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); +@@ -2687,7 +2689,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin + client_info->client_id); + } + #elif BUILDFLAG(IS_POSIX) +-#if !BUILDFLAG(IS_ANDROID) ++#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_BSD) + pid_t pid; + if (crash_reporter::GetHandlerSocket(nullptr, &pid)) { + command_line->AppendSwitchASCII( @@ -3020,7 +3022,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin } } diff --git a/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc b/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc new file mode 100644 index 000000000000..8c6f1acc0387 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc @@ -0,0 +1,16 @@ +--- ui/ozone/platform/wayland/host/wayland_buffer_manager_host.cc.orig 2025-12-15 07:48:20 UTC ++++ ui/ozone/platform/wayland/host/wayland_buffer_manager_host.cc +@@ -45,9 +45,13 @@ std::string NumberToString(uint32_t number) { + } + + bool CheckImportExportFence() { ++#if BUILDFLAG(IS_BSD) ++ return false; ++#else + // DMA_BUF_IOCTL_{IMPORT,EXPORT}_SYNC_FILE was added in 6.0 + return base::SysInfo::KernelVersionNumber::Current() >= + base::SysInfo::KernelVersionNumber(6, 0); ++#endif + } + + } // namespace diff --git a/www/urlfinder/Makefile b/www/urlfinder/Makefile index 42717735baf2..1c46f32e6a22 100644 --- a/www/urlfinder/Makefile +++ b/www/urlfinder/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/projectdiscovery/urlfinder LICENSE= MIT -USES= go:1.24,modules +USES= go:1.24+,modules GO_MODULE= github.com/projectdiscovery/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} diff --git a/www/varnish-libvmod-fileserver/Makefile b/www/varnish-libvmod-fileserver/Makefile index 5543e7c7905d..7fc2fcc38919 100644 --- a/www/varnish-libvmod-fileserver/Makefile +++ b/www/varnish-libvmod-fileserver/Makefile @@ -1,6 +1,6 @@ PORTNAME= libvmod-fileserver PORTVERSION= 0.0.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www PKGNAMEPREFIX= varnish- diff --git a/www/varnish-libvmod-geoip2/Makefile b/www/varnish-libvmod-geoip2/Makefile index 8793c53c0bd6..cfa11fc3ef9b 100644 --- a/www/varnish-libvmod-geoip2/Makefile +++ b/www/varnish-libvmod-geoip2/Makefile @@ -1,12 +1,11 @@ PORTNAME= libvmod-geoip2 -PORTVERSION= 20230405 -PORTREVISION= 5 +PORTVERSION= 20240407 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= zi@FreeBSD.org COMMENT= Varnish Module (vmod) to query MaxMind GeoIP2 DB files -WWW= https://github.com/fgsch/libvmod-geoip2 +WWW= https://github.com/varnishcache-friends/libvmod-geoip2 LICENSE= BSD2CLAUSE @@ -16,9 +15,9 @@ LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb USES= autoreconf:build gmake libtool pkgconfig \ python:build varnish:7 USE_GITHUB= yes -GH_ACCOUNT= fgsch +GH_ACCOUNT= varnishcache-friends GH_PROJECT= libvmod-geoip2 -GH_TAGNAME= ee5f049 +GH_TAGNAME= f4da203 USE_LDCONFIG= ${PREFIX}/lib/varnish/vmods GNU_CONFIGURE= yes diff --git a/www/varnish-libvmod-geoip2/distinfo b/www/varnish-libvmod-geoip2/distinfo index 2308e1e59c83..204636776e7e 100644 --- a/www/varnish-libvmod-geoip2/distinfo +++ b/www/varnish-libvmod-geoip2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682431500 -SHA256 (fgsch-libvmod-geoip2-20230405-ee5f049_GH0.tar.gz) = 4dd6710fb9aa9ad60ce660cb41ad19761204374e4ee6b69df862cfe6633daf65 -SIZE (fgsch-libvmod-geoip2-20230405-ee5f049_GH0.tar.gz) = 9659 +TIMESTAMP = 1765833779 +SHA256 (varnishcache-friends-libvmod-geoip2-20240407-f4da203_GH0.tar.gz) = d0f2921d4969943decae64aa2704ff9bcd8188313d8aca70b4bede404cbdc3cf +SIZE (varnishcache-friends-libvmod-geoip2-20240407-f4da203_GH0.tar.gz) = 11759 diff --git a/www/varnish-modules/Makefile b/www/varnish-modules/Makefile index ebcf55fba776..c7eb8786c1f4 100644 --- a/www/varnish-modules/Makefile +++ b/www/varnish-modules/Makefile @@ -1,5 +1,6 @@ PORTNAME= varnish-modules PORTVERSION= 0.26.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= zi@FreeBSD.org diff --git a/www/vigil/Makefile b/www/vigil/Makefile index a475802a1284..3145f74efc40 100644 --- a/www/vigil/Makefile +++ b/www/vigil/Makefile @@ -1,6 +1,7 @@ PORTNAME= vigil DISTVERSIONPREFIX= v DISTVERSION= 1.28.6 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/wasm-bindgen-cli/Makefile b/www/wasm-bindgen-cli/Makefile index b6560451fcee..58c33e1a93e7 100644 --- a/www/wasm-bindgen-cli/Makefile +++ b/www/wasm-bindgen-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= wasm-bindgen-cli DISTVERSION= 0.2.95 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= aokblast@FreeBSD.org diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile index 0daf6b62aafe..8c2519c4ea53 100644 --- a/www/wasm-pack/Makefile +++ b/www/wasm-pack/Makefile @@ -1,7 +1,7 @@ PORTNAME= wasm-pack DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index 2f5e727dffa0..707291bf2a37 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -1,5 +1,6 @@ PORTNAME= waterfox DISTVERSION= 6.6.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/websocat/Makefile b/www/websocat/Makefile index d4acaeb95a05..9ccfc4fdf374 100644 --- a/www/websocat/Makefile +++ b/www/websocat/Makefile @@ -1,7 +1,7 @@ PORTNAME= websocat DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/wget2/files/patch-configure.ac b/www/wget2/files/patch-configure.ac new file mode 100644 index 000000000000..07e5cc33b04b --- /dev/null +++ b/www/wget2/files/patch-configure.ac @@ -0,0 +1,23 @@ +--- configure.ac.orig 2024-11-24 18:15:30 UTC ++++ configure.ac +@@ -410,17 +410,10 @@ test "${ENABLE_XATTR}" = "yes" && AC_DEFINE([ENABLE_XA + # + # Gettext + # +-m4_ifdef([AM_GNU_GETTEXT], [ +- AM_GNU_GETTEXT([external],[need-ngettext]) +- AC_CONFIG_FILES([po/Makefile.in]) +- have_po=yes +-], [ +- have_po=no +-]) +-m4_ifdef([AM_GNU_GETTEXT_VERSION], [ +-#do not indent here ++AM_GNU_GETTEXT([external],[need-ngettext]) ++AC_CONFIG_FILES([po/Makefile.in]) ++have_po=yes + AM_GNU_GETTEXT_VERSION([0.22.5]) +-]) + AM_CONDITIONAL([HAVE_PO], [ test "$have_po" = "yes" ]) + + # diff --git a/www/wiki-tui/Makefile b/www/wiki-tui/Makefile index 16a76dfaad26..b36836eb5ce0 100644 --- a/www/wiki-tui/Makefile +++ b/www/wiki-tui/Makefile @@ -1,6 +1,7 @@ PORTNAME= wiki-tui DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= eduardo@FreeBSD.org diff --git a/www/xh/Makefile b/www/xh/Makefile index 0b2cf1e24edc..3a1f17ad9902 100644 --- a/www/xh/Makefile +++ b/www/xh/Makefile @@ -1,7 +1,7 @@ PORTNAME= xh DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/youtube/Makefile b/www/youtube/Makefile index 436bffbae069..13525c7bd6cc 100644 --- a/www/youtube/Makefile +++ b/www/youtube/Makefile @@ -12,10 +12,7 @@ WWW= https://github.com/kkdai/youtube LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules GO_MODULE= github.com/kkdai/youtube/v2 GO_TARGET= ./cmd/youtubedr diff --git a/www/zola/Makefile b/www/zola/Makefile index aede26d4d365..1579993a930a 100644 --- a/www/zola/Makefile +++ b/www/zola/Makefile @@ -1,7 +1,7 @@ PORTNAME= zola DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= bofh@FreeBSD.org |
