diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-10-06 17:41:19 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-10-10 15:34:54 +0000 |
commit | 9cb1870cbf63e073eaf127e192130fc68da403e5 (patch) | |
tree | b1153f33a74bfa202b41d5ad9feb38e87c47d00c /www | |
parent | d01772720bb34bce3bec9d3f5d1af3385e995628 (diff) |
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology
(cherry picked from commit f16d8e56352394e557b1ab24f1a3582300e414af)
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 1 | ||||
-rw-r--r-- | www/qt5-webengine/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 2dc260755c04..7dff4ffb9ed8 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -2,6 +2,7 @@ PORTNAME= firefox DISTVERSION= 78.15.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3f77dbe85e4b..1318f0451975 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,6 +2,7 @@ PORTNAME= firefox DISTVERSION= 93.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index c72e414fac93..930241f9394c 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -16,7 +16,7 @@ PORTNAME= webengine DISTVERSION= ${QT5_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www PKGNAMEPREFIX= qt5- |