On 08/20, Cesare Gargano wrote: > Hi, > > update www/p5-Dancer2 to version 0.161000. Noteworthy changes (aside bug fixes > and enhancements) are about dependencies: removed mail/p5-MIME-Types and added > www/p5-HTTP-Headers-Fast (attached). > > OK? > > - > C. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 Makefile > --- Makefile 18 Jan 2015 13:48:47 -0000 1.1.1.1 > +++ Makefile 20 Aug 2015 14:52:03 -0000 > @@ -3,7 +3,7 @@ > COMMENT = lightweight yet powerful web application framework > > MODULES = cpan > -DISTNAME = Dancer2-0.158000 > +DISTNAME = Dancer2-0.161000 > CATEGORIES = www > > MAINTAINER = Cesare Gargano <g...@plusiagamma.org> > @@ -19,10 +19,9 @@ > devel/p5-Config-Any \ > www/p5-HTTP-Body \ > www/p5-HTTP-Date \ > - www/p5-HTTP-Message \ > + www/p5-HTTP-Headers-Fast \ > devel/p5-Hash-Merge-Simple \ > converters/p5-JSON \ > - mail/p5-MIME-Types \ > devel/p5-Moo>=1.003000 \ > devel/p5-MooX-Types-MooseLike \ > www/p5-Plack>=1.0029 \ > Index: distinfo > =================================================================== > RCS file: /cvs/ports/www/p5-Dancer2/distinfo,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 distinfo > --- distinfo 18 Jan 2015 13:48:47 -0000 1.1.1.1 > +++ distinfo 20 Aug 2015 14:52:03 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Dancer2-0.158000.tar.gz) = > gOBt0DPZ9VRAM9uw/0UHVy5e483at87QuJvLP7l0pHU= > -SIZE (Dancer2-0.158000.tar.gz) = 291353 > +SHA256 (Dancer2-0.161000.tar.gz) = > GsLxFgRoSiOQ2/e+QVBOLkUI5JvbcwsBK9bXvg0Ezvg= > +SIZE (Dancer2-0.161000.tar.gz) = 314343 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/www/p5-Dancer2/pkg/PLIST,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 PLIST > --- pkg/PLIST 18 Jan 2015 13:48:47 -0000 1.1.1.1 > +++ pkg/PLIST 20 Aug 2015 14:52:03 -0000 > @@ -23,7 +23,9 @@ > ${P5SITE}/Dancer2/Core/Request/ > ${P5SITE}/Dancer2/Core/Request.pm > ${P5SITE}/Dancer2/Core/Request/Upload.pm > +${P5SITE}/Dancer2/Core/Response/ > ${P5SITE}/Dancer2/Core/Response.pm > +${P5SITE}/Dancer2/Core/Response/Delayed.pm > ${P5SITE}/Dancer2/Core/Role/ > ${P5SITE}/Dancer2/Core/Role/ConfigReader.pm > ${P5SITE}/Dancer2/Core/Role/DSL.pm > @@ -33,6 +35,7 @@ > ${P5SITE}/Dancer2/Core/Role/Headers.pm > ${P5SITE}/Dancer2/Core/Role/Hookable.pm > ${P5SITE}/Dancer2/Core/Role/Logger.pm > +${P5SITE}/Dancer2/Core/Role/Response.pm > ${P5SITE}/Dancer2/Core/Role/Serializer.pm > ${P5SITE}/Dancer2/Core/Role/SessionFactory/ > ${P5SITE}/Dancer2/Core/Role/SessionFactory.pm > @@ -59,6 +62,7 @@ > ${P5SITE}/Dancer2/Logger/Null.pm > ${P5SITE}/Dancer2/Manual/ > ${P5SITE}/Dancer2/Manual.pod > +${P5SITE}/Dancer2/Manual/Deployment.pod > ${P5SITE}/Dancer2/Manual/Migration.pod > ${P5SITE}/Dancer2/Manual/Testing.pod > ${P5SITE}/Dancer2/Plugin.pm > @@ -134,6 +138,7 @@ > @man man/man3p/Dancer2::Core::Request.3p > @man man/man3p/Dancer2::Core::Request::Upload.3p > @man man/man3p/Dancer2::Core::Response.3p > +@man man/man3p/Dancer2::Core::Response::Delayed.3p > @man man/man3p/Dancer2::Core::Role::ConfigReader.3p > @man man/man3p/Dancer2::Core::Role::DSL.3p > @man man/man3p/Dancer2::Core::Role::Engine.3p > @@ -142,6 +147,7 @@ > @man man/man3p/Dancer2::Core::Role::Headers.3p > @man man/man3p/Dancer2::Core::Role::Hookable.3p > @man man/man3p/Dancer2::Core::Role::Logger.3p > +@man man/man3p/Dancer2::Core::Role::Response.3p > @man man/man3p/Dancer2::Core::Role::Serializer.3p > @man man/man3p/Dancer2::Core::Role::SessionFactory.3p > @man man/man3p/Dancer2::Core::Role::SessionFactory::File.3p > @@ -163,6 +169,7 @@ > @man man/man3p/Dancer2::Logger::Note.3p > @man man/man3p/Dancer2::Logger::Null.3p > @man man/man3p/Dancer2::Manual.3p > +@man man/man3p/Dancer2::Manual::Deployment.3p > @man man/man3p/Dancer2::Manual::Migration.3p > @man man/man3p/Dancer2::Manual::Testing.3p > @man man/man3p/Dancer2::Plugin.3p
Ping.