Hi, Update p5-Net-DNS to 0.74 and take maintainer.
ok? bluhm Index: net/p5-Net-DNS/Makefile =================================================================== RCS file: /data/mirror/openbsd/cvs/ports/net/p5-Net-DNS/Makefile,v retrieving revision 1.43 diff -u -p -u -p -r1.43 Makefile --- net/p5-Net-DNS/Makefile 11 Mar 2013 11:35:52 -0000 1.43 +++ net/p5-Net-DNS/Makefile 24 Apr 2014 23:17:33 -0000 @@ -5,17 +5,19 @@ SHARED_ONLY= Yes COMMENT= module to interface the DNS resolver MODULES= cpan -DISTNAME= Net-DNS-0.71 +DISTNAME= Net-DNS-0.74 CATEGORIES= net HOMEPAGE= http://www.net-dns.org/ +MAINTAINER = Alexander Bluhm <[email protected]> + # Perl PERMIT_PACKAGE_CDROM= Yes BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= security/p5-Digest-HMAC>=1.00 -TEST_DEPENDS= security/p5-Digest-BubbleBabble \ +RUN_DEPENDS= security/p5-Digest-HMAC>=1.01 +TEST_DEPENDS= security/p5-Digest-BubbleBabble \ devel/p5-Test-Pod CONFIGURE_ARGS= --online-tests Index: net/p5-Net-DNS/distinfo =================================================================== RCS file: /data/mirror/openbsd/cvs/ports/net/p5-Net-DNS/distinfo,v retrieving revision 1.26 diff -u -p -u -p -r1.26 distinfo --- net/p5-Net-DNS/distinfo 18 Dec 2012 16:25:25 -0000 1.26 +++ net/p5-Net-DNS/distinfo 24 Apr 2014 11:16:14 -0000 @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-0.71.tar.gz) = afRifrDoTtCcs/WbU2ALJ5JPxM3Ji982hpCUdp3+lFM= -SIZE (Net-DNS-0.71.tar.gz) = 194254 +SHA256 (Net-DNS-0.74.tar.gz) = 72SvUC6U8tDgpnKrlR2Eb9FAZUTspZaoaUO8jy2hnDI= +SIZE (Net-DNS-0.74.tar.gz) = 200829 Index: net/p5-Net-DNS/pkg/PLIST =================================================================== RCS file: /data/mirror/openbsd/cvs/ports/net/p5-Net-DNS/pkg/PLIST,v retrieving revision 1.20 diff -u -p -u -p -r1.20 PLIST --- net/p5-Net-DNS/pkg/PLIST 18 Dec 2012 16:25:25 -0000 1.20 +++ net/p5-Net-DNS/pkg/PLIST 24 Apr 2014 23:08:27 -0000 @@ -1,4 +1,5 @@ @comment $OpenBSD: PLIST,v 1.20 2012/12/18 16:25:25 sthen Exp $ +${P5ARCH}/ ${P5ARCH}/Net/ ${P5ARCH}/Net/DNS/ ${P5ARCH}/Net/DNS.pm @@ -17,11 +18,15 @@ ${P5ARCH}/Net/DNS/RR/A.pm ${P5ARCH}/Net/DNS/RR/AAAA.pm ${P5ARCH}/Net/DNS/RR/AFSDB.pm ${P5ARCH}/Net/DNS/RR/APL.pm +${P5ARCH}/Net/DNS/RR/CAA.pm ${P5ARCH}/Net/DNS/RR/CERT.pm ${P5ARCH}/Net/DNS/RR/CNAME.pm ${P5ARCH}/Net/DNS/RR/DHCID.pm ${P5ARCH}/Net/DNS/RR/DNAME.pm ${P5ARCH}/Net/DNS/RR/EID.pm +${P5ARCH}/Net/DNS/RR/EUI48.pm +${P5ARCH}/Net/DNS/RR/EUI64.pm +${P5ARCH}/Net/DNS/RR/GPOS.pm ${P5ARCH}/Net/DNS/RR/HINFO.pm ${P5ARCH}/Net/DNS/RR/HIP.pm ${P5ARCH}/Net/DNS/RR/IPSECKEY.pm @@ -67,6 +72,7 @@ ${P5ARCH}/Net/DNS/Resolver/os2.pm ${P5ARCH}/Net/DNS/Text.pm ${P5ARCH}/Net/DNS/Update.pm ${P5ARCH}/Net/DNS/ZoneFile.pm +${P5ARCH}/auto/ ${P5ARCH}/auto/Net/ ${P5ARCH}/auto/Net/DNS/ ${P5ARCH}/auto/Net/DNS/DNS.bs @@ -86,11 +92,15 @@ ${P5ARCH}/auto/Net/DNS/DNS.so @man man/man3p/Net::DNS::RR::AAAA.3p @man man/man3p/Net::DNS::RR::AFSDB.3p @man man/man3p/Net::DNS::RR::APL.3p +@man man/man3p/Net::DNS::RR::CAA.3p @man man/man3p/Net::DNS::RR::CERT.3p @man man/man3p/Net::DNS::RR::CNAME.3p @man man/man3p/Net::DNS::RR::DHCID.3p @man man/man3p/Net::DNS::RR::DNAME.3p @man man/man3p/Net::DNS::RR::EID.3p +@man man/man3p/Net::DNS::RR::EUI48.3p +@man man/man3p/Net::DNS::RR::EUI64.3p +@man man/man3p/Net::DNS::RR::GPOS.3p @man man/man3p/Net::DNS::RR::HINFO.3p @man man/man3p/Net::DNS::RR::HIP.3p @man man/man3p/Net::DNS::RR::IPSECKEY.3p
