Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 00:57:19 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379860 - head/www/p5-Dancer2
Message-ID:  <201502250057.t1P0vJ4E047396@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Feb 25 00:57:18 2015
New Revision: 379860
URL: https://svnweb.freebsd.org/changeset/ports/379860
QAT: https://qat.redports.org/buildarchive/r379860/

Log:
  Update to 0.159000.
  
  Changes: https://metacpan.org/changes/distribution/Dancer2
  
  Dancer2 now preferentially uses Plack::MIME instead of MIME::Types so remove
  that as a dependency.
  
  Also, reset maintainership to perl@ per maintainer's request. Thanks to wen
  for his time spent maintaining this port.
  
  PR:		197993
  Approved by:	wen (maintainer)

Modified:
  head/www/p5-Dancer2/Makefile
  head/www/p5-Dancer2/distinfo
  head/www/p5-Dancer2/pkg-plist

Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile	Wed Feb 25 00:55:56 2015	(r379859)
+++ head/www/p5-Dancer2/Makefile	Wed Feb 25 00:57:18 2015	(r379860)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2
-PORTVERSION=	0.158000
+PORTVERSION=	0.159000
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	wen@FreeBSD.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Lightweight yet powerful web application framework
 
 LICENSE=	ART10 GPLv1
@@ -28,7 +28,6 @@ RUN_DEPENDS=	p5-App-Cmd>=0:${PORTSDIR}/d
 	p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
 	p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI \
 	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
-	p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
 	p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \
 	p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \
 	p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \

Modified: head/www/p5-Dancer2/distinfo
==============================================================================
--- head/www/p5-Dancer2/distinfo	Wed Feb 25 00:55:56 2015	(r379859)
+++ head/www/p5-Dancer2/distinfo	Wed Feb 25 00:57:18 2015	(r379860)
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-0.158000.tar.gz) = 80e06dd033d9f5544033dbb0ff4507572e5ee3cddab7ced0b89bcb3fb974a475
-SIZE (Dancer2-0.158000.tar.gz) = 291353
+SHA256 (Dancer2-0.159000.tar.gz) = 6970fb398f5d97d301c9a54fd6e92782043970fddaec026b3db7b6ebf88d3512
+SIZE (Dancer2-0.159000.tar.gz) = 309542

Modified: head/www/p5-Dancer2/pkg-plist
==============================================================================
--- head/www/p5-Dancer2/pkg-plist	Wed Feb 25 00:55:56 2015	(r379859)
+++ head/www/p5-Dancer2/pkg-plist	Wed Feb 25 00:57:18 2015	(r379860)
@@ -40,6 +40,7 @@ bin/dancer2
 %%SITE_PERL%%/Dancer2/Core/Request.pm
 %%SITE_PERL%%/Dancer2/Core/Request/Upload.pm
 %%SITE_PERL%%/Dancer2/Core/Response.pm
+%%SITE_PERL%%/Dancer2/Core/Response/Delayed.pm
 %%SITE_PERL%%/Dancer2/Core/Role/ConfigReader.pm
 %%SITE_PERL%%/Dancer2/Core/Role/DSL.pm
 %%SITE_PERL%%/Dancer2/Core/Role/Engine.pm
@@ -48,6 +49,7 @@ bin/dancer2
 %%SITE_PERL%%/Dancer2/Core/Role/Headers.pm
 %%SITE_PERL%%/Dancer2/Core/Role/Hookable.pm
 %%SITE_PERL%%/Dancer2/Core/Role/Logger.pm
+%%SITE_PERL%%/Dancer2/Core/Role/Response.pm
 %%SITE_PERL%%/Dancer2/Core/Role/Serializer.pm
 %%SITE_PERL%%/Dancer2/Core/Role/SessionFactory.pm
 %%SITE_PERL%%/Dancer2/Core/Role/SessionFactory/File.pm
@@ -69,6 +71,7 @@ bin/dancer2
 %%SITE_PERL%%/Dancer2/Logger/Note.pm
 %%SITE_PERL%%/Dancer2/Logger/Null.pm
 %%SITE_PERL%%/Dancer2/Manual.pod
+%%SITE_PERL%%/Dancer2/Manual/Deployment.pod
 %%SITE_PERL%%/Dancer2/Manual/Migration.pod
 %%SITE_PERL%%/Dancer2/Manual/Testing.pod
 %%SITE_PERL%%/Dancer2/Plugin.pm
@@ -105,6 +108,7 @@ bin/dancer2
 %%PERL5_MAN3%%/Dancer2::Core::Request.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Request::Upload.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Response.3.gz
+%%PERL5_MAN3%%/Dancer2::Core::Response::Delayed.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Role::ConfigReader.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Role::DSL.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Role::Engine.3.gz
@@ -113,6 +117,7 @@ bin/dancer2
 %%PERL5_MAN3%%/Dancer2::Core::Role::Headers.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Role::Hookable.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Role::Logger.3.gz
+%%PERL5_MAN3%%/Dancer2::Core::Role::Response.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Role::Serializer.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Role::SessionFactory.3.gz
 %%PERL5_MAN3%%/Dancer2::Core::Role::SessionFactory::File.3.gz
@@ -134,6 +139,7 @@ bin/dancer2
 %%PERL5_MAN3%%/Dancer2::Logger::Note.3.gz
 %%PERL5_MAN3%%/Dancer2::Logger::Null.3.gz
 %%PERL5_MAN3%%/Dancer2::Manual.3.gz
+%%PERL5_MAN3%%/Dancer2::Manual::Deployment.3.gz
 %%PERL5_MAN3%%/Dancer2::Manual::Migration.3.gz
 %%PERL5_MAN3%%/Dancer2::Manual::Testing.3.gz
 %%PERL5_MAN3%%/Dancer2::Plugin.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502250057.t1P0vJ4E047396>