git: 219fc8c09050 - main - multimedia/Bento4: Fix version number
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jun 2024 13:02:50 UTC
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