Date: Sat, 12 Oct 2024 17:13:59 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 237fa0049fbc - 2024Q4 - multimedia/avidemux-*: bump versions following x265 update Message-ID: <202410121713.49CHDxpV063959@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=237fa0049fbce43d5ed26b4a5a2788c90148f4fe commit 237fa0049fbce43d5ed26b4a5a2788c90148f4fe Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-10-12 17:11:19 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-10-12 17:13:52 +0000 multimedia/avidemux-*: bump versions following x265 update These ports were unfortunately forgotten due to only indirectly grabbing the dependency from avidemux. Bump them as with multimedia/avidemux. Reported by: Kevin Oberman <rkoberman@gmail.com> Approved by: portmgr (build fix blanket) Fixes: 90e15809d954e2ef0c018d4e1543c7fee56dfc64 MFH: 2024Q4 (cherry picked from commit ac8d76f243449a9d0d8d305e4191744c3a094d5d) --- multimedia/avidemux-cli/Makefile | 2 +- multimedia/avidemux-plugins/Makefile | 2 +- multimedia/avidemux-qt5/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/avidemux-cli/Makefile b/multimedia/avidemux-cli/Makefile index 73b8ae7238a6..55e29206dd0d 100644 --- a/multimedia/avidemux-cli/Makefile +++ b/multimedia/avidemux-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia PKGNAMESUFFIX= -cli diff --git a/multimedia/avidemux-plugins/Makefile b/multimedia/avidemux-plugins/Makefile index 7c678d9c0403..e69f338a8bad 100644 --- a/multimedia/avidemux-plugins/Makefile +++ b/multimedia/avidemux-plugins/Makefile @@ -1,6 +1,6 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia PKGNAMESUFFIX= -plugins diff --git a/multimedia/avidemux-qt5/Makefile b/multimedia/avidemux-qt5/Makefile index 119f9fae96d4..685d4dad2f25 100644 --- a/multimedia/avidemux-qt5/Makefile +++ b/multimedia/avidemux-qt5/Makefile @@ -1,6 +1,6 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia PKGNAMESUFFIX= -qt5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410121713.49CHDxpV063959>