Date: Sat, 2 Nov 2024 01:01:15 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 888cea7deeae - main - multimedia/libvpx: update 1.15.0 Message-ID: <202411020101.4A211Fju066306@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=888cea7deeae40b641d81929eeefea8120ba5d93 commit 888cea7deeae40b641d81929eeefea8120ba5d93 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-10-23 18:24:57 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-02 01:01:11 +0000 multimedia/libvpx: update 1.15.0 Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.14.1..v1.15.0 Reported by: Repology --- audio/baresip/Makefile | 1 + cad/opencascade/Makefile | 2 +- devel/godot/Makefile | 2 +- devel/godot35/Makefile | 2 +- devel/py-aiortc/Makefile | 1 + editors/vscode/Makefile | 1 + emulators/virtualbox-ose-legacy/Makefile | 2 +- emulators/virtualbox-ose/Makefile | 2 +- games/NBlood/Makefile | 1 + games/eduke32/Makefile | 2 +- games/openbor/Makefile | 2 +- games/scummvm/Makefile | 1 + mail/thunderbird/Makefile | 1 + multimedia/avidemux-plugins/Makefile | 2 +- multimedia/emby-server/Makefile | 2 +- multimedia/ffmpeg/Makefile | 2 +- multimedia/ffmpeg4/Makefile | 2 +- multimedia/gstreamer1-plugins-vpx/Makefile | 2 +- multimedia/handbrake/Makefile | 2 +- multimedia/libvpx/Makefile | 2 +- multimedia/libvpx/distinfo | 6 +++--- .../libvpx/files/patch-vpx__ports_aarch32__cpudetect.c | 13 +++++++------ multimedia/libvpx/pkg-plist | 4 ++-- multimedia/libxine/Makefile | 2 +- multimedia/mencoder/Makefile | 2 +- multimedia/vlc/Makefile | 2 +- net-im/py-toxcore-c/Makefile | 2 +- net-im/qTox/Makefile | 2 +- net-im/telegram-desktop/Makefile | 2 +- net-im/tg_owt/Makefile | 2 +- net-im/tox/Makefile | 2 +- net-im/tox_extension_messages/Makefile | 2 +- net-im/toxext/Makefile | 2 +- net-im/toxic/Makefile | 2 +- net-im/uTox/Makefile | 2 +- net/mediastreamer/Makefile | 2 +- www/firefox-esr/Makefile | 1 + www/firefox/Makefile | 1 + www/librewolf/Makefile | 1 + www/qt5-webengine/Makefile | 1 + www/qt6-webengine/Makefile | 2 +- www/tor-browser/Makefile | 2 +- www/waterfox/Makefile | 2 +- 43 files changed, 52 insertions(+), 41 deletions(-) diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index c2642ba0cf16..f0f70e4fc382 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -1,6 +1,7 @@ PORTNAME= baresip DISTVERSIONPREFIX= v DISTVERSION= 3.16.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 39d60bf16605..500fe49cad69 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -1,7 +1,7 @@ PORTNAME= opencascade DISTVERSIONPREFIX= V DISTVERSION= 7_8_1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad science DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} diff --git a/devel/godot/Makefile b/devel/godot/Makefile index 4a3afc5a0a63..5f5b5469b3db 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -1,7 +1,7 @@ PORTNAME= godot DISTVERSION= 4.2.1 DISTVERSIONSUFFIX= -stable -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel games MAINTAINER= FreeBSD@Shaneware.biz diff --git a/devel/godot35/Makefile b/devel/godot35/Makefile index 0fe0ee959b0b..a2a52121597f 100644 --- a/devel/godot35/Makefile +++ b/devel/godot35/Makefile @@ -1,7 +1,7 @@ PORTNAME= godot DISTVERSION= 3.5.3 DISTVERSIONSUFFIX= -stable -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel games PKGNAMESUFFIX?= 35 diff --git a/devel/py-aiortc/Makefile b/devel/py-aiortc/Makefile index 2a97ffeaee3d..e3fb918fc518 100644 --- a/devel/py-aiortc/Makefile +++ b/devel/py-aiortc/Makefile @@ -1,5 +1,6 @@ PORTNAME= aiortc DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= devel multimedia python www MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 39df8dd3055d..04e1246cf446 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.94.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 64311690a814..407b757de882 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -1,6 +1,6 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.44 -PORTREVISION?= 21 +PORTREVISION?= 22 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/:src \ LOCAL/bofh/emulators/virtualbox-ose-legacy:docs diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 814e2d49a6ab..f9ee258848de 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -1,6 +1,6 @@ PORTNAME= virtualbox-ose PORTVERSION= 6.1.50 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= emulators MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/:src \ LOCAL/bofh/emulators/virtualbox-ose:docs diff --git a/games/NBlood/Makefile b/games/NBlood/Makefile index 7cd38e5337c3..a1ae1d1c44d2 100644 --- a/games/NBlood/Makefile +++ b/games/NBlood/Makefile @@ -1,5 +1,6 @@ PORTNAME= NBlood DISTVERSION= r14114 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 630fc87c0e0d..266585b0704d 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -1,6 +1,6 @@ PORTNAME= eduke32 PORTVERSION= 20240316 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://dukeworld.com/eduke32/synthesis/${PORTVERSION}-${GITREVISION}/:eduke32 \ LOCAL/pkubaj/:erp \ diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 2cfab43af187..4b1ba61e4584 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -1,7 +1,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} PORTVERSION?= 7691 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 01c05f57d4a9..a339bead3802 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,5 +1,6 @@ PORTNAME= scummvm PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= https://downloads.scummvm.org/frs/${PORTNAME}/${PORTVERSION}/ diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 0df9a029bff7..e223b09a392e 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunderbird DISTVERSION= 128.4.1 +PORTREVISION= 1 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source diff --git a/multimedia/avidemux-plugins/Makefile b/multimedia/avidemux-plugins/Makefile index e69f338a8bad..027aad601ef4 100644 --- a/multimedia/avidemux-plugins/Makefile +++ b/multimedia/avidemux-plugins/Makefile @@ -1,6 +1,6 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia PKGNAMESUFFIX= -plugins diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile index 3e126ae0c6a0..9bec48fa94e3 100644 --- a/multimedia/emby-server/Makefile +++ b/multimedia/emby-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= emby-server DISTVERSION= 4.8.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \ https://mediabrowser.github.io/embytools/ diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 1adf574f0712..80eecb8c51c5 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 6.1.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile index 6492d959f0d4..82fe0575e606 100644 --- a/multimedia/ffmpeg4/Makefile +++ b/multimedia/ffmpeg4/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 4.4.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ PKGNAMESUFFIX= 4 diff --git a/multimedia/gstreamer1-plugins-vpx/Makefile b/multimedia/gstreamer1-plugins-vpx/Makefile index 4987bc13b523..60fa49766a3a 100644 --- a/multimedia/gstreamer1-plugins-vpx/Makefile +++ b/multimedia/gstreamer1-plugins-vpx/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer vp8 codec plugin diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 165298f17787..44e2ff08bba3 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -1,6 +1,6 @@ PORTNAME= handbrake DISTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://github.com/HandBrake/HandBrake/releases/download/${DISTVERSION}/ MASTER_SITES+= https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/:contrib diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index c92c1bdcda14..9ed45565cb05 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -1,6 +1,6 @@ PORTNAME= libvpx DISTVERSIONPREFIX= v -DISTVERSION= 1.14.1 +DISTVERSION= 1.15.0 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/libvpx/distinfo b/multimedia/libvpx/distinfo index 086d4a0c583b..34d1e4202184 100644 --- a/multimedia/libvpx/distinfo +++ b/multimedia/libvpx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717012823 -SHA256 (webmproject-libvpx-v1.14.1_GH0.tar.gz) = 901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977 -SIZE (webmproject-libvpx-v1.14.1_GH0.tar.gz) = 5614104 +TIMESTAMP = 1729707897 +SHA256 (webmproject-libvpx-v1.15.0_GH0.tar.gz) = e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e +SIZE (webmproject-libvpx-v1.15.0_GH0.tar.gz) = 5629622 diff --git a/multimedia/libvpx/files/patch-vpx__ports_aarch32__cpudetect.c b/multimedia/libvpx/files/patch-vpx__ports_aarch32__cpudetect.c index a6d4484fefe3..e1819f05b29c 100644 --- a/multimedia/libvpx/files/patch-vpx__ports_aarch32__cpudetect.c +++ b/multimedia/libvpx/files/patch-vpx__ports_aarch32__cpudetect.c @@ -1,7 +1,7 @@ - Assume NEON is enabled on armv7 - Implement runtime detection on FreeBSD ---- vpx_ports/aarch32_cpudetect.c.orig 2024-01-09 21:12:22 UTC +--- vpx_ports/aarch32_cpudetect.c.orig 2024-10-23 18:24:57 UTC +++ vpx_ports/aarch32_cpudetect.c @@ -12,7 +12,7 @@ #include "./vpx_config.h" @@ -12,15 +12,15 @@ static int arm_get_cpu_caps(void) { // This function should actually be a no-op. There is no way to adjust any of -@@ -57,9 +57,23 @@ static int arm_get_cpu_caps(void) { +@@ -57,10 +57,24 @@ static int arm_get_cpu_caps(void) { return flags; } --#elif defined(__linux__) // end defined(AOM_USE_ANDROID_CPU_FEATURES) -+#elif defined(__linux__) || defined(__FreeBSD__) // end defined(AOM_USE_ANDROID_CPU_FEATURES) +-#elif defined(__linux__) // end defined(VPX_USE_ANDROID_CPU_FEATURES) ++#elif defined(__linux__) || defined(__FreeBSD__) // end defined(VPX_USE_ANDROID_CPU_FEATURES) #include <sys/auxv.h> -+ + +#if defined(__FreeBSD__) +static unsigned long getauxval(unsigned long type) +{ @@ -34,6 +34,7 @@ + return ret; +} +#endif - ++ // Define hwcap values ourselves: building with an old auxv header where these // hwcap values are not defined should not prevent features from being enabled. + #define VPX_AARCH32_HWCAP_NEON (1 << 12) diff --git a/multimedia/libvpx/pkg-plist b/multimedia/libvpx/pkg-plist index 539cbb668a2c..d3003eb1d3b2 100644 --- a/multimedia/libvpx/pkg-plist +++ b/multimedia/libvpx/pkg-plist @@ -14,6 +14,6 @@ include/vpx/vpx_tpl.h lib/libvpx.a lib/libvpx.so lib/libvpx.so.9 -lib/libvpx.so.9.0 -lib/libvpx.so.9.0.1 +lib/libvpx.so.9.1 +lib/libvpx.so.9.1.0 libdata/pkgconfig/vpx.pc diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index a8b755a25bf3..d75317de460d 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -1,6 +1,6 @@ PORTNAME= xine DISTVERSION= 1.2.13 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${DISTVERSION} PKGNAMEPREFIX= lib diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 76a31e365c92..bf04cb1542e1 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -1,6 +1,6 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 3812f1a070a8..9f4123e4b374 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,6 +1,6 @@ PORTNAME= vlc DISTVERSION= 3.0.21 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/net-im/py-toxcore-c/Makefile b/net-im/py-toxcore-c/Makefile index 9e3957db9c20..dd444d45a14e 100644 --- a/net-im/py-toxcore-c/Makefile +++ b/net-im/py-toxcore-c/Makefile @@ -1,7 +1,7 @@ PORTNAME= toxcore-c DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= net-im net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index a5871a6ba591..04e787391ffc 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -1,7 +1,7 @@ PORTNAME= qTox DISTVERSIONPREFIX= v DISTVERSION= 1.17.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 0068e34a0d5f..082d1a3d3ab4 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 5.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index 3048bb9ac383..5c5f9f0e775c 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -1,6 +1,6 @@ PORTNAME= tg_owt PORTVERSION= 0.0.20240804 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im PATCH_SITES= https://github.com/desktop-app/tg_owt/commit/ diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index d9b722cc1cb3..a3a56334db81 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -1,7 +1,7 @@ PORTNAME= toxcore PORTVERSION= 0.2.19 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-im net-p2p diff --git a/net-im/tox_extension_messages/Makefile b/net-im/tox_extension_messages/Makefile index 1ba1d4ab0f31..a333ebce728c 100644 --- a/net-im/tox_extension_messages/Makefile +++ b/net-im/tox_extension_messages/Makefile @@ -1,7 +1,7 @@ PORTNAME= tox_extension_messages DISTVERSIONPREFIX= v DISTVERSION= 0.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/toxext/Makefile b/net-im/toxext/Makefile index 71b678c5c86a..29935d32a409 100644 --- a/net-im/toxext/Makefile +++ b/net-im/toxext/Makefile @@ -1,7 +1,7 @@ PORTNAME= toxext DISTVERSIONPREFIX= v DISTVERSION= 0.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 2e82020d413a..d104332c5862 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -1,7 +1,7 @@ PORTNAME= toxic PORTVERSION= 0.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index f6c137be4759..660264653122 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -1,7 +1,7 @@ PORTNAME= uTox DISTVERSION= 0.17.2 DISTVERSIONSUFFIX= -full -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im net-p2p MASTER_SITES= https://github.com/uTox/uTox/releases/download/v${DISTVERSION}/ diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile index dfdeb17f1a41..5bd2297e5efd 100644 --- a/net/mediastreamer/Makefile +++ b/net/mediastreamer/Makefile @@ -1,6 +1,6 @@ PORTNAME= mediastreamer DISTVERSION= 5.2.94 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= bofh@FreeBSD.org diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 9fcbea952200..35beb836b86b 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox DISTVERSION= 128.4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d653d0aff488..4607b68b471f 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox DISTVERSION= 132.0.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 6958e54d545b..b343c5b778a3 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,6 +1,7 @@ PORTNAME= librewolf DISTVERSION= 131.0.3 DISTVERSIONSUFFIX= -1.source +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}-1/ diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index fd800a850d77..c1864b0d30c7 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -19,6 +19,7 @@ PORTNAME= webengine PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- diff --git a/www/qt6-webengine/Makefile b/www/qt6-webengine/Makefile index b6f2d157f127..becc63ec87a3 100644 --- a/www/qt6-webengine/Makefile +++ b/www/qt6-webengine/Makefile @@ -12,7 +12,7 @@ PORTNAME?= webengine DISTVERSION= ${QT6_VERSION} -PORTREVISION?= 0 # Master port for print/qt6-pdf. Please keep this line. +PORTREVISION?= 1 # Master port for print/qt6-pdf. Please keep this line. CATEGORIES?= www PKGNAMEPREFIX= qt6- diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index bb8668b7123a..4c04dddd0259 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,6 +1,6 @@ PORTNAME= tor-browser DISTVERSION= 13.5a9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www net security wayland MASTER_SITES= TOR \ https://build-sources.tbb.torproject.org/:source1 \ diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index 0f0b106882b8..22c131472c10 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -1,7 +1,7 @@ PORTNAME= waterfox DISTVERSIONPREFIX= G DISTVERSION= 6.0.19 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411020101.4A211Fju066306>