svn commit: r384900 - head/math/PDL
Mathieu Arnold
mat at FreeBSD.org
Tue Apr 28 13:43:37 UTC 2015
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
More information about the svn-ports-head
mailing list