Date: Fri, 14 Jun 2024 13:02:50 GMT From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 219fc8c09050 - main - multimedia/Bento4: Fix version number Message-ID: <202406141302.45ED2oZl044183@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=219fc8c0905047a0cf3fb747a2536e96770f3136 commit 219fc8c0905047a0cf3fb747a2536e96770f3136 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2024-06-14 13:00:26 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2024-06-14 13:00:26 +0000 multimedia/Bento4: Fix version number DISTVERSIONSUFFIX is not part of PORTVERSION, so reintroduce and bump PORTREVISION. --- multimedia/Bento4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/Bento4/Makefile b/multimedia/Bento4/Makefile index 9d2ae2f1a307..8bd4e55edda9 100644 --- a/multimedia/Bento4/Makefile +++ b/multimedia/Bento4/Makefile @@ -1,5 +1,6 @@ PORTNAME= Bento4 PORTVERSION= 1.6.0 +PORTREVISION= 3 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -641 CATEGORIES= multimedia devel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406141302.45ED2oZl044183>