Date: Sat, 20 Oct 2012 03:13:38 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306149 - head/www/p5-Plack Message-ID: <201210200313.q9K3DcO8035183@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sat Oct 20 03:13:38 2012 New Revision: 306149 URL: http://svn.freebsd.org/changeset/ports/306149 Log: - Upgrade to 1.0006. Feature safe: yes Modified: head/www/p5-Plack/Makefile head/www/p5-Plack/distinfo head/www/p5-Plack/pkg-plist Modified: head/www/p5-Plack/Makefile ============================================================================== --- head/www/p5-Plack/Makefile Sat Oct 20 03:08:34 2012 (r306148) +++ head/www/p5-Plack/Makefile Sat Oct 20 03:13:38 2012 (r306149) @@ -6,7 +6,7 @@ # PORTNAME= Plack -PORTVERSION= 1.0003 +PORTVERSION= 1.0006 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -41,6 +41,7 @@ TEST_DEPENDS= \ p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ p5-Module-Refresh>0:${PORTSDIR}/devel/p5-Module-Refresh \ + p5-Stream-Buffered>=0.02:${PORTSDIR}/devel/p5-Stream-Buffered \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP @@ -110,7 +111,6 @@ MAN3= HTTP::Message::PSGI.3 \ Plack::Request::Upload.3 \ Plack::Response.3 \ Plack::Runner.3 \ - Plack::TempBuffer.3 \ Plack::Test.3 \ Plack::Test::MockHTTP.3 \ Plack::Test::Server.3 \ Modified: head/www/p5-Plack/distinfo ============================================================================== --- head/www/p5-Plack/distinfo Sat Oct 20 03:08:34 2012 (r306148) +++ head/www/p5-Plack/distinfo Sat Oct 20 03:13:38 2012 (r306149) @@ -1,2 +1,2 @@ -SHA256 (Plack-1.0003.tar.gz) = 68151b3371bd1a19f7e8e6c67a9b6e88e2a5e9eb64bd2d0af7d0cb7103b07d99 -SIZE (Plack-1.0003.tar.gz) = 236391 +SHA256 (Plack-1.0006.tar.gz) = 07ae54d837b6dd23f36cc9c8bedd43eb8c21bf6eb9a0f9b460484f40ddc2edf3 +SIZE (Plack-1.0006.tar.gz) = 238478 Modified: head/www/p5-Plack/pkg-plist ============================================================================== --- head/www/p5-Plack/pkg-plist Sat Oct 20 03:08:34 2012 (r306148) +++ head/www/p5-Plack/pkg-plist Sat Oct 20 03:13:38 2012 (r306149) @@ -64,9 +64,6 @@ bin/plackup %%SITE_PERL%%/Plack/Middleware/XSendfile.pm %%SITE_PERL%%/Plack/Runner.pm %%SITE_PERL%%/Plack/TempBuffer.pm -%%SITE_PERL%%/Plack/TempBuffer/Auto.pm -%%SITE_PERL%%/Plack/TempBuffer/File.pm -%%SITE_PERL%%/Plack/TempBuffer/PerlIO.pm %%SITE_PERL%%/Plack/Test.pm %%SITE_PERL%%/Plack/Test/MockHTTP.pm %%SITE_PERL%%/Plack/Test/Server.pm @@ -79,7 +76,6 @@ bin/plackup @dirrm %%SITE_PERL%%/auto/share/dist/Plack @dirrm %%SITE_PERL%%/Plack/Util @dirrm %%SITE_PERL%%/Plack/Test -@dirrm %%SITE_PERL%%/Plack/TempBuffer @dirrm %%SITE_PERL%%/Plack/Request @dirrm %%SITE_PERL%%/Plack/Middleware/Auth @dirrm %%SITE_PERL%%/Plack/Middleware/AccessLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210200313.q9K3DcO8035183>