Skip to content

Commit

Permalink
comms/opencbm: Fix PORTSCOUT limit
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Zirias committed Aug 7, 2022
1 parent 86e0a2a commit 42f8c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comms/opencbm/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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-

0 comments on commit 42f8c0b

Please sign in to comment.