aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Algorithm-Permute/Makefile2
-rw-r--r--devel/p5-Algorithm-Permute/distinfo2
-rw-r--r--devel/p5-Algorithm-Permute/pkg-descr1
3 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Algorithm-Permute/Makefile b/devel/p5-Algorithm-Permute/Makefile
index c9d2940e1f1..f349340f6d9 100644
--- a/devel/p5-Algorithm-Permute/Makefile
+++ b/devel/p5-Algorithm-Permute/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Algorithm-Permute
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
diff --git a/devel/p5-Algorithm-Permute/distinfo b/devel/p5-Algorithm-Permute/distinfo
index c5fd29eb183..f94771006bd 100644
--- a/devel/p5-Algorithm-Permute/distinfo
+++ b/devel/p5-Algorithm-Permute/distinfo
@@ -1 +1 @@
-MD5 (Algorithm-Permute-0.03.tar.gz) = 8c0b90f9f191874129789260220b4ea3
+MD5 (Algorithm-Permute-0.04.tar.gz) = a1956a98d549526cd3a318ecb74bf39d
diff --git a/devel/p5-Algorithm-Permute/pkg-descr b/devel/p5-Algorithm-Permute/pkg-descr
index 36e731260f6..3595c8cee20 100644
--- a/devel/p5-Algorithm-Permute/pkg-descr
+++ b/devel/p5-Algorithm-Permute/pkg-descr
@@ -3,5 +3,6 @@ although its algorithm is perhaps not the fastest available. Currently it only
supports permutation n of n objects.
Author: Edwin Pratomo <ed.pratomo@computer.org>
+WWW: http://search.cpan.org/search?dist=Algorithm-Permute
--will