aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2003-10-03 00:31:10 +0800
committermat <mat@FreeBSD.org>2003-10-03 00:31:10 +0800
commite1d95d08f1f0e3b0e1acfd34224c083452d8c7a7 (patch)
treee0c7e5bfe744aefb580bbafb3cf975f3f14dcce6 /math
parentd3c36262c1d40d328b36c6eee3c5e8f440f973b1 (diff)
downloadfreebsd-ports-gnome-e1d95d08f1f0e3b0e1acfd34224c083452d8c7a7.tar.gz
freebsd-ports-gnome-e1d95d08f1f0e3b0e1acfd34224c083452d8c7a7.tar.zst
freebsd-ports-gnome-e1d95d08f1f0e3b0e1acfd34224c083452d8c7a7.zip
Update to 1.66
Remove MANPREFIX, use %%SITE_PERL%%, fix WWW PR: 52290 Submitted by: myself
Diffstat (limited to 'math')
-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