On 08/27, Cesare Gargano wrote:
> 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.
> 

Hi ports@,

here's a more recent version of the previous diff, to update www/p5-Dancer2
to version 0.162000, released on 2015-09-06.

New dependency, www/p5-HTTP-Headers-Fast, attached in previous email.

Comments? OK?

-
C.

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    18 Jan 2015 13:48:47 -0000      1.1.1.1
+++ Makefile    11 Sep 2015 16:11:03 -0000
@@ -3,7 +3,7 @@
 COMMENT =              lightweight yet powerful web application framework
 
 MODULES =              cpan
-DISTNAME =             Dancer2-0.158000
+DISTNAME =             Dancer2-0.162000
 CATEGORIES =           www
 
 MAINTAINER =           Cesare Gargano <g...@plusiagamma.org>
@@ -19,10 +19,9 @@ RUN_DEPENDS =                devel/p5-App-Cmd \
                        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 -p -r1.1.1.1 distinfo
--- distinfo    18 Jan 2015 13:48:47 -0000      1.1.1.1
+++ distinfo    11 Sep 2015 16:11:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-0.158000.tar.gz) = gOBt0DPZ9VRAM9uw/0UHVy5e483at87QuJvLP7l0pHU=
-SIZE (Dancer2-0.158000.tar.gz) = 291353
+SHA256 (Dancer2-0.162000.tar.gz) = Qo0CJr4FD8jocoKgVcUw+GR1lxJEeAe+BHOmnodyZPM=
+SIZE (Dancer2-0.162000.tar.gz) = 314809
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/p5-Dancer2/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   18 Jan 2015 13:48:47 -0000      1.1.1.1
+++ pkg/PLIST   11 Sep 2015 16:11:03 -0000
@@ -23,14 +23,15 @@ ${P5SITE}/Dancer2/Core/MIME.pm
 ${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
 ${P5SITE}/Dancer2/Core/Role/Engine.pm
 ${P5SITE}/Dancer2/Core/Role/Handler.pm
 ${P5SITE}/Dancer2/Core/Role/HasLocation.pm
-${P5SITE}/Dancer2/Core/Role/Headers.pm
 ${P5SITE}/Dancer2/Core/Role/Hookable.pm
 ${P5SITE}/Dancer2/Core/Role/Logger.pm
 ${P5SITE}/Dancer2/Core/Role/Serializer.pm
@@ -59,6 +60,7 @@ ${P5SITE}/Dancer2/Logger/Note.pm
 ${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,12 +136,12 @@ ${P5SITE}/auto/share/dist/Dancer2/skel/v
 @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
 @man man/man3p/Dancer2::Core::Role::Handler.3p
 @man man/man3p/Dancer2::Core::Role::HasLocation.3p
-@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::Serializer.3p
@@ -163,6 +165,7 @@ ${P5SITE}/auto/share/dist/Dancer2/skel/v
 @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

Reply via email to