Date: Sun, 26 Sep 2021 20:28:30 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8ea5f1f82234 - main - cad/openroad: Fix PORTSCOUT tag. Message-ID: <202109262028.18QKSUnx068523@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ea5f1f82234a2a7902abdd3bd7d220ec80fbcb7 commit 8ea5f1f82234a2a7902abdd3bd7d220ec80fbcb7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-09-26 19:57:12 +0000 Commit: Yuri Victorovich <yuri@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109262028.18QKSUnx068523>