svn commit: r347267 - in head/lang: perl5.14 perl5.16 perl5.18
Mathieu Arnold
mat at FreeBSD.org
Thu Mar 6 16:32:43 UTC 2014
Author: mat
Date: Thu Mar 6 16:32:42 2014
New Revision: 347267
URL: http://svnweb.freebsd.org/changeset/ports/347267
QAT: https://qat.redports.org/buildarchive/r347267/
Log:
Pet portscout.
Sponsored by: Absolight
Modified:
head/lang/perl5.14/Makefile
head/lang/perl5.16/Makefile
head/lang/perl5.18/Makefile
Modified: head/lang/perl5.14/Makefile
==============================================================================
--- head/lang/perl5.14/Makefile Thu Mar 6 16:24:58 2014 (r347266)
+++ head/lang/perl5.14/Makefile Thu Mar 6 16:32:42 2014 (r347267)
@@ -35,7 +35,7 @@ MULTIPLICITY_DESC= Use multiplicity
SITECUSTOMIZE_DESC= Run-time customization of @INC
USE_PERL_DESC= Rewrite links in /usr/bin
-PORTSCOUT= limitw:1,even
+PORTSCOUT= limit:^${PERL_VER}.
PERL_VERSION= 5.14.4
PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//}
Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile Thu Mar 6 16:24:58 2014 (r347266)
+++ head/lang/perl5.16/Makefile Thu Mar 6 16:32:42 2014 (r347267)
@@ -35,7 +35,7 @@ MULTIPLICITY_DESC= Use multiplicity
SITECUSTOMIZE_DESC= Run-time customization of @INC
USE_PERL_DESC= Rewrite links in /usr/bin
-PORTSCOUT= limitw:1,even
+PORTSCOUT= limit:^${PERL_VER}.
PERL_VERSION= 5.16.3
PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//}
Modified: head/lang/perl5.18/Makefile
==============================================================================
--- head/lang/perl5.18/Makefile Thu Mar 6 16:24:58 2014 (r347266)
+++ head/lang/perl5.18/Makefile Thu Mar 6 16:32:42 2014 (r347267)
@@ -54,7 +54,10 @@ THREADS_CONFIGURE_OFF= -Dusethreads=n
PERL_MALLOC_CONFIGURE_ON= -Dusemymalloc=y
PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc=n
+# For the latest Perl port, this should be:
PORTSCOUT= limitw:1,even
+# For the older Perl ports, this should be:
+#PORTSCOUT= limit:^${PERL_VER}.
PERL_VERSION= 5.18.2
PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//}
More information about the svn-ports-all
mailing list