[30003] trunk/dports/perl/p5-test-simple/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 17 15:24:48 PDT 2007


Revision: 30003
          http://trac.macosforge.org/projects/macports/changeset/30003
Author:   nox at macports.org
Date:     2007-10-17 15:24:47 -0700 (Wed, 17 Oct 2007)

Log Message:
-----------
p5-test-simple (closes #12874):
 * Updated to 0.72.
 * Now installs in privlib dir to override the Test::Simple module provided by perl5.8 port.

Modified Paths:
--------------
    trunk/dports/perl/p5-test-simple/Portfile

Modified: trunk/dports/perl/p5-test-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-test-simple/Portfile	2007-10-17 22:14:10 UTC (rev 30002)
+++ trunk/dports/perl/p5-test-simple/Portfile	2007-10-17 22:24:47 UTC (rev 30003)
@@ -1,14 +1,30 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.setup			Test-Simple 0.70
+perl5.setup         Test-Simple 0.72
 maintainers			sal at email.arc.nasa.gov
 description			Basic utilities for writing perl tests
 long_description	${description}
 platforms			darwin
-checksums			md5 8fc54e4c018e7a6fda7b916effd27824 \
-					sha1 d94d57df3989f69d42f987ca83592f223660b43a\
-					rmd160 6ae8828ead11c13c1d6700040f346a1c0805330a
+
+checksums       md5 7a2fe85accc87b1b051f71abc2b591c7 \
+                sha1 222aebd6e2fe7106012927429bcf5e3a944a59a2 \
+                rmd160 976b144236ab417c5767d94b6e247cff902e34dd
+
 depends_lib-append	port:p5-test-harness
+
+# 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"
+}
+
+universal_variant   no
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071017/28993eb6/attachment.html


More information about the macports-changes mailing list