Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2015 13:43:36 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384900 - head/math/PDL
Message-ID:  <201504281343.t3SDhaOv089702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Apr 28 13:43:36 2015
New Revision: 384900
URL: https://svnweb.freebsd.org/changeset/ports/384900

Log:
  Try to have portscout ignore x.y.z versions.
  
  Sponsored by:	Absolight

Modified:
  head/math/PDL/Makefile

Modified: head/math/PDL/Makefile
==============================================================================
--- head/math/PDL/Makefile	Tue Apr 28 13:36:55 2015	(r384899)
+++ head/math/PDL/Makefile	Tue Apr 28 13:43:36 2015	(r384900)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	p5-Astro-FITS-Header>=0:$
 		p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PORTSCOUT=	limit:^[0-9\.]*$$
+PORTSCOUT=	limit:^[0-9]\.[0-9][0-9]+[0-9\.]*$$
 
 USES=		gmake perl5
 USE_PERL5=	configure



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