[76726] trunk/dports/lang/perl5
jmr at macports.org
jmr at macports.org
Sun Mar 6 17:30:17 PST 2011
Revision: 76726
http://trac.macports.org/changeset/76726
Author: jmr at macports.org
Date: 2011-03-06 17:30:14 -0800 (Sun, 06 Mar 2011)
Log Message:
-----------
perl5: fix conflicts with module ports (#24590, #28255, #28485, #28580)
Modified Paths:
--------------
trunk/dports/lang/perl5/Portfile
trunk/dports/lang/perl5/files/binList
Modified: trunk/dports/lang/perl5/Portfile
===================================================================
--- trunk/dports/lang/perl5/Portfile 2011-03-07 00:23:34 UTC (rev 76725)
+++ trunk/dports/lang/perl5/Portfile 2011-03-07 01:30:14 UTC (rev 76726)
@@ -5,7 +5,7 @@
name perl5
version 5.12.3
-revision 0
+revision 1
categories lang
platforms darwin freebsd linux
maintainers ricci mcalhoun
@@ -45,7 +45,13 @@
ui_error "Can't find perl ${branch} (as ${prefix}/bin/perl${branch}) so can't link $name to it."
return -code error "perl${version} is missing"
}
- # config_data is omitted from bin because it's provided by p5-module-build (ticket #24025)
+ # some binaries are not included in the list because they would conflict
+ # with module ports:
+ # config_data -> p5-module-build (ticket #24025)
+ # corelist -> p5-module-corelist (ticket #28485)
+ # instmodsh -> p5-extutils-makemaker (ticket #24590)
+ # ptar, ptardiff -> p5-archive-tar (ticket #28255)
+ # shasum -> p5-digest-sha (ticket #28580)
foreach list {binList man1pList man3pList} {
set fd [open ${filespath}/${list}]; set $list [read $fd]; close $fd
}
Modified: trunk/dports/lang/perl5/files/binList
===================================================================
--- trunk/dports/lang/perl5/files/binList 2011-03-07 00:23:34 UTC (rev 76725)
+++ trunk/dports/lang/perl5/files/binList 2011-03-07 01:30:14 UTC (rev 76726)
@@ -1,6 +1,5 @@
a2p
c2ph
-corelist
cpan
cpan2dist
cpanp
@@ -10,7 +9,6 @@
find2perl
h2ph
h2xs
-instmodsh
libnetcfg
perlbug
perlcc
@@ -29,9 +27,6 @@
prove
psed
pstruct
-ptar
-ptardiff
s2p
-shasum
splain
xsubpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110306/3cf0214a/attachment.html>
More information about the macports-changes
mailing list