From owner-svn-ports-head@freebsd.org Tue Feb 28 09:48:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 407E1CEEAE5; Tue, 28 Feb 2017 09:48:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18774E9D; Tue, 28 Feb 2017 09:48:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9m7if070241; Tue, 28 Feb 2017 09:48:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9m6cb070238; Tue, 28 Feb 2017 09:48:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9m6cb070238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Feb 2017 09:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435038 - head/www/p5-Catalyst-Plugin-AutoCRUD 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.23 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: Tue, 28 Feb 2017 09:48:08 -0000 Author: sunpoet Date: Tue Feb 28 09:48:06 2017 New Revision: 435038 URL: https://svnweb.freebsd.org/changeset/ports/435038 Log: Update to 2.200002 - Use real PORTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Plugin-AutoCRUD/Changes Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile head/www/p5-Catalyst-Plugin-AutoCRUD/distinfo head/www/p5-Catalyst-Plugin-AutoCRUD/pkg-plist Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile Tue Feb 28 09:48:01 2017 (r435037) +++ head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile Tue Feb 28 09:48:06 2017 (r435038) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-AutoCRUD -PORTVERSION= 2.131.210 -PORTREVISION= 2 +PORTVERSION= 2.200002 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Instant AJAX web front-end for DBIx::Class +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Action-RenderView>=0:www/p5-Catalyst-Action-RenderView \ p5-Catalyst-Model-DBIC-Schema>=0:www/p5-Catalyst-Model-DBIC-Schema \ p5-Catalyst-Plugin-ConfigLoader>=0:www/p5-Catalyst-Plugin-ConfigLoader \ @@ -21,16 +22,17 @@ BUILD_DEPENDS= p5-Catalyst-Action-Render p5-DBIx-Class-Schema-Loader>=0:databases/p5-DBIx-Class-Schema-Loader \ p5-Data-Page>=0:databases/p5-Data-Page \ p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-JSON>=2.90:converters/p5-JSON \ p5-Lingua-EN-Inflect-Number>=0:textproc/p5-Lingua-EN-Inflect-Number \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-SQL-Translator>=0:databases/p5-SQL-Translator RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Test-WWW-Mechanize-Catalyst>=0:devel/p5-Test-WWW-Mechanize-Catalyst +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-AutoCRUD/distinfo Tue Feb 28 09:48:01 2017 (r435037) +++ head/www/p5-Catalyst-Plugin-AutoCRUD/distinfo Tue Feb 28 09:48:06 2017 (r435038) @@ -1,2 +1,3 @@ -SHA256 (Catalyst-Plugin-AutoCRUD-2.131210.tar.gz) = 118ba48dac20f0b37ed3e02b1e276052f623f3a5992ad8a15a2e99be785cb20e -SIZE (Catalyst-Plugin-AutoCRUD-2.131210.tar.gz) = 113214 +TIMESTAMP = 1488262677 +SHA256 (Catalyst-Plugin-AutoCRUD-2.200002.tar.gz) = 1517e074fc14276c17e20e2861667b9df90dceee8d26ccc70f84bef85da3955c +SIZE (Catalyst-Plugin-AutoCRUD-2.200002.tar.gz) = 95368 Modified: head/www/p5-Catalyst-Plugin-AutoCRUD/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-AutoCRUD/pkg-plist Tue Feb 28 09:48:01 2017 (r435037) +++ head/www/p5-Catalyst-Plugin-AutoCRUD/pkg-plist Tue Feb 28 09:48:06 2017 (r435038) @@ -1,7 +1,3 @@ -%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD.3.gz -%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::DBICTips.3.gz -%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::Limitations.3.gz -%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::Troubleshooting.3.gz %%SITE_PERL%%/Catalyst/Plugin/AutoCRUD.pm %%SITE_PERL%%/Catalyst/Plugin/AutoCRUD/Controller/AJAX.pm %%SITE_PERL%%/Catalyst/Plugin/AutoCRUD/Controller/DisplayEngine/ExtJS2.pm @@ -75,3 +71,7 @@ %%SITE_PERL%%/SQL/Translator/Filter/AutoCRUD/StorageEngine/DBIC/ProxyColumns.pm %%SITE_PERL%%/SQL/Translator/Filter/AutoCRUD/StorageEngine/DBIC/Relationships.pm %%SITE_PERL%%/SQL/Translator/Filter/AutoCRUD/StorageEngine/DBIC/ViewsAsTables.pm +%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::DBICTips.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::Limitations.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::AutoCRUD::Manual::Troubleshooting.3.gz