update to 0.53, from steve.shockley at shockley.net
fixes a bug that affects SpamAssassin
This commit is contained in:
parent
3fcffaaacf
commit
25b3defcbf
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2004/04/18 20:09:57 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2005/07/27 07:25:27 wilfried Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= 'module to interface the DNS resolver'
|
||||
|
||||
DISTNAME= Net-DNS-0.47
|
||||
DISTNAME= Net-DNS-0.53
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
NOT_FOR_ARCHES= ${NO_SHARED_ARCHES}
|
||||
@ -22,7 +22,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
|
||||
${HOMEPAGE}/download/
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Digest-HMAC->=1.00:security/p5-Digest-HMAC
|
||||
RUN_DEPENDS= :p5-Digest-HMAC->=1.00:security/p5-Digest-HMAC \
|
||||
:p5-Net-IP->=1.20:net/p5-Net-IP
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ARGS= --online-tests
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (Net-DNS-0.47.tar.gz) = 749a04eb4377e889ed58d004536a9117
|
||||
RMD160 (Net-DNS-0.47.tar.gz) = bdcc2a9a1627c557ec6613dfcbd1065d190602c8
|
||||
SHA1 (Net-DNS-0.47.tar.gz) = 2f2151a955a91e6bc57570829b0e553fedb91388
|
||||
SIZE (Net-DNS-0.47.tar.gz) = 94231
|
||||
MD5 (Net-DNS-0.53.tar.gz) = 404797359373d4df1a025458ab1415f7
|
||||
RMD160 (Net-DNS-0.53.tar.gz) = 3925ca7789e31d79759ff315d757625efa3bed0d
|
||||
SHA1 (Net-DNS-0.53.tar.gz) = 13282693bdc760d64eb520a7a896d080eda5304b
|
||||
SIZE (Net-DNS-0.53.tar.gz) = 119705
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2004/09/15 18:17:43 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2005/07/27 07:25:27 wilfried Exp $
|
||||
${P5ARCH}/Net/
|
||||
${P5ARCH}/Net/DNS/
|
||||
${P5ARCH}/Net/DNS.pm
|
||||
@ -36,6 +36,7 @@ ${P5ARCH}/Net/DNS/RR/RP.pm
|
||||
${P5ARCH}/Net/DNS/RR/RT.pm
|
||||
${P5ARCH}/Net/DNS/RR/SOA.pm
|
||||
${P5ARCH}/Net/DNS/RR/SRV.pm
|
||||
${P5ARCH}/Net/DNS/RR/SSHFP.pm
|
||||
${P5ARCH}/Net/DNS/RR/TKEY.pm
|
||||
${P5ARCH}/Net/DNS/RR/TSIG.pm
|
||||
${P5ARCH}/Net/DNS/RR/TXT.pm
|
||||
@ -87,6 +88,7 @@ ${P5ARCH}/auto/Net/DNS/DNS.so
|
||||
@man man/man3p/Net::DNS::RR::RT.3p
|
||||
@man man/man3p/Net::DNS::RR::SOA.3p
|
||||
@man man/man3p/Net::DNS::RR::SRV.3p
|
||||
@man man/man3p/Net::DNS::RR::SSHFP.3p
|
||||
@man man/man3p/Net::DNS::RR::TKEY.3p
|
||||
@man man/man3p/Net::DNS::RR::TSIG.3p
|
||||
@man man/man3p/Net::DNS::RR::TXT.3p
|
||||
|
Loading…
Reference in New Issue
Block a user