1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Update to 0.08

Changes:	http://search.cpan.org/dist/Net-Hiveminder/Changes
This commit is contained in:
Cheng-Lung Sung 2009-08-17 07:54:42 +00:00
parent 37b801ed50
commit 41077a4ca2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239717
3 changed files with 11 additions and 12 deletions

View File

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

View File

@ -1,3 +1,3 @@
MD5 (Net-Hiveminder-0.07.tar.gz) = d1666bae749ed177ea24848b8aad70a6
SHA256 (Net-Hiveminder-0.07.tar.gz) = 255281a31bc2ee9b529224725ef07ca5549c27c8c6e8fca2adb9d541ebfc9170
SIZE (Net-Hiveminder-0.07.tar.gz) = 30195
MD5 (Net-Hiveminder-0.08.tar.gz) = 8c4cee4ad07a7b9bb10199c707843116
SHA256 (Net-Hiveminder-0.08.tar.gz) = de7313532627e1b8dc4b2931fbbe134256460b328cbd4eebda4f5c6bd73c53e1
SIZE (Net-Hiveminder-0.08.tar.gz) = 31019

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-07-09 16:51:30.000000000 +0800
+++ inc/Module/AutoInstall.pm 2009-08-15 13:40:38.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 );