[119370] trunk/dports/lang/perl5.10/Portfile

mojca at macports.org mojca at macports.org
Thu Apr 24 03:04:50 PDT 2014


Revision: 119370
          https://trac.macports.org/changeset/119370
Author:   mojca at macports.org
Date:     2014-04-24 03:04:50 -0700 (Thu, 24 Apr 2014)
Log Message:
-----------
perl5.10: whitespace, sha256 only

Modified Paths:
--------------
    trunk/dports/lang/perl5.10/Portfile

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2014-04-24 09:50:42 UTC (rev 119369)
+++ trunk/dports/lang/perl5.10/Portfile	2014-04-24 10:04:50 UTC (rev 119370)
@@ -1,44 +1,42 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            perl5.10
-version         5.10.1
-revision        7
-set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      lang
-license         {Artistic-1 GPL}
-platforms       darwin freebsd linux
-maintainers     nomaintainer
-description     Perl 5.10.x - Practical Extraction and Report Language
+name                perl5.10
+version             5.10.1
+revision            7
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          lang
+license             {Artistic-1 GPL}
+platforms           darwin freebsd linux
+maintainers         nomaintainer
+description         Perl 5.10.x - Practical Extraction and Report Language
 
-long_description \
-    Perl is a general-purpose programming language originally developed \
-    for text manipulation and now used for a wide range of tasks including \
-    system administration, web development, network programming, GUI \
-    development, and more.
+long_description    Perl is a general-purpose programming language originally developed \
+                    for text manipulation and now used for a wide range of tasks including \
+                    system administration, web development, network programming, GUI \
+                    development, and more.
 
-distname        perl-${version}
-use_bzip2       yes
-homepage        http://www.perl.org/
-master_sites    http://www.cpan.org/src/5.0/
+distname            perl-${version}
+use_bzip2           yes
+homepage            http://www.perl.org/
+master_sites        http://www.cpan.org/src/5.0/
 
-checksums           md5     82400c6d34f7b7b43d0196c76cd2bbb1 \
-                    sha1    98b762b5cd4fb76dd354dfa5ba0d21bc2acacaf2 \
-                    rmd160  840b3a5ac3d7f517770ce789676ebd9154d9ee5a
+checksums           rmd160  840b3a5ac3d7f517770ce789676ebd9154d9ee5a \
+                    sha256  9385f2c8c2ca8b1dc4a7c31903f1f8dc8f2ba867dc2a9e5c93012ed6b564e826
 
 depends_lib-append  port:gdbm
 
-patchfiles	patch-Configure.diff
+patchfiles          patch-Configure.diff
 
 platform darwin {
     patchfiles-append   patch-hints_darwin.sh.diff \
-						patch-perl.c.diff
+                        patch-perl.c.diff
 
     if {${os.major} >= 11} {
-	# bypass stupid check that assumes fprintf must be in libc.dylib
-	patchfiles-append   patch-hints_darwin.sh-usenm.diff
+    # bypass stupid check that assumes fprintf must be in libc.dylib
+    patchfiles-append   patch-hints_darwin.sh-usenm.diff
     }
 
     # Prevent miniperl build from finding libstdcxx (#36438).
@@ -57,33 +55,33 @@
 configure.env       LC_ALL=C
 configure.cmd       sh Configure
 configure.pre_args
-configure.universal_args-delete --disable-dependency-tracking
-configure.post_args	\
-					-des	\
-					-Dprefix='${prefix}'	\
-					-Dscriptdir='${prefix}/bin' \
-					-Dcppflags="\${CPPFLAGS}" \
-					-Dccflags="\${CFLAGS}" \
-					-Dldflags="\${LDFLAGS}" \
-					-Dvendorprefix='${prefix}'	\
-					-Dusemultiplicity=y \
-					-Dusethreads \
-					-Duseshrplib \
-					-D cc=\${CC} \
-					-D ld=\${CC} \
-					-D man1ext='1pm' \
-					-D man3ext='3pm' \
-					-D man1dir='${prefix}/share/man/man1p' \
-					-D man3dir='${prefix}/share/man/man3p' \
-					-D sitebin='${prefix}/libexec/perl${branch}/sitebin' \
-					-D siteman1dir='${prefix}/share/perl${branch}/siteman/man1' \
-					-D siteman3dir='${prefix}/share/perl${branch}/siteman/man3' \
-					-D vendorbin='${prefix}/libexec/perl${branch}' \
-					-D vendorman1dir='${prefix}/share/perl${branch}/man/man1' \
-					-D vendorman3dir='${prefix}/share/perl${branch}/man/man3'	\
-					-D pager="/usr/bin/less -sR" \
-					-D perlpath="${prefix}/bin/perl${branch}" \
-					-D startperl="#!${prefix}/bin/perl${branch}"
+configure.universal_args-delete \
+                    --disable-dependency-tracking
+configure.post_args -des \
+                    -Dprefix='${prefix}' \
+                    -Dscriptdir='${prefix}/bin' \
+                    -Dcppflags="\${CPPFLAGS}" \
+                    -Dccflags="\${CFLAGS}" \
+                    -Dldflags="\${LDFLAGS}" \
+                    -Dvendorprefix='${prefix}' \
+                    -Dusemultiplicity=y \
+                    -Dusethreads \
+                    -Duseshrplib \
+                    -D cc=\${CC} \
+                    -D ld=\${CC} \
+                    -D man1ext='1pm' \
+                    -D man3ext='3pm' \
+                    -D man1dir='${prefix}/share/man/man1p' \
+                    -D man3dir='${prefix}/share/man/man3p' \
+                    -D sitebin='${prefix}/libexec/perl${branch}/sitebin' \
+                    -D siteman1dir='${prefix}/share/perl${branch}/siteman/man1' \
+                    -D siteman3dir='${prefix}/share/perl${branch}/siteman/man3' \
+                    -D vendorbin='${prefix}/libexec/perl${branch}' \
+                    -D vendorman1dir='${prefix}/share/perl${branch}/man/man1' \
+                    -D vendorman3dir='${prefix}/share/perl${branch}/man/man3' \
+                    -D pager="/usr/bin/less -sR" \
+                    -D perlpath="${prefix}/bin/perl${branch}" \
+                    -D startperl="#!${prefix}/bin/perl${branch}"
 
 # Allow perl to find p5-* ports installed by previous (minor) versions
 set platsuffix ""
@@ -98,9 +96,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
@@ -130,6 +128,6 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   http://www.cpan.org/src
-livecheck.regex {perl-(5\.10\.\d)\.}
+livecheck.type      regex
+livecheck.url       http://www.cpan.org/src
+livecheck.regex     {perl-(5\.10\.\d)\.}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140424/7ff5f565/attachment-0001.html>


More information about the macports-changes mailing list