Date: Sun, 10 Nov 2013 16:05:54 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333408 - in head/devel/p5-local-lib: . files Message-ID: <201311101605.rAAG5s0s035246@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sun Nov 10 16:05:53 2013 New Revision: 333408 URL: http://svnweb.freebsd.org/changeset/ports/333408 Log: - Upgrade to 1.008026. Modified: head/devel/p5-local-lib/Makefile head/devel/p5-local-lib/distinfo head/devel/p5-local-lib/files/patch-Makefile.PL Modified: head/devel/p5-local-lib/Makefile ============================================================================== --- head/devel/p5-local-lib/Makefile Sun Nov 10 15:42:50 2013 (r333407) +++ head/devel/p5-local-lib/Makefile Sun Nov 10 16:05:53 2013 (r333408) @@ -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 Modified: head/devel/p5-local-lib/distinfo ============================================================================== --- head/devel/p5-local-lib/distinfo Sun Nov 10 15:42:50 2013 (r333407) +++ head/devel/p5-local-lib/distinfo Sun Nov 10 16:05:53 2013 (r333408) @@ -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 Modified: head/devel/p5-local-lib/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-local-lib/files/patch-Makefile.PL Sun Nov 10 15:42:50 2013 (r333407) +++ head/devel/p5-local-lib/files/patch-Makefile.PL Sun Nov 10 16:05:53 2013 (r333408) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311101605.rAAG5s0s035246>