diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-11-11 00:05:53 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-11-11 00:05:53 +0800 |
commit | 2a272b1408123daf7c479f59515adf61c0fa5f37 (patch) | |
tree | 8718dd67000eaa5c426f303c38fdd1defd566b36 /devel | |
parent | 5a17f17007b102131c64709f686fd42fb8d33c47 (diff) | |
download | freebsd-ports-gnome-2a272b1408123daf7c479f59515adf61c0fa5f37.tar.gz freebsd-ports-gnome-2a272b1408123daf7c479f59515adf61c0fa5f37.tar.zst freebsd-ports-gnome-2a272b1408123daf7c479f59515adf61c0fa5f37.zip |
- Upgrade to 1.008026.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-local-lib/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-local-lib/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-local-lib/files/patch-Makefile.PL | 14 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/p5-local-lib/Makefile b/devel/p5-local-lib/Makefile index 2187ac4df3a3..31a95ec97b86 100644 --- a/devel/p5-local-lib/Makefile +++ b/devel/p5-local-lib/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= local-lib -PORTVERSION= 1.008023 +PORTVERSION= 1.008026 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ETHER +MASTER_SITE_SUBDIR= CPAN:HAARG PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org diff --git a/devel/p5-local-lib/distinfo b/devel/p5-local-lib/distinfo index 184a246cf787..491cfadcccc0 100644 --- a/devel/p5-local-lib/distinfo +++ b/devel/p5-local-lib/distinfo @@ -1,2 +1,2 @@ -SHA256 (local-lib-1.008023.tar.gz) = 5ce0239038d1b3f63be588a3164a47048258f4f732d7e305e65e34420b3ecdb1 -SIZE (local-lib-1.008023.tar.gz) = 67607 +SHA256 (local-lib-1.008026.tar.gz) = 4c8ce3b5bdf2ff1868153e84bc0ce0c503adec145a6de3664f031b9f54fd04c2 +SIZE (local-lib-1.008026.tar.gz) = 67540 diff --git a/devel/p5-local-lib/files/patch-Makefile.PL b/devel/p5-local-lib/files/patch-Makefile.PL index 288ccf414ec1..54ec5f175df5 100644 --- a/devel/p5-local-lib/files/patch-Makefile.PL +++ b/devel/p5-local-lib/files/patch-Makefile.PL @@ -1,13 +1,13 @@ ---- Makefile.PL.orig 2011-02-18 12:54:09.000000000 +0900 -+++ Makefile.PL 2011-02-25 22:58:31.891737737 +0900 -@@ -209,8 +209,8 @@ +--- Makefile.PL.orig 2013-11-06 03:07:13.000000000 +0900 ++++ Makefile.PL 2013-11-11 00:55:11.078989410 +0900 +@@ -212,8 +212,8 @@ # otherwise, if we're running from CPAN then it will be installed soon # enough, and we'll come back here.. if (!$@ ) { - CPAN::HandleConfig->require_myconfig_or_config; - if ( $CPAN::Config ) { +# CPAN::HandleConfig->require_myconfig_or_config; -+ if ( 0 and $CPAN::Config ) { - for my $eumm_setting ( qw/makepl_arg make_install_arg/ ) { - if ($CPAN::Config->{$eumm_setting} =~ /(?:PREFIX|INSTALL_BASE)/) { - die <<"DEATH"; ++ if (0 and $CPAN::Config ) { + for my $setting (qw( + makepl_arg make_install_arg + mbuild_arg mbuild_install_arg mbuildpl_arg |