diff options
author | nork <nork@FreeBSD.org> | 2002-10-31 09:55:22 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-10-31 09:55:22 +0000 |
commit | 873c457ff7b96733faac596f1e01b443de4c6d2b (patch) | |
tree | 246b1d2893a91162749a57dfb4f646009c47c447 /security | |
parent | 5aa9cc44059431e6842de4f55a756bc50b44835c (diff) | |
download | FreeBSD-ports-873c457ff7b96733faac596f1e01b443de4c6d2b.zip FreeBSD-ports-873c457ff7b96733faac596f1e01b443de4c6d2b.tar.gz |
Update to 0.10
PR: ports/44777
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/files/patch-lib::Crypt::OpenSSL::DSA.pm | 10 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/pkg-plist | 2 |
4 files changed, 13 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index 929b721..0b02ee2 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-OpenSSL-DSA -PORTVERSION= 0.03 +PORTVERSION= 0.10 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-OpenSSL-DSA/distinfo b/security/p5-Crypt-OpenSSL-DSA/distinfo index 523d53c..2a44691 100644 --- a/security/p5-Crypt-OpenSSL-DSA/distinfo +++ b/security/p5-Crypt-OpenSSL-DSA/distinfo @@ -1 +1 @@ -MD5 (Crypt-OpenSSL-DSA-0.03.tar.gz) = 90f0537020c858ef329252465841e367 +MD5 (Crypt-OpenSSL-DSA-0.10.tar.gz) = 5ce6ab87b9ab2ad43e92f1bdbe8b9632 diff --git a/security/p5-Crypt-OpenSSL-DSA/files/patch-lib::Crypt::OpenSSL::DSA.pm b/security/p5-Crypt-OpenSSL-DSA/files/patch-lib::Crypt::OpenSSL::DSA.pm new file mode 100644 index 0000000..9707760 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-DSA/files/patch-lib::Crypt::OpenSSL::DSA.pm @@ -0,0 +1,10 @@ +--- lib/Crypt/OpenSSL/DSA.pm.orig Thu Sep 26 09:18:37 2002 ++++ lib/Crypt/OpenSSL/DSA.pm Thu Oct 31 18:45:29 2002 +@@ -1,7 +1,6 @@ + package Crypt::OpenSSL::DSA; + + use strict; +-use warnings; + + require DynaLoader; + diff --git a/security/p5-Crypt-OpenSSL-DSA/pkg-plist b/security/p5-Crypt-OpenSSL-DSA/pkg-plist index fb0169a..ab15e7d 100644 --- a/security/p5-Crypt-OpenSSL-DSA/pkg-plist +++ b/security/p5-Crypt-OpenSSL-DSA/pkg-plist @@ -1,5 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL/DSA.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL/DSA/Signature.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL/DSA/Signature.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/DSA/DSA.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/DSA/DSA.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/DSA/.packlist |