diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-17 12:20:30 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-17 12:20:30 +0000 |
commit | d9968092bf50b86dec869cc8d4f012c30e1d3491 (patch) | |
tree | 6eee6539f5a2381e53dbd1090ede703a4ae64a04 /math/p5-Math-Random | |
parent | 91e1058c4d0d1df8e4a72b6da09fc1843f637f52 (diff) | |
download | ports-d9968092bf50b86dec869cc8d4f012c30e1d3491.tar.gz ports-d9968092bf50b86dec869cc8d4f012c30e1d3491.zip |
Updated to 0.67
PR: ports/52320
Notes
Notes:
svn path=/head/; revision=81145
Diffstat (limited to 'math/p5-Math-Random')
-rw-r--r-- | math/p5-Math-Random/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Random/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Math-Random/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Random/pkg-plist | 17 |
4 files changed, 12 insertions, 12 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index fa8cbc762f97..e739ff32b144 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Random -PORTVERSION= 0.65 +PORTVERSION= 0.67 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -18,6 +18,5 @@ COMMENT= Random number generators PERL_CONFIGURE= yes MAN3= Math::Random.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/math/p5-Math-Random/distinfo b/math/p5-Math-Random/distinfo index 006f0eb7fe42..62844d7f8a55 100644 --- a/math/p5-Math-Random/distinfo +++ b/math/p5-Math-Random/distinfo @@ -1 +1 @@ -MD5 (Math-Random-0.65.tar.gz) = a7fcf3d4fd888031f0ba0a8044b4173d +MD5 (Math-Random-0.67.tar.gz) = 021006f39529940ae318c7c105d01a44 diff --git a/math/p5-Math-Random/pkg-descr b/math/p5-Math-Random/pkg-descr index 852dfdd5cb02..80237842bc4c 100644 --- a/math/p5-Math-Random/pkg-descr +++ b/math/p5-Math-Random/pkg-descr @@ -1,7 +1,7 @@ Math::Random is a Perl port of the C version of randlib, which is a suite of routines for generating random deviates. -WWW: http://search.cpan.org/search?dist=Math-Random +WWW: http://search.cpan.org/dist/Math-Random/ -- Sergey Skvortsov skv@FreeBSD.org diff --git a/math/p5-Math-Random/pkg-plist b/math/p5-Math-Random/pkg-plist index 8ede4f652fd8..d9a4cff9d95a 100644 --- a/math/p5-Math-Random/pkg-plist +++ b/math/p5-Math-Random/pkg-plist @@ -1,8 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/example.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/Random.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/Random.so -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/Math/Random.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Math/example.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Math 2>/dev/null || true |