aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2009-07-03 01:23:50 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2009-07-03 01:23:50 +0000
commitc8df023fb180b653b59c113c90d413bc6c37a0f4 (patch)
treeb0fddd4fa5bf7db1bf0416f431d9e9414692e255 /net
parent312a029f5fe27cecdabf7fef0bb145d4c1734307 (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-GitHub/Makefile2
-rw-r--r--net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm14
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 );