diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-07-01 11:44:58 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-07-01 11:44:58 +0800 |
commit | 861059bb684faf4257078c960bc8d79ab03ffdc2 (patch) | |
tree | b5b247fd45bbb77acae4a5b9f56957d64689313b | |
parent | 653e7a532bc56ff3eeb98060696fee22e0a6b01c (diff) | |
download | freebsd-ports-gnome-861059bb684faf4257078c960bc8d79ab03ffdc2.tar.gz freebsd-ports-gnome-861059bb684faf4257078c960bc8d79ab03ffdc2.tar.zst freebsd-ports-gnome-861059bb684faf4257078c960bc8d79ab03ffdc2.zip |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade to 0.50.
maintainer timeout: > 10 days
-rw-r--r-- | security/p5-Crypt-Primes/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Primes/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Primes/pkg-plist | 7 |
3 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index c7fa2cf60997..62201314ecd9 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-Primes -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-Primes/distinfo b/security/p5-Crypt-Primes/distinfo index c0d5d89e1d17..c13f0bd2834b 100644 --- a/security/p5-Crypt-Primes/distinfo +++ b/security/p5-Crypt-Primes/distinfo @@ -1 +1 @@ -MD5 (Crypt-Primes-0.49.tar.gz) = 8f642885306967a5294ce16865af71d0 +MD5 (Crypt-Primes-0.50.tar.gz) = 041947b9645142615d687b89cf2e1a7b diff --git a/security/p5-Crypt-Primes/pkg-plist b/security/p5-Crypt-Primes/pkg-plist index 90ebd0fdf1d6..803b08acb0a0 100644 --- a/security/p5-Crypt-Primes/pkg-plist +++ b/security/p5-Crypt-Primes/pkg-plist @@ -1,5 +1,4 @@ bin/largeprimes -lib/perl5/site_perl/%%PERL_VER%%/Crypt/Primes.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Primes/.packlist -man/man1/largeprimes.1 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Primes +%%SITE_PERL%%/Crypt/Primes.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Primes/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Primes |