aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-01 23:40:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-01 23:42:15 +0000
commit869c3c79415ed1212a795ac3507d4909a70234e9 (patch)
treefd0acbab65866859c9065a0c4f15ddfb2d268f49
parent5a11955d726390a14a440b8f2208985d870a6c53 (diff)
downloadports-869c3c79415ed1212a795ac3507d4909a70234e9.tar.gz
ports-869c3c79415ed1212a795ac3507d4909a70234e9.zip
misc/caffe: Update PORTSCOUT line
-rw-r--r--misc/caffe/Makefile4
1 files 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>