svn commit: r472617 - head/science/triqs

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 17 17:57:46 UTC 2018


Author: yuri
Date: Sun Jun 17 17:57:45 2018
New Revision: 472617
URL: https://svnweb.freebsd.org/changeset/ports/472617

Log:
  science/triqs: Limit portscout to valid versions

Modified:
  head/science/triqs/Makefile

Modified: head/science/triqs/Makefile
==============================================================================
--- head/science/triqs/Makefile	Sun Jun 17 17:45:01 2018	(r472616)
+++ head/science/triqs/Makefile	Sun Jun 17 17:57:45 2018	(r472617)
@@ -24,6 +24,8 @@ LIB_DEPENDS=	libcpp2py.so:devel/cpp2py \
 		libsz.so:science/szip
 RUN_DEPENDS=	${PYNUMPY}
 
+PORTSCOUT=	limit:^[0-9]+\.[0-9].*$$
+
 USES=		cmake:outsource,noninja fortran gettext-runtime python:2.7- # python:2.7- matches that in devel/cpp2py
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME:tu}


More information about the svn-ports-all mailing list