diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2014-11-20 23:04:23 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2014-11-20 23:04:23 +0800 |
commit | ddcb9eb0c5425f8618581fea352e5aaf1f4bad24 (patch) | |
tree | 010205a5683f622ce248da1175028bd1fc00698f /www | |
parent | 21d5aa877967f5a8c45f5226a17d09d963ec7cf7 (diff) | |
download | freebsd-ports-gnome-ddcb9eb0c5425f8618581fea352e5aaf1f4bad24.tar.gz freebsd-ports-gnome-ddcb9eb0c5425f8618581fea352e5aaf1f4bad24.tar.zst freebsd-ports-gnome-ddcb9eb0c5425f8618581fea352e5aaf1f4bad24.zip |
- Upgrade to 0.03.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-SCGI/Makefile | 12 | ||||
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-SCGI/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile b/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile index 90eadce5b884..3419179804c2 100644 --- a/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile +++ b/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile @@ -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@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> diff --git a/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo b/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo index 32808534dd9c..5f35ac7a543f 100644 --- a/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo +++ b/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo @@ -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 diff --git a/www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist b/www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist index 1888e3b424db..505bad13854a 100644 --- a/www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist +++ b/www/p5-Plack-Handler-AnyEvent-SCGI/pkg-plist @@ -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 -@dirrmtry %%SITE_PERL%%/Plack/Handler/AnyEvent -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/AnyEvent/SCGI -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/AnyEvent -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler |