svn commit: r372946 - head/www/p5-Plack-Handler-AnyEvent-SCGI
Jun Kuriyama
kuriyama at FreeBSD.org
Thu Nov 20 15:04:25 UTC 2014
Author: kuriyama
Date: Thu Nov 20 15:04:23 2014
New Revision: 372946
URL: https://svnweb.freebsd.org/changeset/ports/372946
QAT: https://qat.redports.org/buildarchive/r372946/
Log:
- Upgrade to 0.03.
Modified:
head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile
head/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo
head/www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist
Modified: head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile
==============================================================================
--- head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile Thu Nov 20 15:01:20 2014 (r372945)
+++ head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile Thu Nov 20 15:04:23 2014 (r372946)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Plack-Handler-AnyEvent-SCGI
-PORTVERSION= 0.02
+PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension for PSGI handler on AnyEvent::SCGI
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= \
p5-AnyEvent-SCGI>0:${PORTSDIR}/www/p5-AnyEvent-SCGI \
p5-Plack>=0.9901:${PORTSDIR}/www/p5-Plack
@@ -16,6 +19,11 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuildtiny
+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-Plack-Handler-AnyEvent-SCGI/distinfo
==============================================================================
--- head/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo Thu Nov 20 15:01:20 2014 (r372945)
+++ head/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo Thu Nov 20 15:04:23 2014 (r372946)
@@ -1,2 +1,2 @@
-SHA256 (Plack-Handler-AnyEvent-SCGI-0.02.tar.gz) = 20d091fee4501e319e9037847afab96c9e7be3896e85e8718ecfadb923d3a487
-SIZE (Plack-Handler-AnyEvent-SCGI-0.02.tar.gz) = 21545
+SHA256 (Plack-Handler-AnyEvent-SCGI-0.03.tar.gz) = e4eab12bcbcb30b0019578b093ff7f5dc062c9621c3a094bb35d3e810b1dae13
+SIZE (Plack-Handler-AnyEvent-SCGI-0.03.tar.gz) = 11105
Modified: head/www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist
==============================================================================
--- head/www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist Thu Nov 20 15:01:20 2014 (r372945)
+++ head/www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist Thu Nov 20 15:04:23 2014 (r372946)
@@ -1,7 +1,3 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/AnyEvent/SCGI/.packlist
%%SITE_PERL%%/Plack/Handler/AnyEvent/SCGI.pm
%%PERL5_MAN3%%/Plack::Handler::AnyEvent::SCGI.3.gz
- at dirrmtry %%SITE_PERL%%/Plack/Handler/AnyEvent
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/AnyEvent/SCGI
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/AnyEvent
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler
More information about the svn-ports-all
mailing list