git: 42f8c0bf850d - main - comms/opencbm: Fix PORTSCOUT limit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Aug 2022 09:13:58 UTC
The branch main has been updated by zirias:
URL: https://cgit.FreeBSD.org/ports/commit/?id=42f8c0bf850d43f39ad071849609a5296b74b02d
commit 42f8c0bf850d43f39ad071849609a5296b74b02d
Author: Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2022-08-07 09:08:02 +0000
Commit: Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2022-08-07 09:13:15 +0000
comms/opencbm: Fix PORTSCOUT limit
Only allowing dist versions starting with v and a digit should filter
out any git tags that are not release versions.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36059
---
comms/opencbm/Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/comms/opencbm/Makefile.inc b/comms/opencbm/Makefile.inc
index e4bf962ae8d8..14ead178951d 100644
--- a/comms/opencbm/Makefile.inc
+++ b/comms/opencbm/Makefile.inc
@@ -14,6 +14,6 @@ MAKE_ENV= USER_CFLAGS="${CFLAGS}"
PLIST_SUB= OCBM_VERSION=${OCBM_VERSION}
-PORTSCOUT= limit:\d\.\d
+PORTSCOUT= limit:^v\d
PLUGINBASENAME= ${PREFIX}/lib/opencbm/plugin/libopencbm-