svn commit: r319084 - head/www/p5-Starman

Jun Kuriyama kuriyama at FreeBSD.org
Sun May 26 01:02:23 UTC 2013


Author: kuriyama
Date: Sun May 26 01:02:22 2013
New Revision: 319084
URL: http://svnweb.freebsd.org/changeset/ports/319084

Log:
  - Upgrade to 0.3011.

Modified:
  head/www/p5-Starman/Makefile
  head/www/p5-Starman/distinfo
  head/www/p5-Starman/pkg-plist

Modified: head/www/p5-Starman/Makefile
==============================================================================
--- head/www/p5-Starman/Makefile	Sun May 26 00:58:25 2013	(r319083)
+++ head/www/p5-Starman/Makefile	Sun May 26 01:02:22 2013	(r319084)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Starman
-PORTVERSION=	0.3006
+PORTVERSION=	0.3011
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
@@ -16,16 +16,19 @@ RUN_DEPENDS=	\
 	p5-libwww>0:${PORTSDIR}/www/p5-libwww \
 	p5-Net-Server>=0.91:${PORTSDIR}/net/p5-Net-Server \
 	p5-Plack>=0.9971:${PORTSDIR}/www/p5-Plack
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+BUILD_DEPENDS:=	${RUN_DEPENDS} \
+	p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny
 TEST_DEPENDS=	\
 	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
 	p5-Test-TCP>=1.11:${PORTSDIR}/devel/p5-Test-TCP
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 USE_RC_SUBR=	starman
 
 MAN1=	starman.1
-MAN3=	Plack::Handler::Starman.3 \
-	Starman.3
+MAN3=	HTTP::Server::PSGI::Net::Server::PreFork.3 \
+	Plack::Handler::Starman.3 \
+	Starman.3 \
+	Starman::Server.3
 
 .include <bsd.port.mk>

Modified: head/www/p5-Starman/distinfo
==============================================================================
--- head/www/p5-Starman/distinfo	Sun May 26 00:58:25 2013	(r319083)
+++ head/www/p5-Starman/distinfo	Sun May 26 01:02:22 2013	(r319084)
@@ -1,2 +1,2 @@
-SHA256 (Starman-0.3006.tar.gz) = be470e4ab90b237c773310d2c86e1f556a618dac9744fdefaa65835370ce9c36
-SIZE (Starman-0.3006.tar.gz) = 34806
+SHA256 (Starman-0.3011.tar.gz) = f700e1e9fa8a56609db1b75878ccfbbccfda32454c32e3c33912a1776f583cf2
+SIZE (Starman-0.3011.tar.gz) = 24744

Modified: head/www/p5-Starman/pkg-plist
==============================================================================
--- head/www/p5-Starman/pkg-plist	Sun May 26 00:58:25 2013	(r319083)
+++ head/www/p5-Starman/pkg-plist	Sun May 26 01:02:22 2013	(r319084)
@@ -4,10 +4,10 @@ bin/starman
 %%SITE_PERL%%/Plack/Handler/Starman.pm
 %%SITE_PERL%%/Starman.pm
 %%SITE_PERL%%/Starman/Server.pm
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starman
 @dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net/Server
 @dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net
 @dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI
 @dirrmtry %%SITE_PERL%%/Plack/Handler
 @dirrmtry %%SITE_PERL%%/Plack
 @dirrm %%SITE_PERL%%/Starman
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starman


More information about the svn-ports-head mailing list