On Mon, 13 May 2019 16:20:52 +0200 Charlene Wendling <[email protected]> wrote:
> > Here is an update for Net::DNS::Resolver::Programmable. > > What's new upstream (partial, see [0]): > > - new maintainership, distribution tooling changed and versioning > has no more stupid 'v' in it > - various bug fixes, improved testing, but most importantly no > backward incompatible changes > > What's new in the port: > > - small cleanups, drop modbuild > - the PLIST change is due to the fact that p5-Net-DNS pulls these > directories > > Testing: > > - 'make test' passes > - there are no consumers *sigh* i typoed while refactoring my show-reverse-deps wrapper. - There are 1 direct consumer (mail/p5-Mail-SPF) and found less failures due to that update [1] > Comments and feedback are welcome :) > > Charlène. > > > [0] > https://metacpan.org/source/BIGPRESH/Net-DNS-Resolver-Programmable-0.009/CHANGES > [1] http://0x0.st/zAeG.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/net/p5-Net-DNS-Resolver-Programmable/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 20 Mar 2016 19:56:52 -0000 1.4 +++ Makefile 13 May 2019 14:18:05 -0000 @@ -2,18 +2,15 @@ COMMENT = programmable DNS resolver class for offline emulation of DNS -DISTNAME = Net-DNS-Resolver-Programmable-v0.003 -REVISION = 0 -PKGNAME = p5-${DISTNAME:S/-v/-/} +DISTNAME = Net-DNS-Resolver-Programmable-0.009 CATEGORIES = net -# perl +# Perl PERMIT_PACKAGE_CDROM = Yes MODULES = cpan PKG_ARCH = * -CONFIGURE_STYLE = modbuild -RUN_DEPENDS = net/p5-Net-DNS +RUN_DEPENDS = net/p5-Net-DNS>=0.69 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/net/p5-Net-DNS-Resolver-Programmable/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- distinfo 18 Jan 2015 03:14:45 -0000 1.2 +++ distinfo 13 May 2019 14:18:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = jUAiYJQfJZyDvxslZECOdSiN8Cj2BBNsKdoRqaagduw= -SIZE (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = 15974 +SHA256 (Net-DNS-Resolver-Programmable-0.009.tar.gz) = gICiq3dmKVhZEa8Reb23xNwr6/1LXv13sR0drGJFS/g= +SIZE (Net-DNS-Resolver-Programmable-0.009.tar.gz) = 15770 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/p5-Net-DNS-Resolver-Programmable/pkg/PLIST,v retrieving revision 1.2 diff -u -p -u -p -r1.2 PLIST --- pkg/PLIST 13 Apr 2015 16:22:50 -0000 1.2 +++ pkg/PLIST 13 May 2019 14:18:05 -0000 @@ -1,6 +1,3 @@ @comment $OpenBSD: PLIST,v 1.2 2015/04/13 16:22:50 sthen Exp $ -${P5SITE}/Net/ -${P5SITE}/Net/DNS/ -${P5SITE}/Net/DNS/Resolver/ ${P5SITE}/Net/DNS/Resolver/Programmable.pm @man man/man3p/Net::DNS::Resolver::Programmable.3p
