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

nox at macports.org nox at macports.org
Mon Mar 15 06:15:16 PDT 2010


Revision: 64744
          http://trac.macports.org/changeset/64744
Author:   nox at macports.org
Date:     2010-03-15 06:15:15 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update p5-scalar-list-utils to 1.23

> 1.23 -- Wed Mar 10 20:50:00 CST 2010
>
>   * Add a test file to ensure 'GETMAGIC' called once [gfx]
>   * "GETMAGIC" should be called only once [gfx]
>   * Use PERL_NO_GET_CONTEXT for efficiency (see perlguts) [gfx]
>   * Don't care about dVAR. ExtUtils::ParseXS deals with it. [gfx]
>   * t/p_max.t, t/p_min.t fail on perl5.8.1.  [tokuhirom]
>   * avoid non-portable warnings
>   * Fix PP::reftype in edge cases [gfx]

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	2010-03-15 13:15:02 UTC (rev 64743)
+++ trunk/dports/perl/p5-scalar-list-utils/Portfile	2010-03-15 13:15:15 UTC (rev 64744)
@@ -3,13 +3,19 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.setup         Scalar-List-Utils 1.22
+perl5.setup         Scalar-List-Utils 1.23
 maintainers         narf_tm openmaintainer
 description         Perl subroutines that would be nice to have in the perl core
 long_description    ${description}
 
-checksums           md5 5732a75d41495091c925bd06fdd507ec \
-                    sha1 6449433646bfb9310dddc959a35c8dc5206da38a \
-                    rmd160 3ac72c78397a17592350dd54769a54ec16674aca
+checksums           md5     2e7909f8737cd6eecd8520b77326916b \
+                    sha1    e88f4df0d0d64db03f4ad6fa91951571148fa27f \
+                    rmd160  fe5c73fb7bb482dc47331f027f68ac5a709b1dc8
 
 platforms           darwin
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    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/20100315/e46abed2/attachment-0001.html>


More information about the macports-changes mailing list