From c5d0707ea72a78d0c081d9348f8cb24c0bb5535d Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 2 Oct 2003 16:31:10 +0000 Subject: Update to 1.66 Remove MANPREFIX, use %%SITE_PERL%%, fix WWW PR: 52290 Submitted by: myself --- math/p5-Math-BigInt/Makefile | 5 ++--- math/p5-Math-BigInt/distinfo | 2 +- math/p5-Math-BigInt/pkg-descr | 2 +- math/p5-Math-BigInt/pkg-plist | 15 +++++++-------- 4 files changed, 11 insertions(+), 13 deletions(-) (limited to 'math/p5-Math-BigInt') 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 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 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 -- cgit v1.2.3