Hi ports! Can someone look at this please?
Charlène. On Thu, 1 Nov 2018 12:18:12 +0100 Charlene Wendling wrote: > Hi ports! > > Here is an update for POE::Component::Client::Keepalive. > > The changelog is once again truncated [1]. > > What's new in the port: > > - It's a simple version bump with new dependencies. > > Testing: > > - 'make test' runs fine. > > Comments and feedback are welcome, > > Charlène. > > > [1] > https://metacpan.org/changes/distribution/POE-Component-Client-Keepalive Index: Makefile =================================================================== RCS file: /cvs/ports/net/p5-POE-Component-Client-Keepalive/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile --- Makefile 8 Dec 2017 12:31:48 -0000 1.12 +++ Makefile 22 Jan 2019 08:47:24 -0000 @@ -4,8 +4,7 @@ COMMENT= manage connections, with keep-a MODULES= cpan PKG_ARCH= * -DISTNAME= POE-Component-Client-Keepalive-0.25 -REVISION= 1 +DISTNAME= POE-Component-Client-Keepalive-0.272 EPOCH= 0 CATEGORIES= net FIX_EXTRACT_PERMISSIONS=Yes @@ -14,6 +13,10 @@ FIX_EXTRACT_PERMISSIONS=Yes PERMIT_PACKAGE_CDROM= Yes RUN_DEPENDS= devel/p5-POE \ - net/p5-POE-Component-Client-DNS + net/p5-Net-IP-Minimal \ + net/p5-POE-Component-Resolver + +# It would require Pod::Coverage::TrustPod that we don't ship +TEST_ENV= RELEASE_TESTING=0 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/net/p5-POE-Component-Client-Keepalive/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 18 Jan 2015 03:14:48 -0000 1.4 +++ distinfo 22 Jan 2019 08:47:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-Keepalive-0.25.tar.gz) = L5gqb+Huqr8CRArQdDdyxQiP9B+KJnK9b94Fhn9SUww= -SIZE (POE-Component-Client-Keepalive-0.25.tar.gz) = 23794 +SHA256 (POE-Component-Client-Keepalive-0.272.tar.gz) = jAgZEA+Fn7/goTRUdz7jtvR81+haMXrWLsNVB8s8Nss= +SIZE (POE-Component-Client-Keepalive-0.272.tar.gz) = 41860 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/p5-POE-Component-Client-Keepalive/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 PLIST --- pkg/PLIST 22 Jul 2007 16:10:18 -0000 1.1.1.1 +++ pkg/PLIST 22 Jan 2019 08:47:24 -0000 @@ -2,5 +2,5 @@ ${P5SITE}/POE/Component/Client/Keepalive.pm ${P5SITE}/POE/Component/Connection/ ${P5SITE}/POE/Component/Connection/Keepalive.pm -@man man/man3p/POE::Component::Client::Client-Keepalive.3p -@man man/man3p/POE::Component::Client::Conn-Keepalive.3p +@man man/man3p/POE::Component::Client::Keepalive.3p +@man man/man3p/POE::Component::Connection::Keepalive.3p