aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Hiveminder
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2009-08-17 07:54:42 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2009-08-17 07:54:42 +0000
commit41077a4ca2d9a20a3285481ba67286147a775db9 (patch)
tree1e42f67202766cdee8326cd3d96527a9536ad109 /net/p5-Net-Hiveminder
parent37b801ed5023f69a3c4742d8d826e9858085452d (diff)
downloadports-41077a4ca2d9a20a3285481ba67286147a775db9.tar.gz
ports-41077a4ca2d9a20a3285481ba67286147a775db9.zip
- Update to 0.08
Notes
Notes: svn path=/head/; revision=239717
Diffstat (limited to 'net/p5-Net-Hiveminder')
-rw-r--r--net/p5-Net-Hiveminder/Makefile3
-rw-r--r--net/p5-Net-Hiveminder/distinfo6
-rw-r--r--net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm14
3 files changed, 11 insertions, 12 deletions
diff --git a/net/p5-Net-Hiveminder/Makefile b/net/p5-Net-Hiveminder/Makefile
index 379098c11600..751191f1b040 100644
--- a/net/p5-Net-Hiveminder/Makefile
+++ b/net/p5-Net-Hiveminder/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Net-Hiveminder
-PORTVERSION= 0.07
-PORTREVISION= 1
+PORTVERSION= 0.08
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/net/p5-Net-Hiveminder/distinfo b/net/p5-Net-Hiveminder/distinfo
index e54e8838e764..6b979542bcdf 100644
--- a/net/p5-Net-Hiveminder/distinfo
+++ b/net/p5-Net-Hiveminder/distinfo
@@ -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
diff --git a/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm b/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm
index 135a67529f45..7e35cc5b928d 100644
--- a/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm
+++ b/net/p5-Net-Hiveminder/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-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 );