1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- fix mtree problem (observed on tinderbox)

- bump PORTREVISION
This commit is contained in:
Cheng-Lung Sung 2009-04-22 08:25:34 +00:00
parent cc34f571f3
commit 53041d85e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232497
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= Net-Hiveminder
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -0,0 +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]
);
- $UnderCPAN = _check_lock(1); # check for $UnderCPAN
+ #$UnderCPAN = _check_lock(1); # check for $UnderCPAN
while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) {
my ( @required, @tests, @skiptests );