[119428] trunk/dports/lang

mojca at macports.org mojca at macports.org
Fri Apr 25 02:03:24 PDT 2014


Revision: 119428
          https://trac.macports.org/changeset/119428
Author:   mojca at macports.org
Date:     2014-04-25 02:03:24 -0700 (Fri, 25 Apr 2014)
Log Message:
-----------
perl: minor formatting only

Modified Paths:
--------------
    trunk/dports/lang/perl5.12/Portfile
    trunk/dports/lang/perl5.14/Portfile
    trunk/dports/lang/perl5.16/Portfile

Modified: trunk/dports/lang/perl5.12/Portfile
===================================================================
--- trunk/dports/lang/perl5.12/Portfile	2014-04-25 07:44:41 UTC (rev 119427)
+++ trunk/dports/lang/perl5.12/Portfile	2014-04-25 09:03:24 UTC (rev 119428)
@@ -38,7 +38,6 @@
     post-patch {
         reinplace "s|__PREFIX_LIB__|${prefix}/lib|g" ${worksrcpath}/Makefile.SH
     }
-
 }
 
 pre-configure {
@@ -91,9 +90,9 @@
     }
 }
 
-post-build { 
+post-build {
     reinplace -E {s|-arch [a-z0-9_]+||g} \
-        ${worksrcpath}/lib/Config_heavy.pl 
+        ${worksrcpath}/lib/Config_heavy.pl
 }
 
 test.run            yes
@@ -123,10 +122,6 @@
     }
 }
 
-## livecheck.type   regex
-## livecheck.url    http://www.cpan.org/src
-## livecheck.regex  latest_[join [lrange [split ${version} .] 0 1] .]_is_(\\d+(?:\\.\\d+)*)
-
 livecheck.type      regex
 livecheck.url       http://www.cpan.org/src
 livecheck.regex     {perl-(5\.12\.\d)\.}

Modified: trunk/dports/lang/perl5.14/Portfile
===================================================================
--- trunk/dports/lang/perl5.14/Portfile	2014-04-25 07:44:41 UTC (rev 119427)
+++ trunk/dports/lang/perl5.14/Portfile	2014-04-25 09:03:24 UTC (rev 119428)
@@ -123,10 +123,6 @@
     }
 }
 
-## livecheck.type   regex
-## livecheck.url    http://www.cpan.org/src
-## livecheck.regex  latest_[join [lrange [split ${version} .] 0 1] .]_is_(\\d+(?:\\.\\d+)*)
-
 livecheck.type      regex
 livecheck.url       http://www.cpan.org/src
 livecheck.regex     {perl-(5\.14\.\d)\.}

Modified: trunk/dports/lang/perl5.16/Portfile
===================================================================
--- trunk/dports/lang/perl5.16/Portfile	2014-04-25 07:44:41 UTC (rev 119427)
+++ trunk/dports/lang/perl5.16/Portfile	2014-04-25 09:03:24 UTC (rev 119428)
@@ -33,8 +33,6 @@
 
 platform darwin {
     patchfiles-append   patch-hints_darwin.sh.diff
-##  patchfiles-append   patch-hints_darwin.diff \
-##                      patch-perl.c.diff
 
     # Prevent miniperl build from finding libstdcxx (#36438).
     patchfiles-append   patch-Makefile.SH.diff
@@ -52,7 +50,8 @@
 configure.env       LC_ALL=C
 configure.cmd       sh Configure
 configure.pre_args
-configure.universal_args-delete --disable-dependency-tracking
+configure.universal_args-delete \
+                    --disable-dependency-tracking
 configure.post_args -des \
                     -Dprefix='${prefix}' \
                     -Dscriptdir='${prefix}/bin' \
@@ -124,10 +123,6 @@
     }
 }
 
-## livecheck.type   regex
-## livecheck.url    http://www.cpan.org/src
-## livecheck.regex  latest_[join [lrange [split ${version} .] 0 1] .]_is_(\\d+(?:\\.\\d+)*)
-
 livecheck.type      regex
 livecheck.url       http://www.cpan.org/src
 livecheck.regex     {perl-(5\.16\.\d)\.}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140425/bffdf993/attachment-0001.html>


More information about the macports-changes mailing list