aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2010-03-01 19:14:27 +0800
committertobez <tobez@FreeBSD.org>2010-03-01 19:14:27 +0800
commit768e3f0e037c198efb7559e1f5aaa6303d805f5e (patch)
treee239c4e89a6edf0651d4b8cc10d9c35747428e1e /devel
parent8da220888590112828a3be7e46a64e2ba0ea996d (diff)
downloadfreebsd-ports-gnome-768e3f0e037c198efb7559e1f5aaa6303d805f5e.tar.gz
freebsd-ports-gnome-768e3f0e037c198efb7559e1f5aaa6303d805f5e.tar.zst
freebsd-ports-gnome-768e3f0e037c198efb7559e1f5aaa6303d805f5e.zip
Update to 1.22.
Changes: http://search.cpan.org/dist/Tie-IxHash/Changes Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Tie-IxHash/Makefile4
-rw-r--r--devel/p5-Tie-IxHash/distinfo6
-rw-r--r--devel/p5-Tie-IxHash/pkg-descr1
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-Tie-IxHash/Makefile b/devel/p5-Tie-IxHash/Makefile
index 260eb48bb116..71306687f486 100644
--- a/devel/p5-Tie-IxHash/Makefile
+++ b/devel/p5-Tie-IxHash/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Tie-IxHash
-PORTVERSION= 1.21
+PORTVERSION= 1.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing ordered in-memory associative arrays
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
diff --git a/devel/p5-Tie-IxHash/distinfo b/devel/p5-Tie-IxHash/distinfo
index dd9611485697..7304c944e731 100644
--- a/devel/p5-Tie-IxHash/distinfo
+++ b/devel/p5-Tie-IxHash/distinfo
@@ -1,3 +1,3 @@
-MD5 (Tie-IxHash-1.21.tar.gz) = 567ddc13081596b52cfe3d82218cb264
-SHA256 (Tie-IxHash-1.21.tar.gz) = 687ab99b52e6c497b0cf4e9b89a05388a5e04a261eaa6e1d24e1b2df0213f2f6
-SIZE (Tie-IxHash-1.21.tar.gz) = 6446
+MD5 (Tie-IxHash-1.22.tar.gz) = aae2e62df7e016fd3e8fdaaea71b0b41
+SHA256 (Tie-IxHash-1.22.tar.gz) = 273b870799ef0dc993f8303edc126aeb34c4268a4153db2f68bdc56951071538
+SIZE (Tie-IxHash-1.22.tar.gz) = 8552
diff --git a/devel/p5-Tie-IxHash/pkg-descr b/devel/p5-Tie-IxHash/pkg-descr
index 4a27ab05d097..befe5a848fe6 100644
--- a/devel/p5-Tie-IxHash/pkg-descr
+++ b/devel/p5-Tie-IxHash/pkg-descr
@@ -1,5 +1,6 @@
Tie::IxHash is a perl module implementing ordered in-memory associative arrays.
Author: Sarathy <gsar@umich.edu>
+WWW: http://search.cpan.org/dist/Tie-IxHash/
--will