diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-09 21:19:50 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-09 21:19:50 +0800 |
commit | 2d902b91bf7756bdaa3329384e7b1b0ec26c3197 (patch) | |
tree | f0a6b6cfaf9c53a8091720f68b1d5652ffeb7ab3 /devel | |
parent | 9aa3cbb719f6c55597d443c8d6604156259ab3e4 (diff) | |
download | freebsd-ports-gnome-2d902b91bf7756bdaa3329384e7b1b0ec26c3197.tar.gz freebsd-ports-gnome-2d902b91bf7756bdaa3329384e7b1b0ec26c3197.tar.zst freebsd-ports-gnome-2d902b91bf7756bdaa3329384e7b1b0ec26c3197.zip |
Update to 0.06
PR: 55390
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer (implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-Permute/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/pkg-plist | 16 |
3 files changed, 10 insertions, 11 deletions
diff --git a/devel/p5-Algorithm-Permute/Makefile b/devel/p5-Algorithm-Permute/Makefile index 5c98da9d9d43..b6ce5ba93178 100644 --- a/devel/p5-Algorithm-Permute/Makefile +++ b/devel/p5-Algorithm-Permute/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-Permute -PORTVERSION= 0.04 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Algorithm @@ -17,7 +17,6 @@ COMMENT= Perl interface to handy and fast permutation PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Algorithm::Permute.3 .include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Permute/distinfo b/devel/p5-Algorithm-Permute/distinfo index f94771006bd1..1c28f77f9e16 100644 --- a/devel/p5-Algorithm-Permute/distinfo +++ b/devel/p5-Algorithm-Permute/distinfo @@ -1 +1 @@ -MD5 (Algorithm-Permute-0.04.tar.gz) = a1956a98d549526cd3a318ecb74bf39d +MD5 (Algorithm-Permute-0.06.tar.gz) = bb5d5df5d920d84cd1904c239eb8d6e1 diff --git a/devel/p5-Algorithm-Permute/pkg-plist b/devel/p5-Algorithm-Permute/pkg-plist index 0b0a2bd662fb..3d9034650aac 100644 --- a/devel/p5-Algorithm-Permute/pkg-plist +++ b/devel/p5-Algorithm-Permute/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm/Permute.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Permute.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true |