[49118] trunk/dports

mcalhoun at macports.org mcalhoun at macports.org
Fri Apr 3 22:36:46 PDT 2009


Revision: 49118
          http://trac.macports.org/changeset/49118
Author:   mcalhoun at macports.org
Date:     2009-04-03 22:36:45 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
Remove p5-getopt-long from dependencies since perl5.8 provides current version.
Fixes #18732.

Modified Paths:
--------------
    trunk/dports/mail/uagen/Portfile
    trunk/dports/net/snmptt/Portfile
    trunk/dports/perl/p5-app-cli/Portfile
    trunk/dports/perl/p5-getopt-simple/Portfile
    trunk/dports/perl/p5-postscript-font/Portfile
    trunk/dports/perl/p5-test-inline/Portfile
    trunk/dports/print/pdflib/Portfile

Modified: trunk/dports/mail/uagen/Portfile
===================================================================
--- trunk/dports/mail/uagen/Portfile	2009-04-04 05:23:29 UTC (rev 49117)
+++ trunk/dports/mail/uagen/Portfile	2009-04-04 05:36:45 UTC (rev 49118)
@@ -28,8 +28,6 @@
 # Unversioned download!
 distname            ${name}
 
-depends_lib         port:p5-getopt-long
-
 # Copy the fetched uagen.pl script to ${worksrcpath}. Drop the extension so it
 # can be installed with xinstall in destroot.
 extract.suffix      .pl

Modified: trunk/dports/net/snmptt/Portfile
===================================================================
--- trunk/dports/net/snmptt/Portfile	2009-04-04 05:23:29 UTC (rev 49117)
+++ trunk/dports/net/snmptt/Portfile	2009-04-04 05:36:45 UTC (rev 49118)
@@ -17,8 +17,7 @@
 worksrcdir	  ${name}_${version}
 
 depends_lib       path:bin/perl:perl5 \
-		  port:p5-config-inifiles \
-		  port:p5-getopt-long
+		  port:p5-config-inifiles
 
 use_configure     no
 build             {}

Modified: trunk/dports/perl/p5-app-cli/Portfile
===================================================================
--- trunk/dports/perl/p5-app-cli/Portfile	2009-04-04 05:23:29 UTC (rev 49117)
+++ trunk/dports/perl/p5-app-cli/Portfile	2009-04-04 05:36:45 UTC (rev 49118)
@@ -13,6 +13,5 @@
 master_sites         http://cpan.perl.org/authors/id/C/CL/CLKAO/
 homepage             http://search.cpan.org/~clkao/
 
-depends_lib-append   port:p5-getopt-long \
-                     port:p5-locale-maketext-simple \
+depends_lib-append   port:p5-locale-maketext-simple \
                      port:p5-pod-simple

Modified: trunk/dports/perl/p5-getopt-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-getopt-simple/Portfile	2009-04-04 05:23:29 UTC (rev 49117)
+++ trunk/dports/perl/p5-getopt-simple/Portfile	2009-04-04 05:36:45 UTC (rev 49118)
@@ -9,8 +9,7 @@
 description		provides a simple wrapper around Getopt::Long
 long_description	${description}
 
-depends_lib-append	port:p5-getopt-long \
-                    port:p5-test-pod
+depends_lib-append	port:p5-test-pod
 
 extract.suffix		.tgz
 checksums		md5 b2e80f96b8b1fba8237b09094e50d545

Modified: trunk/dports/perl/p5-postscript-font/Portfile
===================================================================
--- trunk/dports/perl/p5-postscript-font/Portfile	2009-04-04 05:23:29 UTC (rev 49117)
+++ trunk/dports/perl/p5-postscript-font/Portfile	2009-04-04 05:36:45 UTC (rev 49118)
@@ -13,5 +13,3 @@
 homepage		http://search.cpan.org/~msergeant/${distname}/
 checksums		md5 226785389aeffbbf34eb7a4c9cb41e3c
 platforms		darwin
-
-depends_lib-append	port:p5-getopt-long

Modified: trunk/dports/perl/p5-test-inline/Portfile
===================================================================
--- trunk/dports/perl/p5-test-inline/Portfile	2009-04-04 05:23:29 UTC (rev 49117)
+++ trunk/dports/perl/p5-test-inline/Portfile	2009-04-04 05:36:45 UTC (rev 49118)
@@ -12,7 +12,6 @@
     This is a nice supplement to the traditional .t files.\
     It's like XUnit, only better and Perl-style.
 depends_lib-append   	port:p5-params-util \
-			port:p5-getopt-long \
 			port:p5-config-tiny \
 			port:p5-class-autouse \
 			port:p5-algorithm-dependency \

Modified: trunk/dports/print/pdflib/Portfile
===================================================================
--- trunk/dports/print/pdflib/Portfile	2009-04-04 05:23:29 UTC (rev 49117)
+++ trunk/dports/print/pdflib/Portfile	2009-04-04 05:36:45 UTC (rev 49118)
@@ -113,13 +113,5 @@
 	}
 }
 
-if {[variant_isset universal]} {
-    depends_build-append port:libtool
-    post-configure {
-        file delete ${worksrcpath}/libtool
-        file link -s ${worksrcpath}/libtool ${prefix}/bin/glibtool
-    }
-}
-
 livecheck.check     regex
 livecheck.regex     "PDFlib Lite \(\[\\d\\.\]+\)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090403/513561fb/attachment.html>


More information about the macports-changes mailing list