diff options
author | clsung <clsung@FreeBSD.org> | 2009-07-03 09:23:50 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-07-03 09:23:50 +0800 |
commit | 3e1adbaec4a7df0138e81c985a3dbc71a0ccf88a (patch) | |
tree | 6ae998b0dde08bea2fecf586e649932afaa87484 /net/p5-Net-GitHub | |
parent | 390e1a05fdd04e9763e28be916dbe542df1b5710 (diff) | |
download | freebsd-ports-gnome-3e1adbaec4a7df0138e81c985a3dbc71a0ccf88a.tar.gz freebsd-ports-gnome-3e1adbaec4a7df0138e81c985a3dbc71a0ccf88a.tar.zst freebsd-ports-gnome-3e1adbaec4a7df0138e81c985a3dbc71a0ccf88a.zip |
- fix broken by a new patch
Diffstat (limited to 'net/p5-Net-GitHub')
-rw-r--r-- | net/p5-Net-GitHub/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-GitHub/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 ); |