git: 8ea5f1f82234 - main - cad/openroad: Fix PORTSCOUT tag.
Yuri Victorovich
yuri at FreeBSD.org
Sun Sep 26 20:28:31 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8ea5f1f82234a2a7902abdd3bd7d220ec80fbcb7
commit 8ea5f1f82234a2a7902abdd3bd7d220ec80fbcb7
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-26 19:57:12 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-26 19:57:12 +0000
cad/openroad: Fix PORTSCOUT tag.
---
cad/openroad/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile
index ec9a8e85b092..6c89e4cf9684 100644
--- a/cad/openroad/Makefile
+++ b/cad/openroad/Makefile
@@ -39,7 +39,7 @@ BINARY_ALIAS= python3=${PYTHON_CMD} tclsh=${TCLSH}
PLIST_FILES= bin/openroad \
bin/sta
-PORTSCOUT= ignore:2021.*
+PORTSCOUT= limit:^[0-9]\. # prevent 2021_*
post-patch: # override the TCL version to be the same as USES=tcl sets
@${FIND} ${WRKSRC} -name FindTCL.cmake \
More information about the dev-commits-ports-all
mailing list