aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2005-11-02 22:12:02 +0800
committeraaron <aaron@FreeBSD.org>2005-11-02 22:12:02 +0800
commit0bd332ed20569eee3a2304d20f1a92e9f4286b86 (patch)
tree6750256afc6abf66d75bdafe10d6cbaa6cf32408 /math
parent4ccb438df91bdc478851292b1ded160dd1493fc9 (diff)
downloadfreebsd-ports-gnome-0bd332ed20569eee3a2304d20f1a92e9f4286b86.tar.gz
freebsd-ports-gnome-0bd332ed20569eee3a2304d20f1a92e9f4286b86.tar.zst
freebsd-ports-gnome-0bd332ed20569eee3a2304d20f1a92e9f4286b86.zip
- Updated from 0.06 to 0.07
- Updated maintainer email address Approved by: tobez
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