git: 4d722621d76d - main - misc/caffe: Add PORTSCOUT tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 04:22:54 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d722621d76d4dd9356ff8ecf01af360a3ada746
commit 4d722621d76d4dd9356ff8ecf01af360a3ada746
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-30 04:22:28 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-30 04:22:28 +0000
misc/caffe: Add PORTSCOUT tag
---
misc/caffe/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/caffe/Makefile b/misc/caffe/Makefile
index c92675496c27..391ea9194c1f 100644
--- a/misc/caffe/Makefile
+++ b/misc/caffe/Makefile
@@ -45,4 +45,6 @@ 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
+
.include <bsd.port.mk>