hi ports updates net/p5-Server-Starter from 0.09 to 0.32, this requires my update of net/p5-Test-TCP.
a long time has passed since the last update, and now this module appears to don't require any dep to build or run, and $ grep -Rw use `make show=WRKBUILD`/lib somewhat confirms it - just uses core modules make test ok on amd64. ideas, comments, ok? thanks Index: Makefile =================================================================== RCS file: /cvs/ports/net/p5-Server-Starter/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 11 Mar 2013 11:35:54 -0000 1.3 +++ Makefile 4 Nov 2015 08:03:35 -0000 @@ -3,18 +3,17 @@ COMMENT = superdaemon for hot-deploying server programs MODULES = cpan -DISTNAME = Server-Starter-0.09 -REVISION = 0 +DISTNAME = Server-Starter-0.32 CATEGORIES = net MAINTAINER = Abel Abraham Camarillo Ojeda <[email protected]> -BUILD_DEPENDS = ${RUN_DEPENDS} -RUN_DEPENDS = devel/p5-List-MoreUtils \ - devel/p5-Scope-Guard \ - net/p5-Test-TCP>=0.11 \ - sysutils/p5-Proc-Wait3 +TEST_DEPENDS = net/p5-Test-TCP>=2.08 \ + devel/p5-Test-Requires \ + devel/p5-Test-SharedFork # Perl PERMIT_PACKAGE_CDROM = Yes + +CONFIGURE_STYLE += modbuild .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/net/p5-Server-Starter/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 18 Jan 2015 03:14:49 -0000 1.2 +++ distinfo 4 Nov 2015 08:03:35 -0000 @@ -1,2 +1,2 @@ -SHA256 (Server-Starter-0.09.tar.gz) = A/1mIyCXrg66HYXt8MhwOvjp4A+oIUvt79Kl20BIvCc= -SIZE (Server-Starter-0.09.tar.gz) = 31525 +SHA256 (Server-Starter-0.32.tar.gz) = qOzBnwXzw7B54cfywAem3yuaKRK5hIqPtRvXjHsTrBo= +SIZE (Server-Starter-0.32.tar.gz) = 23105 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/p5-Server-Starter/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 5 Jan 2011 14:12:42 -0000 1.1.1.1 +++ pkg/PLIST 4 Nov 2015 08:03:35 -0000 @@ -1,6 +1,8 @@ @comment $OpenBSD: PLIST,v 1.1.1.1 2011/01/05 14:12:42 jasper Exp $ bin/start_server ${P5SITE}/Server/ +${P5SITE}/Server/Starter/ ${P5SITE}/Server/Starter.pm +${P5SITE}/Server/Starter/Guard.pm @man man/man1/start_server.1 @man man/man3p/Server::Starter.3p
