From owner-svn-ports-head@freebsd.org Tue Feb 28 09:48:12 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 EE78ACEEB0E; Tue, 28 Feb 2017 09:48:12 +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 9F601F02; Tue, 28 Feb 2017 09:48:12 +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 v1S9mBdQ070375; Tue, 28 Feb 2017 09:48:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9mB36070372; Tue, 28 Feb 2017 09:48:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9mB36070372@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:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435039 - head/www/p5-Catalyst-Plugin-Singleton 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:13 -0000 Author: sunpoet Date: Tue Feb 28 09:48:11 2017 New Revision: 435039 URL: https://svnweb.freebsd.org/changeset/ports/435039 Log: Update to 0.2 - Add LICENSE - Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Plugin-Singleton/Changes Modified: head/www/p5-Catalyst-Plugin-Singleton/Makefile head/www/p5-Catalyst-Plugin-Singleton/distinfo head/www/p5-Catalyst-Plugin-Singleton/pkg-plist Modified: head/www/p5-Catalyst-Plugin-Singleton/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Singleton/Makefile Tue Feb 28 09:48:06 2017 (r435038) +++ head/www/p5-Catalyst-Plugin-Singleton/Makefile Tue Feb 28 09:48:11 2017 (r435039) @@ -2,21 +2,28 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Singleton -PORTVERSION= 0.1 -PORTREVISION= 2 +PORTVERSION= 0.2 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MRAMBERG +MASTER_SITE_SUBDIR= CPAN:BOBTFISH PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Singleton accessors to context +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} +DEPRECATED= Deprecated by upstream +EXPIRATION_DATE=2017-03-31 + +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild .include + Modified: head/www/p5-Catalyst-Plugin-Singleton/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-Singleton/distinfo Tue Feb 28 09:48:06 2017 (r435038) +++ head/www/p5-Catalyst-Plugin-Singleton/distinfo Tue Feb 28 09:48:11 2017 (r435039) @@ -1,2 +1,3 @@ -SHA256 (Catalyst-Plugin-Singleton-0.1.tar.gz) = 27a6b08f057f10e4b46024548ef8d00a7daf717c9da3677d2751ff8da20bd19e -SIZE (Catalyst-Plugin-Singleton-0.1.tar.gz) = 2553 +TIMESTAMP = 1488262684 +SHA256 (Catalyst-Plugin-Singleton-0.2.tar.gz) = 8570cd397bfa7b9f9d76f827acbb7922b9231067a4b93a8ba2e709991ef07fc6 +SIZE (Catalyst-Plugin-Singleton-0.2.tar.gz) = 3008 Modified: head/www/p5-Catalyst-Plugin-Singleton/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Singleton/pkg-plist Tue Feb 28 09:48:06 2017 (r435038) +++ head/www/p5-Catalyst-Plugin-Singleton/pkg-plist Tue Feb 28 09:48:11 2017 (r435039) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Catalyst::Plugin::Singleton.3.gz %%SITE_PERL%%/Catalyst/Plugin/Singleton.pm +%%PERL5_MAN3%%/Catalyst::Plugin::Singleton.3.gz