svn commit: r450675 - head/www/p5-Plack-Middleware-RemoveRedundantBody

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 26 15:55:53 UTC 2017


Author: sunpoet
Date: Tue Sep 26 15:55:51 2017
New Revision: 450675
URL: https://svnweb.freebsd.org/changeset/ports/450675

Log:
  Update to 0.06
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/Changes

Modified:
  head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile
  head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo

Modified: head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile	Tue Sep 26 15:55:46 2017	(r450674)
+++ head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile	Tue Sep 26 15:55:51 2017	(r450675)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Plack-Middleware-RemoveRedundantBody
-PORTVERSION=	0.05
-PORTREVISION=	1
+PORTVERSION=	0.06
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,11 +12,13 @@ COMMENT=	Sets removes body for HTTP response if it is 
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Plack>=0:www/p5-Plack
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-HTTP-Message>=0:www/p5-HTTP-Message
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo
==============================================================================
--- head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo	Tue Sep 26 15:55:46 2017	(r450674)
+++ head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo	Tue Sep 26 15:55:51 2017	(r450675)
@@ -1,2 +1,3 @@
-SHA256 (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = a0676e1c792bea7f25f1d901bee59054d35012d5ea8cd42529d336143fa87cd8
-SIZE (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = 10387
+TIMESTAMP = 1506437661
+SHA256 (Plack-Middleware-RemoveRedundantBody-0.06.tar.gz) = 3fbfc3b33e7ca5774f941ed085de14508c6a4f7123e36ece11fd72f2aec683ed
+SIZE (Plack-Middleware-RemoveRedundantBody-0.06.tar.gz) = 10262


More information about the svn-ports-all mailing list