1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- fix broken by a new patch

This commit is contained in:
Cheng-Lung Sung 2009-07-03 01:23:50 +00:00
parent 312a029f5f
commit c8df023fb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236944
2 changed files with 7 additions and 9 deletions

View File

@ -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 \

View File

@ -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 );