diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-18 21:57:35 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-18 21:57:35 +0000 |
commit | 842e2c007e7aa2fc6075fa336da175b57f6f7ce6 (patch) | |
tree | f1a7e798b1cee407aebbe4624245cdaa245db04b | |
parent | f5fd360f8124767658328df2db0a71ddbc239eea (diff) | |
download | pkgsrc-842e2c007e7aa2fc6075fa336da175b57f6f7ce6.tar.gz |
Convert to buildlink3.
Update to version 0.21.
Changes since 0.19:
0.21 Sun Feb 15 2004 21:13:45
- Include t/format.t in the MANIFEST file, so that it is
actually included in the distribution.
0.20 Sun Feb 15 2004 15:21:40
- Finally add support for the public key format produced by
"openssl rsa -pubout".
- Add comment in readme about locating kerberos files on redhat systems
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 10 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index a37b6414ad9..cfac5b3a514 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 22:03:22 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/18 21:57:35 heinz Exp $ # -DISTNAME= Crypt-OpenSSL-RSA-0.19 +DISTNAME= Crypt-OpenSSL-RSA-0.21 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ors CATEGORIES= security perl5 @@ -14,9 +14,11 @@ COMMENT= Perl5 wrapper module for the OpenSSL RSA functions DEPENDS+= p5-Crypt-OpenSSL-Bignum-[0-9]*:../p5-Crypt-OpenSSL-Bignum DEPENDS+= p5-Crypt-OpenSSL-Random-[0-9]*:../p5-Crypt-OpenSSL-Random -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/OpenSSL/RSA/.packlist -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-OpenSSL-RSA/distinfo b/security/p5-Crypt-OpenSSL-RSA/distinfo index 6e044d53452..9291cd5bda6 100644 --- a/security/p5-Crypt-OpenSSL-RSA/distinfo +++ b/security/p5-Crypt-OpenSSL-RSA/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/03 22:03:22 heinz Exp $ +$NetBSD: distinfo,v 1.2 2004/02/18 21:57:35 heinz Exp $ -SHA1 (Crypt-OpenSSL-RSA-0.19.tar.gz) = 7633a523588ae95551468ce7aec01fa3317f1ba9 -Size (Crypt-OpenSSL-RSA-0.19.tar.gz) = 11227 bytes +SHA1 (Crypt-OpenSSL-RSA-0.21.tar.gz) = b1d60a01a0ab279ae906c0f3a6bf2036cc65a570 +Size (Crypt-OpenSSL-RSA-0.21.tar.gz) = 11947 bytes |