svn commit: r372944 - head/www/p5-Starman
Jun Kuriyama
kuriyama at FreeBSD.org
Thu Nov 20 14:59:11 UTC 2014
Author: kuriyama
Date: Thu Nov 20 14:59:09 2014
New Revision: 372944
URL: https://svnweb.freebsd.org/changeset/ports/372944
QAT: https://qat.redports.org/buildarchive/r372944/
Log:
- Upgrade to 0.4011.
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 Thu Nov 20 14:55:27 2014 (r372943)
+++ head/www/p5-Starman/Makefile Thu Nov 20 14:59:09 2014 (r372944)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Starman
-PORTVERSION= 0.4008
+PORTVERSION= 0.4011
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension for high-performance preforking PSGI web server
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= \
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
p5-HTTP-Parser-XS>0:${PORTSDIR}/www/p5-HTTP-Parser-XS \
@@ -25,5 +28,10 @@ TEST_DEPENDS= \
USES= perl5
USE_PERL5= modbuildtiny
USE_RC_SUBR= starman
+NO_ARCH= YES
+
+# Workaround until Module::Build::Tiny 0.039.
+post-patch:
+ ${REINPLACE_CMD} -e 's|0.039|0.038|' ${WRKSRC}/Build.PL
.include <bsd.port.mk>
Modified: head/www/p5-Starman/distinfo
==============================================================================
--- head/www/p5-Starman/distinfo Thu Nov 20 14:55:27 2014 (r372943)
+++ head/www/p5-Starman/distinfo Thu Nov 20 14:59:09 2014 (r372944)
@@ -1,2 +1,2 @@
-SHA256 (Starman-0.4008.tar.gz) = 08b103dac940e9ecb0b028fb162baebacb3239b70a3b464f3322563bae1fcc19
-SIZE (Starman-0.4008.tar.gz) = 28281
+SHA256 (Starman-0.4011.tar.gz) = a72cdf996a64a204fc06aa89a910d73ebcc3968f6fe89cda234f876d22fc678c
+SIZE (Starman-0.4011.tar.gz) = 29311
Modified: head/www/p5-Starman/pkg-plist
==============================================================================
--- head/www/p5-Starman/pkg-plist Thu Nov 20 14:55:27 2014 (r372943)
+++ head/www/p5-Starman/pkg-plist Thu Nov 20 14:59:09 2014 (r372944)
@@ -9,10 +9,3 @@ bin/starman
%%SITE_PERL%%/Plack/Handler/Starman.pm
%%SITE_PERL%%/Starman.pm
%%SITE_PERL%%/Starman/Server.pm
- at dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net/Server
- at dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net
- at dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI
- at dirrmtry %%SITE_PERL%%/Plack/Handler
- at dirrmtry %%SITE_PERL%%/Plack
- at dirrm %%SITE_PERL%%/Starman
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starman
More information about the svn-ports-all
mailing list