[105129] trunk/dports/perl/p5-scalar-list-utils/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Apr 11 08:38:44 PDT 2013


Revision: 105129
          https://trac.macports.org/changeset/105129
Author:   mcalhoun at macports.org
Date:     2013-04-11 08:38:44 -0700 (Thu, 11 Apr 2013)
Log Message:
-----------
p5-scalar-list-utils: update version 1.23 -> 1.27, change doc location to avoid subport conflict

Modified Paths:
--------------
    trunk/dports/perl/p5-scalar-list-utils/Portfile

Modified: trunk/dports/perl/p5-scalar-list-utils/Portfile
===================================================================
--- trunk/dports/perl/p5-scalar-list-utils/Portfile	2013-04-11 12:13:38 UTC (rev 105128)
+++ trunk/dports/perl/p5-scalar-list-utils/Portfile	2013-04-11 15:38:44 UTC (rev 105129)
@@ -4,22 +4,22 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         Scalar-List-Utils 1.23
+perl5.setup         Scalar-List-Utils 1.27
 revision            3
 license             {Artistic GPL}
 maintainers         nomaintainer
 description         Perl subroutines that would be nice to have in the perl core
 long_description    ${description}
 
-checksums           md5     2e7909f8737cd6eecd8520b77326916b \
-                    sha1    e88f4df0d0d64db03f4ad6fa91951571148fa27f \
-                    rmd160  fe5c73fb7bb482dc47331f027f68ac5a709b1dc8
+checksums           md5     d71e318b54d7ff93174f6d67eb74b4aa \
+                    sha1    b5cc59a145463def6978508c7567b4bf8f019c22 \
+                    rmd160  a9333eee4e83637f43597b9af9e8b6bcb2e4e21b
 
 platforms           darwin
 
 if {${perl5.major} != ""} {
 post-destroot {
-    set docdir ${prefix}/share/doc/${name}
+    set docdir ${prefix}/share/doc/${subport}
     xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} Changes README ${destroot}${docdir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130411/ebf96d4b/attachment.html>


More information about the macports-changes mailing list