git: 5c2c3cf8f408 - main - devel/bcunit: Fix version number going backwards
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 13:31:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c2c3cf8f40879e29a8bcc7a3339922ebaaf5346 commit 5c2c3cf8f40879e29a8bcc7a3339922ebaaf5346 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-17 13:29:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-17 13:31:45 +0000 devel/bcunit: Fix version number going backwards Reported by: portmgr --- devel/bcunit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/bcunit/Makefile b/devel/bcunit/Makefile index 1bd4168f4a21..a4f8e72d7126 100644 --- a/devel/bcunit/Makefile +++ b/devel/bcunit/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org> PORTNAME= bcunit -DISTVERSION= 3.0.2p20220210 +PORTVERSION= 3.0.2p20220210 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org