- update p5-Net-DNS-SEC to 0.15
- fix dependencies
This commit is contained in:
parent
6acf5ef19e
commit
d19ab38c32
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2008/10/01 21:54:55 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2009/02/04 10:41:41 jasper Exp $
|
||||
|
||||
COMMENT= extends the Net::DNS module with DNSSEC functionality
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Net-DNS-SEC-0.14
|
||||
PKGNAME= p5-${DISTNAME}p2
|
||||
DISTNAME= Net-DNS-SEC-0.15
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.net-dns.org/
|
||||
@ -15,8 +14,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Net-DNS->=0.44:net/p5-Net-DNS \
|
||||
RUN_DEPENDS= :p5-MIME-Base32-*:mail/p5-MIME-Base32 \
|
||||
:p5-Net-DNS->=0.64:net/p5-Net-DNS \
|
||||
:p5-Digest-BubbleBabble->=0.01:security/p5-Digest-BubbleBabble \
|
||||
:p5-Crypt-OpenSSL-RSA->=0.19:security/p5-Crypt-OpenSSL-RSA \
|
||||
:p5-Crypt-OpenSSL-DSA->=0.10:security/p5-Crypt-OpenSSL-DSA \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Net-DNS-SEC-0.14.tar.gz) = qH4+TIRn6i1kQIq64qvPxg==
|
||||
RMD160 (Net-DNS-SEC-0.14.tar.gz) = hSJApnQ26Jus4f0dQuplmBTKj40=
|
||||
SHA1 (Net-DNS-SEC-0.14.tar.gz) = pCyPkafjEfUqcqqB0U+v/RRxjJo=
|
||||
SHA256 (Net-DNS-SEC-0.14.tar.gz) = 8bh5qJYXBgdTNApRxyZhrPIZ/DGwdSoXjBUN8YlTKRI=
|
||||
SIZE (Net-DNS-SEC-0.14.tar.gz) = 75473
|
||||
MD5 (Net-DNS-SEC-0.15.tar.gz) = aTBr8TRxDuK9lLewo20r4w==
|
||||
RMD160 (Net-DNS-SEC-0.15.tar.gz) = ybFzy4WEmaCuLv0pD1bzKtA4oiY=
|
||||
SHA1 (Net-DNS-SEC-0.15.tar.gz) = /j5pmOXE8fqIWNuE2MHk0JouglY=
|
||||
SHA256 (Net-DNS-SEC-0.15.tar.gz) = O1TyD6F8fVuam+w5C3fOi8OVHtwXRwtZt4SlV5V/rpY=
|
||||
SIZE (Net-DNS-SEC-0.15.tar.gz) = 85725
|
||||
|
@ -1,11 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2005/12/18 00:12:49 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/02/04 10:41:41 jasper Exp $
|
||||
${P5SITE}/Net/DNS/
|
||||
${P5SITE}/Net/DNS/Keyset.pm
|
||||
${P5SITE}/Net/DNS/RR/
|
||||
${P5SITE}/Net/DNS/RR/DLV.pm
|
||||
${P5SITE}/Net/DNS/RR/DNSKEY.pm
|
||||
${P5SITE}/Net/DNS/RR/DS.pm
|
||||
${P5SITE}/Net/DNS/RR/KEY.pm
|
||||
${P5SITE}/Net/DNS/RR/NSEC.pm
|
||||
${P5SITE}/Net/DNS/RR/NSEC3.pm
|
||||
${P5SITE}/Net/DNS/RR/NSEC3PARAM.pm
|
||||
${P5SITE}/Net/DNS/RR/NXT.pm
|
||||
${P5SITE}/Net/DNS/RR/RRSIG.pm
|
||||
${P5SITE}/Net/DNS/RR/SIG.pm
|
||||
@ -13,10 +16,13 @@ ${P5SITE}/Net/DNS/SEC/
|
||||
${P5SITE}/Net/DNS/SEC.pm
|
||||
${P5SITE}/Net/DNS/SEC/Private.pm
|
||||
@man man/man3p/Net::DNS::Keyset.3p
|
||||
@man man/man3p/Net::DNS::RR::DLV.3p
|
||||
@man man/man3p/Net::DNS::RR::DNSKEY.3p
|
||||
@man man/man3p/Net::DNS::RR::DS.3p
|
||||
@man man/man3p/Net::DNS::RR::KEY.3p
|
||||
@man man/man3p/Net::DNS::RR::NSEC.3p
|
||||
@man man/man3p/Net::DNS::RR::NSEC3.3p
|
||||
@man man/man3p/Net::DNS::RR::NSEC3PARAM.3p
|
||||
@man man/man3p/Net::DNS::RR::NXT.3p
|
||||
@man man/man3p/Net::DNS::RR::RRSIG.3p
|
||||
@man man/man3p/Net::DNS::RR::SIG.3p
|
||||
|
Loading…
x
Reference in New Issue
Block a user