svn commit: r435042 - head/www/p5-Dancer2-Plugin-Deferred

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 28 09:48:27 UTC 2017


Author: sunpoet
Date: Tue Feb 28 09:48:25 2017
New Revision: 435042
URL: https://svnweb.freebsd.org/changeset/ports/435042

Log:
  Update to 0.007017
  
  - Remove MASTER_SITE_SUBDIR
  - Add LICENSE
  - Add TEST_DEPENDS
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Dancer2-Plugin-Deferred/Changes

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

Modified: head/www/p5-Dancer2-Plugin-Deferred/Makefile
==============================================================================
--- head/www/p5-Dancer2-Plugin-Deferred/Makefile	Tue Feb 28 09:48:20 2017	(r435041)
+++ head/www/p5-Dancer2-Plugin-Deferred/Makefile	Tue Feb 28 09:48:25 2017	(r435042)
@@ -2,20 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2-Plugin-Deferred
-PORTVERSION=	0.007015
-PORTREVISION=	1
+PORTVERSION=	0.007017
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:DELUXARAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Dancer2 plugin to defer messages or data across redirections
 
-BUILD_DEPENDS=	p5-Dancer2>=0:www/p5-Dancer2 \
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-Dancer2>=0.200000:www/p5-Dancer2 \
 		p5-URI>=0:net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \
+		p5-HTTP-Message>=0:www/p5-HTTP-Message \
+		p5-Plack>=0:www/p5-Plack
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-Dancer2-Plugin-Deferred/distinfo
==============================================================================
--- head/www/p5-Dancer2-Plugin-Deferred/distinfo	Tue Feb 28 09:48:20 2017	(r435041)
+++ head/www/p5-Dancer2-Plugin-Deferred/distinfo	Tue Feb 28 09:48:25 2017	(r435042)
@@ -1,2 +1,3 @@
-SHA256 (Dancer2-Plugin-Deferred-0.007015.tar.gz) = c13c1fd2f8e3fce82a6b4384ff4b8589df86a2407c1c8a333ea5911fcbc90d8a
-SIZE (Dancer2-Plugin-Deferred-0.007015.tar.gz) = 73895
+TIMESTAMP = 1488262715
+SHA256 (Dancer2-Plugin-Deferred-0.007017.tar.gz) = 26a79aaeb7ea5bee460ed3e8700268bcd7aef3bd72367f34743efe6fc75c0c0b
+SIZE (Dancer2-Plugin-Deferred-0.007017.tar.gz) = 17076

Modified: head/www/p5-Dancer2-Plugin-Deferred/pkg-plist
==============================================================================
--- head/www/p5-Dancer2-Plugin-Deferred/pkg-plist	Tue Feb 28 09:48:20 2017	(r435041)
+++ head/www/p5-Dancer2-Plugin-Deferred/pkg-plist	Tue Feb 28 09:48:25 2017	(r435042)
@@ -1,4 +1,4 @@
 %%SITE_PERL%%/Dancer2/Plugin/Deferred.pm
-%%PERL5_MAN3%%/Dancer2::Plugin::Deferred.3.gz
 @comment Don't package these:
 @comment %%SITE_PERL%%/Dancer2/Plugin/README.pod
+%%PERL5_MAN3%%/Dancer2::Plugin::Deferred.3.gz


More information about the svn-ports-head mailing list