diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-17 08:29:59 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-17 08:31:45 -0500 |
commit | 5c2c3cf8f40879e29a8bcc7a3339922ebaaf5346 (patch) | |
tree | 42420e736b92c00db6cbc17af3a17f973f87147a | |
parent | finance/R-cran-strucchange: Update to 1.5-3 (diff) |
devel/bcunit: Fix version number going backwards
Reported by: portmgr
-rw-r--r-- | devel/bcunit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |