Hi ports@!

Update to 0.4011.

Discussed and tested w/ MAINTAINER and afresh1@.
Tests pass on amd64 (and required-by).

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Starman/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    19 Nov 2014 22:04:01 -0000      1.3
+++ Makefile    8 Jan 2015 18:38:36 -0000
@@ -3,7 +3,7 @@
 COMMENT =              high-performance preforking PSGI/Plack web server

 MODULES =              cpan
-DISTNAME =             Starman-0.2007
+DISTNAME =             Starman-0.4011
 CATEGORIES =           www
 MAINTAINER =           Abel Abraham Camarillo Ojeda <acam...@verlet.org>

@@ -12,16 +12,34 @@

 CPAN_AUTHOR =          MIYAGAWA

-BUILD_DEPENDS =                ${RUN_DEPENDS}
+BUILD_DEPENDS =                www/p5-libwww \
+                       devel/p5-Module-Build-Tiny>=0.039 \
+                       devel/p5-Test-Requires
+
 RUN_DEPENDS =          devel/p5-Data-Dump \
-                       devel/p5-Net-Server>=0.91 \
+                       devel/p5-Net-Server>=2.007 \
                        net/p5-Server-Starter \
-                       net/p5-Net-Server-SS-PreFork \
-                       www/p5-Plack>=0.9931 \
+                       www/p5-Plack>=0.9971 \
+                       www/p5-HTTP-Date \
                        www/p5-HTTP-Parser-XS \
-                       www/p5-libwww

-# XXX strange failure to find Test::More
-CONFIGURE_ARGS = --skipdeps
+TEST_DEPENDS =         www/p5-HTTP-Message \
+                      devel/p5-Net-Server>=2.007 \
+                      www/p5-Plack>=0.9971 \
+                      devel/p5-Test-Requires \
+                      net/p5-Test-TCP \
+                      www/p5-libwww
+
+CONFIGURE_STYLE =      modbuild
+
+# Module::Build::Tiny like "--" prefix for CLI options
+do-install:
+       @cd ${WRKSRC} && perl \
+           ${MODPERL_BUILD} ${FAKE_TARGET} \
+               --destdir "${PREFIX}" \
+               --install_path lib="libdata/perl5/site_perl" \
+               --install_path=libdoc="man/man3p" \
+               --install_path=bindoc="man/man1" \
+               --install_path script="bin"

 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-Starman/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    7 Jan 2011 13:45:39 -0000       1.1.1.1
+++ distinfo    8 Jan 2015 18:38:36 -0000
@@ -1,5 +1,2 @@
-MD5 (Starman-0.2007.tar.gz) = iwRw46KYRjfraWprRYqRPg==
-RMD160 (Starman-0.2007.tar.gz) = ivLx5a1IQuZVJ99NM+bbmaM48ew=
-SHA1 (Starman-0.2007.tar.gz) = nkbg8vRiMAt0THuRNZoaR1rSKOM=
-SHA256 (Starman-0.2007.tar.gz) = Lq3/yEmFSIBZduPh8gfCcQWPAFk/qtZY0ZWurjDgjPE=
-SIZE (Starman-0.2007.tar.gz) = 37287
+SHA256 (Starman-0.4011.tar.gz) = pyzfmWpkogT8BqqJqRDXPrzDlo9v6JzaI0+HbSL8Z4w=
+SIZE (Starman-0.4011.tar.gz) = 29311
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/p5-Starman/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   7 Jan 2011 13:45:39 -0000       1.1.1.1
+++ pkg/PLIST   8 Jan 2015 18:38:36 -0000
@@ -9,5 +9,7 @@
 ${P5SITE}/Starman.pm
 ${P5SITE}/Starman/Server.pm
 @man man/man1/starman.1
+@man man/man3p/HTTP::Server::PSGI::Net::Server::PreFork.3p
 @man man/man3p/Plack::Handler::Starman.3p
 @man man/man3p/Starman.3p
+@man man/man3p/Starman::Server.3p

--
C.

Reply via email to