svn commit: r372935 - head/www/p5-Plack

Jun Kuriyama kuriyama at FreeBSD.org
Thu Nov 20 14:19:43 UTC 2014


Author: kuriyama
Date: Thu Nov 20 14:19:41 2014
New Revision: 372935
URL: https://svnweb.freebsd.org/changeset/ports/372935
QAT: https://qat.redports.org/buildarchive/r372935/

Log:
  - Upgrade to 1.0033.

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

Modified: head/www/p5-Plack/Makefile
==============================================================================
--- head/www/p5-Plack/Makefile	Thu Nov 20 14:18:39 2014	(r372934)
+++ head/www/p5-Plack/Makefile	Thu Nov 20 14:19:41 2014	(r372935)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Plack
-PORTVERSION=	1.0030
+PORTVERSION=	1.0033
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension of PSGI reference implementation and utilities
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	\
 	p5-Apache-LogFormat-Compiler>=0.12:${PORTSDIR}/www/p5-Apache-LogFormat-Compiler \
 	p5-Devel-StackTrace>=1.23:${PORTSDIR}/devel/p5-Devel-StackTrace \
@@ -45,5 +48,6 @@ TEST_DEPENDS=  \
 
 USES=	perl5
 USE_PERL5=	configure
+NO_ARCH=	YES
 
 .include <bsd.port.mk>

Modified: head/www/p5-Plack/distinfo
==============================================================================
--- head/www/p5-Plack/distinfo	Thu Nov 20 14:18:39 2014	(r372934)
+++ head/www/p5-Plack/distinfo	Thu Nov 20 14:19:41 2014	(r372935)
@@ -1,2 +1,2 @@
-SHA256 (Plack-1.0030.tar.gz) = 07ff6162fb4a3f1685339a941ab77998c0928c7ba61c3e9fc40427081656692d
-SIZE (Plack-1.0030.tar.gz) = 236350
+SHA256 (Plack-1.0033.tar.gz) = bcd8784b8263bd6d68476e9d52e6f98819bd4f3331455cad12effed63a783220
+SIZE (Plack-1.0033.tar.gz) = 239206

Modified: head/www/p5-Plack/pkg-plist
==============================================================================
--- head/www/p5-Plack/pkg-plist	Thu Nov 20 14:18:39 2014	(r372934)
+++ head/www/p5-Plack/pkg-plist	Thu Nov 20 14:19:41 2014	(r372935)
@@ -143,21 +143,3 @@ bin/plackup
 %%SITE_PERL%%/auto/share/dist/Plack/#foo
 %%SITE_PERL%%/auto/share/dist/Plack/baybridge.jpg
 %%SITE_PERL%%/auto/share/dist/Plack/face.jpg
- at dirrm %%SITE_PERL%%/auto/share/dist/Plack
- at dirrm %%SITE_PERL%%/Plack/Util
- at dirrm %%SITE_PERL%%/Plack/Test
- at dirrm %%SITE_PERL%%/Plack/Request
- at dirrm %%SITE_PERL%%/Plack/Middleware/Auth
- at dirrm %%SITE_PERL%%/Plack/Middleware/AccessLog
- at dirrm %%SITE_PERL%%/Plack/Middleware
- at dirrm %%SITE_PERL%%/Plack/Loader
- at dirrm %%SITE_PERL%%/Plack/Handler/HTTP/Server
- at dirrm %%SITE_PERL%%/Plack/Handler/HTTP
- at dirrm %%SITE_PERL%%/Plack/Handler/Apache2
- at dirrm %%SITE_PERL%%/Plack/Handler
- at dirrm %%SITE_PERL%%/Plack/HTTPParser
- at dirrm %%SITE_PERL%%/Plack/App
- at dirrm %%SITE_PERL%%/Plack
- at dirrmtry %%SITE_PERL%%/HTTP/Server
- at dirrmtry %%SITE_PERL%%/HTTP/Message
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack


More information about the svn-ports-head mailing list