From c8df023fb180b653b59c113c90d413bc6c37a0f4 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 3 Jul 2009 01:23:50 +0000 Subject: [PATCH] - fix broken by a new patch --- net/p5-Net-GitHub/Makefile | 2 -- .../files/patch-inc-Module-AutoInstall.pm | 14 +++++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index 89b7c492cb8d..e0df44c3786a 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -23,8 +23,6 @@ RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose BUILD_DEPENDS= ${RUN_DEPENDS} -BROKEN= does not patch - PERL_CONFIGURE= yes MAN3= Net::GitHub.3 Net::GitHub::V1.3 \ diff --git a/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm b/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm index 135a67529f45..1f7e9633be30 100644 --- a/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm +++ b/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm @@ -1,11 +1,11 @@ ---- inc/Module/AutoInstall.pm.orig 2009-04-20 15:31:17.000000000 +0800 -+++ inc/Module/AutoInstall.pm 2009-04-22 16:08:41.000000000 +0800 -@@ -115,7 +115,7 @@ - )[0] - ); +--- inc/Module/AutoInstall.pm.orig 2009-06-14 08:58:39.000000000 +0800 ++++ inc/Module/AutoInstall.pm 2009-07-03 08:02:48.000000000 +0800 +@@ -125,7 +125,7 @@ + # check entirely since we don't want to have to load (and configure) + # an old CPAN just for a cosmetic message -- $UnderCPAN = _check_lock(1); # check for $UnderCPAN -+ #$UnderCPAN = _check_lock(1); # check for $UnderCPAN +- $UnderCPAN = _check_lock(1) unless $SkipInstall; ++# $UnderCPAN = _check_lock(1) unless $SkipInstall; while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) { my ( @required, @tests, @skiptests );