aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Permute
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-06-01 12:03:25 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-06-01 12:03:25 +0000
commit34b448d71c72614fd51def72ff252e4056fdcee5 (patch)
tree818e43c7195cea922596c96709fc48c164209f4f /devel/p5-Algorithm-Permute
parenteaab3e14ba68c33ba68e46f59b550dde8a48494f (diff)
downloadports-34b448d71c72614fd51def72ff252e4056fdcee5.tar.gz
ports-34b448d71c72614fd51def72ff252e4056fdcee5.zip
Update to 0.04.
Notes
Notes: svn path=/head/; revision=60426
Diffstat (limited to 'devel/p5-Algorithm-Permute')
-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 c9d2940e1f12..f349340f6d9e 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 c5fd29eb1839..f94771006bd1 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 36e731260f6e..3595c8cee20d 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