Date: Sat, 1 Oct 2022 23:42:19 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: 869c3c79415e - main - misc/caffe: Update PORTSCOUT line Message-ID: <202210012342.291NgJY8007162@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=869c3c79415ed1212a795ac3507d4909a70234e9 commit 869c3c79415ed1212a795ac3507d4909a70234e9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-01 23:40:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-01 23:42:15 +0000 misc/caffe: Update PORTSCOUT line --- misc/caffe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/caffe/Makefile b/misc/caffe/Makefile index 391ea9194c1f..aafc9198bb95 100644 --- a/misc/caffe/Makefile +++ b/misc/caffe/Makefile @@ -38,13 +38,13 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= cmake fortran pkgconfig python USE_LDCONFIG= yes -GH_ACCOUNT= BVLC USE_GITHUB= yes +GH_ACCOUNT= BVLC CMAKE_ARGS= -DBLAS=Open \ -DPYTHON_EXECUTABLE=${PYTHON_CMD} \ -DFREEBSD_PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} -PORTSCOUT= limit:^.*[0-9]$$ # should end with a digit to prevent tags like rcnn-release +PORTSCOUT= limit:^[0-9].*[0-9]$$ # should begin and end with a digit to prevent tags like rcnn-release and rc5 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210012342.291NgJY8007162>