diff options
author | tobez <tobez@FreeBSD.org> | 2002-09-18 05:25:48 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-09-18 05:25:48 +0800 |
commit | f6b66a7e0bb36e083e83c3983d473e35656db6e7 (patch) | |
tree | 957b7a976d4f6ce70ffe94d785ee85df062429ec /security/p5-Crypt-OTP | |
parent | 30859aaa0f15da4389680a525f39b1ab7faae7f7 (diff) | |
download | freebsd-ports-gnome-f6b66a7e0bb36e083e83c3983d473e35656db6e7.tar.gz freebsd-ports-gnome-f6b66a7e0bb36e083e83c3983d473e35656db6e7.tar.zst freebsd-ports-gnome-f6b66a7e0bb36e083e83c3983d473e35656db6e7.zip |
Update to 2.00.
PR: 42880
Submitted by: maintainer
Diffstat (limited to 'security/p5-Crypt-OTP')
-rw-r--r-- | security/p5-Crypt-OTP/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OTP/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OTP/pkg-plist | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/security/p5-Crypt-OTP/Makefile b/security/p5-Crypt-OTP/Makefile index b70a315e2e0e..b7bfc4128763 100644 --- a/security/p5-Crypt-OTP/Makefile +++ b/security/p5-Crypt-OTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-OTP -PORTVERSION= 1.03 +PORTVERSION= 2.00 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-OTP/distinfo b/security/p5-Crypt-OTP/distinfo index 9493d22d4187..8def287f8438 100644 --- a/security/p5-Crypt-OTP/distinfo +++ b/security/p5-Crypt-OTP/distinfo @@ -1 +1 @@ -MD5 (Crypt-OTP-1.03.tar.gz) = 53fbe88beeb9530ef7cca7b9b3bafadc +MD5 (Crypt-OTP-2.00.tar.gz) = af841dbb3641f73ee4048b15e6b56197 diff --git a/security/p5-Crypt-OTP/pkg-plist b/security/p5-Crypt-OTP/pkg-plist index b3f1977d93b0..8894a74d9a8d 100644 --- a/security/p5-Crypt-OTP/pkg-plist +++ b/security/p5-Crypt-OTP/pkg-plist @@ -1,8 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Crypt/OTP.pm -lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/OTP/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OTP/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OTP @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/OTP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Crypt 2>/dev/null || true |