git: 9cb1870cbf63 - 2021Q4 - multimedia/libvpx: update 1.11.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 10 Oct 2021 15:35:29 UTC
The branch 2021Q4 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9cb1870cbf63e073eaf127e192130fc68da403e5

commit 9cb1870cbf63e073eaf127e192130fc68da403e5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-06 17:41:19 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-10 15:34:54 +0000

    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)
---
 devel/godot-tools/Makefile                 | 1 +
 devel/godot/Makefile                       | 2 +-
 devel/godot2/Makefile                      | 2 +-
 devel/py-aiortc/Makefile                   | 1 +
 editors/vscode/Makefile                    | 2 +-
 emulators/virtualbox-ose-legacy/Makefile   | 2 +-
 emulators/virtualbox-ose/Makefile          | 2 +-
 games/NBlood/Makefile                      | 1 +
 games/eduke32/Makefile                     | 1 +
 games/openbor/Makefile                     | 2 +-
 games/openbor4432/Makefile                 | 2 +-
 graphics/drawpile/Makefile                 | 1 +
 mail/thunderbird/Makefile                  | 1 +
 multimedia/avidemux-plugins/Makefile       | 2 +-
 multimedia/ccextractor/Makefile            | 2 +-
 multimedia/emby-server/Makefile            | 1 +
 multimedia/ffmpeg/Makefile                 | 2 +-
 multimedia/gstreamer1-plugins-vpx/Makefile | 2 +-
 multimedia/handbrake/Makefile              | 1 +
 multimedia/libvpx/Makefile                 | 2 +-
 multimedia/libvpx/distinfo                 | 6 +++---
 multimedia/libvpx/pkg-plist                | 6 +++---
 multimedia/libxine/Makefile                | 2 +-
 multimedia/mencoder/Makefile               | 1 +
 multimedia/mplayer/Makefile                | 1 +
 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     | 1 +
 net-im/toxext/Makefile                     | 1 +
 net-im/toxic/Makefile                      | 1 +
 net-im/uTox/Makefile                       | 2 +-
 net/mediastreamer/Makefile                 | 2 +-
 net/pjsip/Makefile                         | 1 +
 www/firefox-esr/Makefile                   | 1 +
 www/firefox/Makefile                       | 1 +
 www/qt5-webengine/Makefile                 | 2 +-
 x11/xpra/Makefile                          | 1 +
 41 files changed, 45 insertions(+), 28 deletions(-)

diff --git a/devel/godot-tools/Makefile b/devel/godot-tools/Makefile
index a8258a7a1a82..f26ba5463bd7 100644
--- a/devel/godot-tools/Makefile
+++ b/devel/godot-tools/Makefile
@@ -1,5 +1,6 @@
 # Created by: Shane Ambler <FreeBSD@Shaneware.biz>
 
+PORTREVISION=	1
 PKGNAMESUFFIX=	-tools
 
 COMMENT=	Game integrated development environment
diff --git a/devel/godot/Makefile b/devel/godot/Makefile
index 78f4fa4ba049..f07be526715e 100644
--- a/devel/godot/Makefile
+++ b/devel/godot/Makefile
@@ -2,8 +2,8 @@
 
 PORTNAME=	godot
 DISTVERSION=	3.2.3
-PORTREVISION=	3
 DISTVERSIONSUFFIX=	-stable
+PORTREVISION=	4
 CATEGORIES=	devel games
 
 MAINTAINER=	FreeBSD@Shaneware.biz
diff --git a/devel/godot2/Makefile b/devel/godot2/Makefile
index 8b37a82ee05b..72148d26eec9 100644
--- a/devel/godot2/Makefile
+++ b/devel/godot2/Makefile
@@ -2,8 +2,8 @@
 
 PORTNAME=	godot
 DISTVERSION=	2.1.6
-PORTREVISION=	3
 DISTVERSIONSUFFIX=	-stable
+PORTREVISION=	4
 CATEGORIES=	devel games
 PKGNAMESUFFIX?=	2
 
diff --git a/devel/py-aiortc/Makefile b/devel/py-aiortc/Makefile
index 22e9409fefd7..8081228b9962 100644
--- a/devel/py-aiortc/Makefile
+++ b/devel/py-aiortc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	aiortc
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	devel multimedia python www
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index d204005455c1..390b8df41b18 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vscode
 DISTVERSION=	1.56.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 MASTER_SITES=	https://registry.npmjs.org/esbuild-freebsd-64/-/:esbuild_binary \
 		https://nodejs.org/dist/v${NODE_VER}/:node_headers \
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index 3dbc450f08f0..dbde43ca3e1f 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.2.44
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.oracle.com/virtualbox/${PORTVERSION}/
 PKGNAMESUFFIX?=	-legacy
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index 35dd54183088..cfd73bdea1ff 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	virtualbox-ose
 PORTVERSION=	6.1.26
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.virtualbox.org/virtualbox/${PORTVERSION}/
 DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
diff --git a/games/NBlood/Makefile b/games/NBlood/Makefile
index 7d42ce1d16a1..349acf99221a 100644
--- a/games/NBlood/Makefile
+++ b/games/NBlood/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	NBlood
 DISTVERSION=	g20210618
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj@FreeBSD.org
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile
index 7f444db7f304..e67d5fe3cb40 100644
--- a/games/eduke32/Makefile
+++ b/games/eduke32/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	eduke32
 PORTVERSION=	20210703
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://dukeworld.com/eduke32/synthesis/${PORTVERSION}-${GITREVISION}/:eduke32 \
 		http://www.duke4.org/files/nightfright/hrp/:hrp \
diff --git a/games/openbor/Makefile b/games/openbor/Makefile
index 72fa1a9ef0b9..afcd58e87d86 100644
--- a/games/openbor/Makefile
+++ b/games/openbor/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	openbor
 # Hint: svn revision is git rev-list --count ${GH_TAGNAME}
 PORTVERSION?=	7138
 .ifndef PKGNAMESUFFIX
-PORTREVISION=	0
+PORTREVISION=	1
 .endif
 CATEGORIES=	games
 
diff --git a/games/openbor4432/Makefile b/games/openbor4432/Makefile
index fee4d9a767b0..d88d77095572 100644
--- a/games/openbor4432/Makefile
+++ b/games/openbor4432/Makefile
@@ -1,5 +1,5 @@
 PORTVERSION=	4432
-PORTREVISION=	3
+PORTREVISION=	4
 PKGNAMESUFFIX=	${PORTVERSION}
 
 MASTERDIR=	${.CURDIR}/../openbor
diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile
index dba854f8d4dc..ea48569d22a0 100644
--- a/graphics/drawpile/Makefile
+++ b/graphics/drawpile/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	Drawpile
 DISTVERSION=	2.1.20
+PORTREVISION=	1
 CATEGORIES=	graphics python
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index a7e0f51283bd..db2fe33707f3 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	91.2.0
+PORTREVISION=	1
 CATEGORIES=	mail news net-im
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
diff --git a/multimedia/avidemux-plugins/Makefile b/multimedia/avidemux-plugins/Makefile
index bbe618d9b1b2..9898806588c0 100644
--- a/multimedia/avidemux-plugins/Makefile
+++ b/multimedia/avidemux-plugins/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	avidemux
 PORTVERSION=	${AVIDEMUX_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 PKGNAMESUFFIX=	-plugins
 
diff --git a/multimedia/ccextractor/Makefile b/multimedia/ccextractor/Makefile
index a58b460847b6..6f6c425fe8e8 100644
--- a/multimedia/ccextractor/Makefile
+++ b/multimedia/ccextractor/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ccextractor
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.85
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	multimedia
 
 MAINTAINER=	oz@nixil.net
diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 035043eebc66..3e2633279f37 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	emby-server
 PORTVERSION=	4.6.4.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \
 		https://mediabrowser.github.io/embytools/
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 0cce70e6dde8..1f74a216d7d1 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	4.4
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
diff --git a/multimedia/gstreamer1-plugins-vpx/Makefile b/multimedia/gstreamer1-plugins-vpx/Makefile
index caa0f27320b3..58d39b1894bc 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 0ddfd7538f54..0700dc66c10b 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	handbrake
 DISTVERSION=	1.4.2
+PORTREVISION=	1
 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 a523f24947fd..c03581628869 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	libvpx
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.10.0
+DISTVERSION=	1.11.0
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/multimedia/libvpx/distinfo b/multimedia/libvpx/distinfo
index 0a5da82e45b2..300682b17873 100644
--- a/multimedia/libvpx/distinfo
+++ b/multimedia/libvpx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616097586
-SHA256 (webmproject-libvpx-v1.10.0_GH0.tar.gz) = 85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a
-SIZE (webmproject-libvpx-v1.10.0_GH0.tar.gz) = 5340421
+TIMESTAMP = 1633542079
+SHA256 (webmproject-libvpx-v1.11.0_GH0.tar.gz) = 965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83
+SIZE (webmproject-libvpx-v1.11.0_GH0.tar.gz) = 5347256
diff --git a/multimedia/libvpx/pkg-plist b/multimedia/libvpx/pkg-plist
index d7a7b8c298e4..a29fb2806f82 100644
--- a/multimedia/libvpx/pkg-plist
+++ b/multimedia/libvpx/pkg-plist
@@ -12,7 +12,7 @@ include/vpx/vpx_image.h
 include/vpx/vpx_integer.h
 lib/libvpx.a
 lib/libvpx.so
-lib/libvpx.so.6
-lib/libvpx.so.6.4
-lib/libvpx.so.6.4.0
+lib/libvpx.so.7
+lib/libvpx.so.7.0
+lib/libvpx.so.7.0.0
 libdata/pkgconfig/vpx.pc
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 5e9bd58c2c46..8830fcc85963 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	xine
 DISTVERSION=	1.2.11
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
 PKGNAMEPREFIX=	lib
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index 2df6b5c12581..28b5c8eaadcd 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	mencoder
 PORTVERSION=	${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 
 MAINTAINER=	riggs@FreeBSD.org
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 09ddd828f6a4..d9cb87a4df7d 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 
 MAINTAINER=	riggs@FreeBSD.org
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 1d676ac19064..0fe1e954b023 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	3.0.16
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/net-im/py-toxcore-c/Makefile b/net-im/py-toxcore-c/Makefile
index 9f15666da893..face93e2a52d 100644
--- a/net-im/py-toxcore-c/Makefile
+++ b/net-im/py-toxcore-c/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	toxcore-c
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net-im net-p2p python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile
index 45cdd3ffb1df..25d9144cd5f5 100644
--- a/net-im/qTox/Makefile
+++ b/net-im/qTox/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	qTox
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.17.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile
index 43931cafd15c..6648644e4c6a 100644
--- a/net-im/telegram-desktop/Makefile
+++ b/net-im/telegram-desktop/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	telegram-desktop
 DISTVERSION=	2.8.11
-PORTREVISION=	2
+PORTREVISION=	3
 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 845346d82860..c7564188eb01 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	tg_owt
 PORTVERSION=	0.0.20210718
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 
 MAINTAINER=	henry.hu.sh@gmail.com
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index efa1c5d198ed..2ac924846182 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -2,8 +2,8 @@
 
 PORTNAME=	toxcore
 PORTVERSION=	0.2.12
-PORTREVISION=	2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net-im net-p2p
 
diff --git a/net-im/tox_extension_messages/Makefile b/net-im/tox_extension_messages/Makefile
index cbff9f5180d5..6f2f8680085e 100644
--- a/net-im/tox_extension_messages/Makefile
+++ b/net-im/tox_extension_messages/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	tox_extension_messages
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.2
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net-im/toxext/Makefile b/net-im/toxext/Makefile
index 071218b7e7b4..bd824bd127e2 100644
--- a/net-im/toxext/Makefile
+++ b/net-im/toxext/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	toxext
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.2
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile
index f2cea5dc02bf..2d659425019d 100644
--- a/net-im/toxic/Makefile
+++ b/net-im/toxic/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	toxic
 PORTVERSION=	0.11.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	thierry@FreeBSD.org
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile
index 80d03ffa7343..2b9906e742ec 100644
--- a/net-im/uTox/Makefile
+++ b/net-im/uTox/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	uTox
 DISTVERSION=	0.17.2
-PORTREVISION=	1
 DISTVERSIONSUFFIX=	-full
+PORTREVISION=	2
 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 5fbdcd35870c..8296916b6484 100644
--- a/net/mediastreamer/Makefile
+++ b/net/mediastreamer/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	mediastreamer
 PORTVERSION=	2.16.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	https://www.linphone.org/releases/sources/mediastreamer/
 
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile
index 07420272e54e..c4ea20871383 100644
--- a/net/pjsip/Makefile
+++ b/net/pjsip/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pjsip
 DISTVERSION=	2.11.1
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	madpilot@FreeBSD.org
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-
 
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 89789d2bcbbc..e05a7e660785 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xpra
 PORTVERSION=	4.2.2
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xpra.org/src/