From owner-svn-ports-head@FreeBSD.ORG Sun Nov 10 16:05:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF6A460C; Sun, 10 Nov 2013 16:05:54 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2B882254; Sun, 10 Nov 2013 16:05:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAAG5sL1035252; Sun, 10 Nov 2013 16:05:54 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAAG5s0s035246; Sun, 10 Nov 2013 16:05:54 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201311101605.rAAG5s0s035246@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 10 Nov 2013 16:05:54 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 16:05:55 -0000 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