Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 15:08:42 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324240 - in head/www: p5-Catalyst-Plugin-AutoCRUD p5-Catalyst-Plugin-Unicode-Encoding p5-Task-Catalyst
Message-ID:  <201308041508.r74F8gQF089983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Aug  4 15:08:42 2013
New Revision: 324240
URL: http://svnweb.freebsd.org/changeset/ports/324240

Log:
  www/p5-Catalyst-Plugin-Unicode-Encoding now part of core of Catalyst modules.
  Mark it as deprecated and set expiration date.
  
  Remove it as dependency from:
  www/p5-Catalyst-Plugin-AutoCRUD
  www/p5-Task-Catalyst
  and bump PORTREVISION of this ports to indicate packages change.
  
  With hat:	perl@

Modified:
  head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile
  head/www/p5-Task-Catalyst/Makefile   (contents, props changed)

Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile	Sun Aug  4 15:05:40 2013	(r324239)
+++ head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile	Sun Aug  4 15:08:42 2013	(r324240)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Catalyst-Plugin-AutoCRUD
 PORTVERSION=	2.131.210
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +15,6 @@ COMMENT=	Instant AJAX web front-end for 
 BUILD_DEPENDS=	p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView \
 		p5-Catalyst-Model-DBIC-Schema>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
 		p5-Catalyst-Plugin-ConfigLoader>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \
-		p5-Catalyst-Plugin-Unicode-Encoding>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Unicode-Encoding \
 		p5-Catalyst-Runtime>=5.70000:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-Catalyst-View-JSON>=0:${PORTSDIR}/www/p5-Catalyst-View-JSON \
 		p5-Catalyst-View-TT>=0:${PORTSDIR}/www/p5-Catalyst-View-TT \

Modified: head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile	Sun Aug  4 15:05:40 2013	(r324239)
+++ head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile	Sun Aug  4 15:08:42 2013	(r324240)
@@ -13,6 +13,9 @@ COMMENT=	Unicode aware Catalyst
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+DEPRECATED=	This module now part of core Catalyst distribution
+EXPIRATION_DATE=	2013-09-04
+
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.90015:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-Encode>=2.49:${PORTSDIR}/converters/p5-Encode \

Modified: head/www/p5-Task-Catalyst/Makefile
==============================================================================
--- head/www/p5-Task-Catalyst/Makefile	Sun Aug  4 15:05:40 2013	(r324239)
+++ head/www/p5-Task-Catalyst/Makefile	Sun Aug  4 15:08:42 2013	(r324240)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Task-Catalyst
 PORTVERSION=	4.02
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -27,7 +28,6 @@ BUILD_DEPENDS=	p5-Catalyst-ActionRole-AC
 		p5-Catalyst-Plugin-Session-Store-File>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
 		p5-Catalyst-Plugin-Session>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
 		p5-Catalyst-Plugin-StackTrace>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \
-		p5-Catalyst-Plugin-Unicode-Encoding>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Unicode-Encoding \
 		p5-Catalyst-Runtime>=5.80:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-Catalyst-View-Email>=0:${PORTSDIR}/www/p5-Catalyst-View-Email \
 		p5-Catalyst-View-TT>=0.22:${PORTSDIR}/www/p5-Catalyst-View-TT \
@@ -56,7 +56,6 @@ RUN_DEPENDS=	p5-Catalyst-ActionRole-ACL>
 		p5-Catalyst-Plugin-Session-Store-File>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
 		p5-Catalyst-Plugin-Session>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
 		p5-Catalyst-Plugin-StackTrace>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \
-		p5-Catalyst-Plugin-Unicode-Encoding>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Unicode-Encoding \
 		p5-Catalyst-Runtime>=5.80:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-Catalyst-View-Email>=0:${PORTSDIR}/www/p5-Catalyst-View-Email \
 		p5-Catalyst-View-TT>=0.22:${PORTSDIR}/www/p5-Catalyst-View-TT \



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