On Fri, Jan 4, 2019 at 7:26 PM Charlene Wendling <juliana...@posteo.jp> wrote:
> Hi Abel (and ports again), > > Here is an update for Server::Starter that will fix the build with our > future Perl 5.28. > > What's new upstream [1]: > > - run start_server even if no port (or path) is specified > - allow use of `--enable-auto-restart` without an argument > - Fix Build.PL with newer Perl versions > > Port-wise it's a simple version bump. > > Testing: > > - 'make test' passes > - There are 69 consumers, and i've found no new failures due to this > update [2]. > > Charlène. > > [1] https://metacpan.org/changes/release/KAZUHO/Server-Starter-0.34 > [2] https://transfer.sh/q502h/p5-Server-Starter.tgz > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/p5-Server-Starter/Makefile,v > retrieving revision 1.5 > diff -u -p -u -p -r1.5 Makefile > --- Makefile 20 Mar 2016 19:56:57 -0000 1.5 > +++ Makefile 4 Jan 2019 23:20:51 -0000 > @@ -4,7 +4,7 @@ COMMENT = superdaemon for hot-deploying > > MODULES = cpan > PKG_ARCH = * > -DISTNAME = Server-Starter-0.32 > +DISTNAME = Server-Starter-0.34 > CATEGORIES = net > MAINTAINER = Abel Abraham Camarillo Ojeda <acam...@verlet.org> > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/p5-Server-Starter/distinfo,v > retrieving revision 1.3 > diff -u -p -u -p -r1.3 distinfo > --- distinfo 5 Nov 2015 12:40:56 -0000 1.3 > +++ distinfo 4 Jan 2019 23:20:51 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Server-Starter-0.32.tar.gz) = > qOzBnwXzw7B54cfywAem3yuaKRK5hIqPtRvXjHsTrBo= > -SIZE (Server-Starter-0.32.tar.gz) = 23105 > +SHA256 (Server-Starter-0.34.tar.gz) = > lqINSh80FlW9GybfV5XVfF10mNm8+MqdDW4u10Ngj3g= > +SIZE (Server-Starter-0.34.tar.gz) = 23789 > diffs looks ok to me, but I'm unable to test it right now