Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 08:15:32 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389601 - head/www/p5-Catalyst-Engine-PSGI
Message-ID:  <201506140815.t5E8FWGG044143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sun Jun 14 08:15:31 2015
New Revision: 389601
URL: https://svnweb.freebsd.org/changeset/ports/389601

Log:
  - Upgrade to 0.14.

Modified:
  head/www/p5-Catalyst-Engine-PSGI/Makefile
  head/www/p5-Catalyst-Engine-PSGI/distinfo

Modified: head/www/p5-Catalyst-Engine-PSGI/Makefile
==============================================================================
--- head/www/p5-Catalyst-Engine-PSGI/Makefile	Sun Jun 14 08:11:03 2015	(r389600)
+++ head/www/p5-Catalyst-Engine-PSGI/Makefile	Sun Jun 14 08:15:31 2015	(r389601)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Catalyst-Engine-PSGI
-PORTVERSION=	0.13
-PORTREVISION=	1
+PORTVERSION=	0.14
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
@@ -11,12 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension of PSGI engine for Catalyst
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	\
 	p5-Catalyst-Runtime>=5.80007:${PORTSDIR}/www/p5-Catalyst-Runtime \
 	p5-Catalyst-Action-RenderView>0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuildtiny
+NO_ARCH=	YES
 
 .include <bsd.port.mk>

Modified: head/www/p5-Catalyst-Engine-PSGI/distinfo
==============================================================================
--- head/www/p5-Catalyst-Engine-PSGI/distinfo	Sun Jun 14 08:11:03 2015	(r389600)
+++ head/www/p5-Catalyst-Engine-PSGI/distinfo	Sun Jun 14 08:15:31 2015	(r389601)
@@ -1,2 +1,2 @@
-SHA256 (Catalyst-Engine-PSGI-0.13.tar.gz) = 4683474c6e7fea991b9a7dbc501ea425f1f5c8235c99fbbc97a151fd0ea31ced
-SIZE (Catalyst-Engine-PSGI-0.13.tar.gz) = 146321
+SHA256 (Catalyst-Engine-PSGI-0.14.tar.gz) = b8a8fb24e06b2f0863ad6e0b70d2d90c24160deef8330e14cdbb2ac5a138e553
+SIZE (Catalyst-Engine-PSGI-0.14.tar.gz) = 14793



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