aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2005-11-02 14:12:02 +0000
committerAaron Dalton <aaron@FreeBSD.org>2005-11-02 14:12:02 +0000
commitb3d1473ff316b73e2c1496bbce43410384cc7b03 (patch)
tree55dfa12acf8418736786966d41ca5537af85e343 /math
parent332512a47691c07d950731c03ce94410126d03f4 (diff)
downloadports-b3d1473ff316b73e2c1496bbce43410384cc7b03.tar.gz
ports-b3d1473ff316b73e2c1496bbce43410384cc7b03.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Combinatorics/Makefile4
-rw-r--r--math/p5-Math-Combinatorics/distinfo4
-rw-r--r--math/p5-Math-Combinatorics/pkg-descr1
3 files changed, 4 insertions, 5 deletions
diff --git a/math/p5-Math-Combinatorics/Makefile b/math/p5-Math-Combinatorics/Makefile
index a2ae30e4532d..68b639a6b13f 100644
--- a/math/p5-Math-Combinatorics/Makefile
+++ b/math/p5-Math-Combinatorics/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Math-Combinatorics
-PORTVERSION= 0.06
+PORTVERSION= 0.07
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
-MAINTAINER= aaron@daltons.ca
+MAINTAINER= aaron@FreeBSD.org
COMMENT= Perform combinations and permutations on lists
MAN3= Math::Combinatorics.3
diff --git a/math/p5-Math-Combinatorics/distinfo b/math/p5-Math-Combinatorics/distinfo
index ff8bc1581ddf..061b108390eb 100644
--- a/math/p5-Math-Combinatorics/distinfo
+++ b/math/p5-Math-Combinatorics/distinfo
@@ -1,2 +1,2 @@
-MD5 (Math-Combinatorics-0.06.tar.gz) = 186a30488aa7e828fcfe11bd21e18991
-SIZE (Math-Combinatorics-0.06.tar.gz) = 8717
+MD5 (Math-Combinatorics-0.07.tar.gz) = d4d719a51a39edae3f15d47b0b932f3e
+SIZE (Math-Combinatorics-0.07.tar.gz) = 8726
diff --git a/math/p5-Math-Combinatorics/pkg-descr b/math/p5-Math-Combinatorics/pkg-descr
index 99b0e5168165..66672317f2b1 100644
--- a/math/p5-Math-Combinatorics/pkg-descr
+++ b/math/p5-Math-Combinatorics/pkg-descr
@@ -9,7 +9,6 @@ This module provides a pure-perl implementation of nCk, nPk, and n!
(combination, permutation, and factorial, respectively).
Author: Allen Day <allenday@ucla.edu>
-
WWW: http://search.cpan.org/dist/Math-Combinatorics/
- Aaron Dalton