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

narf_tm at macports.org narf_tm at macports.org
Wed Oct 15 07:45:32 PDT 2008


Revision: 40819
          http://trac.macports.org/changeset/40819
Author:   narf_tm at macports.org
Date:     2008-10-15 07:45:32 -0700 (Wed, 15 Oct 2008)
Log Message:
-----------
Added config from other ports that need to override the old version in Perl.

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	2008-10-15 14:44:26 UTC (rev 40818)
+++ trunk/dports/perl/p5-scalar-list-utils/Portfile	2008-10-15 14:45:32 UTC (rev 40819)
@@ -4,10 +4,24 @@
 PortGroup           perl5 1.0
 
 perl5.setup         Scalar-List-Utils 1.19
+revision            1
 maintainers         narf_tm openmaintainer
 description         Perl subroutines that would be nice to have in the perl core
 long_description    ${description}
 
-checksums           md5 9b6b397aa79e6fc8e70e894721f51b1f
+checksums           md5 9b6b397aa79e6fc8e70e894721f51b1f \
+                    sha1 9deeaad8d97730ffef39c8734ca582b821834a40 \
+                    rmd160 88f024d421343189f5895e1ccbeb7e239d17876e
 
 platforms           darwin
+
+# Perl searches vendor location last, so this won't
+# override the older version included with perl
+# if we install it in the vendor location
+set perl5.lib       ${prefix}/lib/perl5/${perl5.version}
+
+configure.args
+
+post-destroot {
+    ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081015/86b92baa/attachment.html 


More information about the macports-changes mailing list