aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInt
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-02 16:31:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-02 16:31:10 +0000
commitc5d0707ea72a78d0c081d9348f8cb24c0bb5535d (patch)
tree7040d2e1e7d76175b8aadbb8da05f32e0bbd46d2 /math/p5-Math-BigInt
parent9e5f042d9e954e8efd8cb7646af864f9c1181abc (diff)
downloadports-c5d0707ea72a78d0c081d9348f8cb24c0bb5535d.tar.gz
ports-c5d0707ea72a78d0c081d9348f8cb24c0bb5535d.zip
Update to 1.66
Remove MANPREFIX, use %%SITE_PERL%%, fix WWW PR: 52290 Submitted by: myself
Notes
Notes: svn path=/head/; revision=90042
Diffstat (limited to 'math/p5-Math-BigInt')
-rw-r--r--math/p5-Math-BigInt/Makefile5
-rw-r--r--math/p5-Math-BigInt/distinfo2
-rw-r--r--math/p5-Math-BigInt/pkg-descr2
-rw-r--r--math/p5-Math-BigInt/pkg-plist15
4 files changed, 11 insertions, 13 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile
index 2398a51804b8..a1ab62d6ffb9 100644
--- a/math/p5-Math-BigInt/Makefile
+++ b/math/p5-Math-BigInt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Math-BigInt
-PORTVERSION= 1.63
+PORTVERSION= 1.66
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
@@ -16,12 +16,11 @@ MAINTAINER= tobez@FreeBSD.org
COMMENT= Math::BigInt - Arbitrary size integer math package
PERL_CONFIGURE= yes
-CONFIGURE_ARGS+= INSTALLDIRS='site'
+CONFIGURE_ARGS= INSTALLDIRS='site'
MAN3= Math::BigFloat.3 \
Math::BigInt.3 \
Math::BigInt::Calc.3 \
Math::BigInt::Scalar.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo
index 503de71e4632..f4137e7d110f 100644
--- a/math/p5-Math-BigInt/distinfo
+++ b/math/p5-Math-BigInt/distinfo
@@ -1 +1 @@
-MD5 (Math-BigInt-1.63.tar.gz) = 7431e0e75f95ddf2345fb6601595d59c
+MD5 (Math-BigInt-1.66.tar.gz) = 5207930620e316dacc05d1db245d1d86
diff --git a/math/p5-Math-BigInt/pkg-descr b/math/p5-Math-BigInt/pkg-descr
index a3db2655aa33..8e86d5a614a4 100644
--- a/math/p5-Math-BigInt/pkg-descr
+++ b/math/p5-Math-BigInt/pkg-descr
@@ -3,7 +3,7 @@ Math::BigInt - Arbitrary size integer math package for perl.
This is a complete rewrite of Math::BigInt, Math::BigFloat and friends,
which are included with the standard system perl.
-WWW: http://search.cpan.org/search?dist=Math-BigInt
+WWW: http://search.cpan.org/dist/Math-BigInt/
-Anton
<tobez@FreeBSD.org>
diff --git a/math/p5-Math-BigInt/pkg-plist b/math/p5-Math-BigInt/pkg-plist
index 316b88eb8287..a4b89eeebc1f 100644
--- a/math/p5-Math-BigInt/pkg-plist
+++ b/math/p5-Math-BigInt/pkg-plist
@@ -1,8 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math-BigInt/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Math/BigFloat.pm
-lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt.pm
-lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt/Calc.pm
-lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt/Scalar.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math-BigInt
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
+%%SITE_PERL%%/Math/BigFloat.pm
+%%SITE_PERL%%/Math/BigInt.pm
+%%SITE_PERL%%/Math/BigInt/Calc.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math-BigInt/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math-BigInt
+@dirrm %%SITE_PERL%%/Math/BigInt
+@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true