Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 17:57:45 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472617 - head/science/triqs
Message-ID:  <201806171757.w5HHvjP4038516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806171757.w5HHvjP4038516>