From 869c3c79415ed1212a795ac3507d4909a70234e9 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 1 Oct 2022 16:40:30 -0700 Subject: [PATCH] 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 391ea9194c1fc..aafc9198bb950 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