git: 869c3c79415e - main - misc/caffe: Update PORTSCOUT line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Oct 2022 23:42:19 UTC
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>