git: 4fb0230f7f11 - main - multimedia/dav1d: update to 1.3.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 05 Oct 2023 16:36:18 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4fb0230f7f11b463d833eac9d07ec117ee439173

commit 4fb0230f7f11b463d833eac9d07ec117ee439173
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-10-03 15:36:52 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-10-05 16:36:06 +0000

    multimedia/dav1d: update to 1.3.0
    
    Changes:        https://code.videolan.org/videolan/dav1d/-/tags/1.3.0
    Reported by:    Repology
---
 cad/opencascade/Makefile                    |  2 +-
 devel/electron25/Makefile                   |  1 +
 editors/vscode/Makefile                     |  2 +-
 graphics/libavif/Makefile                   |  1 +
 graphics/libheif/Makefile                   |  1 +
 mail/thunderbird/Makefile                   |  1 +
 multimedia/dav1d/Makefile                   |  3 +--
 multimedia/dav1d/distinfo                   | 10 +++++-----
 multimedia/dav1d/pkg-plist                  |  4 ++--
 multimedia/emby-server-devel/Makefile       |  2 +-
 multimedia/emby-server/Makefile             |  2 +-
 multimedia/ffmpeg/Makefile                  |  2 +-
 multimedia/ffmpeg4/Makefile                 |  2 +-
 multimedia/gstreamer1-plugins-rust/Makefile |  2 +-
 multimedia/kodi/Makefile                    |  2 +-
 multimedia/libxine/Makefile                 |  2 +-
 multimedia/mythtv/Makefile                  |  2 +-
 multimedia/vlc/Makefile                     |  2 +-
 www/chromium/Makefile                       |  1 +
 www/firefox-esr/Makefile                    |  1 +
 www/firefox/Makefile                        |  1 +
 www/iridium/Makefile                        |  1 +
 www/librewolf/Makefile                      |  2 +-
 www/tor-browser/Makefile                    |  2 +-
 www/ungoogled-chromium/Makefile             |  1 +
 25 files changed, 30 insertions(+), 22 deletions(-)

diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 3efc884cb2be..31c6a86d9bd9 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opencascade
 DISTVERSION=	7.7.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad science
 MASTER_SITES=	LOCAL/thierry
 
diff --git a/devel/electron25/Makefile b/devel/electron25/Makefile
index f5cdac171beb..821af2e6b837 100644
--- a/devel/electron25/Makefile
+++ b/devel/electron25/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	electron
 DISTVERSIONPREFIX=	v
 DISTVERSION=	${ELECTRON_VER:S/-beta./.b/}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/tagattie/FreeBSD-Electron/releases/download/v25.5.0/:chromium \
 		https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 09f05deac2cf..4346d1aaa813 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vscode
 DISTVERSION=	1.82.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 MASTER_SITES=	https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache
 DISTFILES=	yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \
diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile
index bd43840ad6a3..2ce6e95927dc 100644
--- a/graphics/libavif/Makefile
+++ b/graphics/libavif/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	libavif
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile
index 8b65ced7aea6..36f11340c26c 100644
--- a/graphics/libheif/Makefile
+++ b/graphics/libheif/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libheif
 DISTVERSION=	1.16.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/
 
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 034607b057e4..6185540f9440 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	thunderbird
 DISTVERSION=	115.3.1
+PORTREVISION=	1
 CATEGORIES=	mail news net-im wayland
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
diff --git a/multimedia/dav1d/Makefile b/multimedia/dav1d/Makefile
index ef00643d4a6a..4dccb89d8eae 100644
--- a/multimedia/dav1d/Makefile
+++ b/multimedia/dav1d/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	dav1d
-DISTVERSION=	1.2.1
-PORTREVISION=	2
+DISTVERSION=	1.3.0
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/multimedia/dav1d/distinfo b/multimedia/dav1d/distinfo
index 6b2257b2ec17..7292c26e9052 100644
--- a/multimedia/dav1d/distinfo
+++ b/multimedia/dav1d/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1685624029
-SHA256 (dav1d-1.2.1.tar.bz2) = a4003623cdc0109dec3aac8435520aa3fb12c4d69454fa227f2658cdb6dab5fa
-SIZE (dav1d-1.2.1.tar.bz2) = 1017759
-SHA256 (dav1d-test-data-1.2.1.tar.bz2) = 45dd14c6597d841612a00d5559a83c1db817fde0a03d9ddae96d24a34547167b
-SIZE (dav1d-test-data-1.2.1.tar.bz2) = 53062756
+TIMESTAMP = 1696347412
+SHA256 (dav1d-1.3.0.tar.bz2) = bde8db3d0583a4f3733bb5a4ac525556ffd03ab7dcd8a6e7c091bee28d9466b1
+SIZE (dav1d-1.3.0.tar.bz2) = 1033699
+SHA256 (dav1d-test-data-1.3.0.tar.bz2) = 6b11f5e793786e07005507402daa0bb936e22d93dc0d07f7e82585c05cc6540f
+SIZE (dav1d-test-data-1.3.0.tar.bz2) = 53063225
diff --git a/multimedia/dav1d/pkg-plist b/multimedia/dav1d/pkg-plist
index 777b51437051..7e3d34e720ac 100644
--- a/multimedia/dav1d/pkg-plist
+++ b/multimedia/dav1d/pkg-plist
@@ -7,6 +7,6 @@ include/dav1d/headers.h
 include/dav1d/picture.h
 include/dav1d/version.h
 lib/libdav1d.so
-lib/libdav1d.so.6
-lib/libdav1d.so.6.9.0
+lib/libdav1d.so.7
+lib/libdav1d.so.7.0.0
 libdata/pkgconfig/dav1d.pc
diff --git a/multimedia/emby-server-devel/Makefile b/multimedia/emby-server-devel/Makefile
index 9b40cdf412ab..f8876e7af7e3 100644
--- a/multimedia/emby-server-devel/Makefile
+++ b/multimedia/emby-server-devel/Makefile
@@ -1,5 +1,5 @@
 DISTVERSION=	4.8.0.51
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-devel
 
 DIST_SUBDIR=	${PORTNAME}${PKGNAMESUFFIX}
diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index af65e6559a27..45cbc5756b14 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	emby-server
 DISTVERSION?=	4.7.14.0
-PORTREVISION?=	2
+PORTREVISION?=	3
 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 e968c9100593..019e0710aa27 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ffmpeg
 PORTVERSION=	6.0
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile
index a317fd47e223..a76ee8be143c 100644
--- a/multimedia/ffmpeg4/Makefile
+++ b/multimedia/ffmpeg4/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ffmpeg
 PORTVERSION=	4.4.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
 PKGNAMESUFFIX=	4
diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile
index 61a7a457a6b5..4469063d9926 100644
--- a/multimedia/gstreamer1-plugins-rust/Makefile
+++ b/multimedia/gstreamer1-plugins-rust/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gstreamer1-plugins-rust
 DISTVERSION=	0.11.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index 13ead130432a..f3605bcee1f3 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kodi
 DISTVERSION=	20.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia java
 # do not forget to fix devel/kodi-platform when updating kodi
 
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index d803f2ab00ea..61ff0faa0d93 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xine
 DISTVERSION=	1.2.13
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-lib/${DISTVERSION}
 PKGNAMEPREFIX=	lib
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile
index 4b535db97ae5..6c9000987fe6 100644
--- a/multimedia/mythtv/Makefile
+++ b/multimedia/mythtv/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mythtv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	33.1
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	multimedia
 
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index e7169c18427c..f71c8f735065 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vlc
 DISTVERSION=	3.0.18
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio net www
 MASTER_SITES=	https://get.videolan.org/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index b9ab9ccc2f5f..db514151e7ec 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	chromium
 PORTVERSION=	117.0.5938.149
+PORTREVISION=	1
 CATEGORIES=	www wayland
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
 		https://nerd.hu/distfiles/:external
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index e1e529ae5f1c..3ac1c4e318f3 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	firefox
 DISTVERSION=	115.3.1
+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 83b3c552551b..3b3bedc88683 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	firefox
 DISTVERSION=	118.0.1
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	www wayland
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
diff --git a/www/iridium/Makefile b/www/iridium/Makefile
index d0a1a0178776..bd65e5a9d600 100644
--- a/www/iridium/Makefile
+++ b/www/iridium/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	iridium
 PORTVERSION=	2023.09.116.2
+PORTREVISION=	1
 CATEGORIES=	www wayland
 MASTER_SITES=	https://downloads.iridiumbrowser.de/source/
 PKGNAMESUFFIX=	-browser
diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile
index 1de01acdecce..2c65b8dac897 100644
--- a/www/librewolf/Makefile
+++ b/www/librewolf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	librewolf
 DISTVERSION=	109.0.1.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	www wayland
 MASTER_SITES=	https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${DISTVERSION:R}-2/
 DISTNAME=	${PORTNAME}-${DISTVERSION:R}-2.source.
diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile
index 571c3e66d3c2..87831455605b 100644
--- a/www/tor-browser/Makefile
+++ b/www/tor-browser/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tor-browser
 DISTVERSION=	12.0.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www net security wayland
 MASTER_SITES=	TOR
 MASTER_SITE_SUBDIR=torbrowser/${DISTVERSION}
diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile
index 0484910dbfe8..d83c37e32c0b 100644
--- a/www/ungoogled-chromium/Makefile
+++ b/www/ungoogled-chromium/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ungoogled-chromium
 PORTVERSION=	117.0.5938.149
+PORTREVISION=	1
 UGVERSION=	${DISTVERSION}-1
 CATEGORIES=	www wayland
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \