From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 50E4FFF2; Sat, 7 Sep 2013 10:19:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37E0127E6; Sat, 7 Sep 2013 10:19:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJmZj071759; Sat, 7 Sep 2013 10:19:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJlDT071753; Sat, 7 Sep 2013 10:19:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJlDT071753@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326602 - head/www/p5-Catalyst-Action-REST X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 10:19:50 -0000 Author: sunpoet Date: Sat Sep 7 10:19:47 2013 New Revision: 326602 URL: http://svnweb.freebsd.org/changeset/ports/326602 Log: - Update to 1.11 Changes: http://search.cpan.org/dist/Catalyst-Action-REST/Changes Modified: head/www/p5-Catalyst-Action-REST/Makefile head/www/p5-Catalyst-Action-REST/distinfo (contents, props changed) head/www/p5-Catalyst-Action-REST/pkg-plist (contents, props changed) Modified: head/www/p5-Catalyst-Action-REST/Makefile ============================================================================== --- head/www/p5-Catalyst-Action-REST/Makefile Sat Sep 7 10:19:43 2013 (r326601) +++ head/www/p5-Catalyst-Action-REST/Makefile Sat Sep 7 10:19:47 2013 (r326602) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Action-REST -PORTVERSION= 1.06 +PORTVERSION= 1.11 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,6 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80030:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-Data-Serializer>=0.36:${PORTSDIR}/devel/p5-Data-Serializer \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Moose>=1.03:${PORTSDIR}/devel/p5-Moose \ Modified: head/www/p5-Catalyst-Action-REST/distinfo ============================================================================== --- head/www/p5-Catalyst-Action-REST/distinfo Sat Sep 7 10:19:43 2013 (r326601) +++ head/www/p5-Catalyst-Action-REST/distinfo Sat Sep 7 10:19:47 2013 (r326602) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Action-REST-1.06.tar.gz) = 3380b6d5878de7d34dd0ae452d4e22e40136a34b9fab09296695d7f79163e27c -SIZE (Catalyst-Action-REST-1.06.tar.gz) = 65968 +SHA256 (Catalyst-Action-REST-1.11.tar.gz) = 3dbf106d14d50eacf2524a2c24e2718256720b4bc5e768d020b2a66b40309beb +SIZE (Catalyst-Action-REST-1.11.tar.gz) = 66649 Modified: head/www/p5-Catalyst-Action-REST/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Action-REST/pkg-plist Sat Sep 7 10:19:43 2013 (r326601) +++ head/www/p5-Catalyst-Action-REST/pkg-plist Sat Sep 7 10:19:47 2013 (r326602) @@ -1,6 +1,5 @@ %%SITE_PERL%%/Catalyst/Action/Deserialize.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/Callback.pm -%%SITE_PERL%%/Catalyst/Action/Deserialize/Data/Serializer.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/JSON.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/JSON/XS.pm %%SITE_PERL%%/Catalyst/Action/Deserialize/View.pm @@ -11,10 +10,9 @@ %%SITE_PERL%%/Catalyst/Action/REST/ForBrowsers.pm %%SITE_PERL%%/Catalyst/Action/Serialize.pm %%SITE_PERL%%/Catalyst/Action/Serialize/Callback.pm -%%SITE_PERL%%/Catalyst/Action/Serialize/Data/Serializer.pm %%SITE_PERL%%/Catalyst/Action/Serialize/JSON.pm -%%SITE_PERL%%/Catalyst/Action/Serialize/JSONP.pm %%SITE_PERL%%/Catalyst/Action/Serialize/JSON/XS.pm +%%SITE_PERL%%/Catalyst/Action/Serialize/JSONP.pm %%SITE_PERL%%/Catalyst/Action/Serialize/View.pm %%SITE_PERL%%/Catalyst/Action/Serialize/XML/Simple.pm %%SITE_PERL%%/Catalyst/Action/Serialize/YAML.pm