From owner-svn-ports-head@freebsd.org Tue Feb 28 09:48:17 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 DA7BFCEEB41; Tue, 28 Feb 2017 09:48:17 +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 8CD8EF84; Tue, 28 Feb 2017 09:48:17 +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 v1S9mGW1070494; Tue, 28 Feb 2017 09:48:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9mGMp070492; Tue, 28 Feb 2017 09:48:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280948.v1S9mGMp070492@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:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435040 - head/www/p5-CatalystX-Profile 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:18 -0000 Author: sunpoet Date: Tue Feb 28 09:48:16 2017 New Revision: 435040 URL: https://svnweb.freebsd.org/changeset/ports/435040 Log: Update to 0.02 - Remove MASTER_SITE_SUBDIR - Add LICENSE_FILE - Fix *_DEPENDS - Add NO_ARCH Modified: head/www/p5-CatalystX-Profile/Makefile head/www/p5-CatalystX-Profile/distinfo Modified: head/www/p5-CatalystX-Profile/Makefile ============================================================================== --- head/www/p5-CatalystX-Profile/Makefile Tue Feb 28 09:48:11 2017 (r435039) +++ head/www/p5-CatalystX-Profile/Makefile Tue Feb 28 09:48:16 2017 (r435040) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= CatalystX-Profile -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CYCLES PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,14 +12,17 @@ COMMENT= Profile your Catalyst applicati LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80020:www/p5-Catalyst-Runtime \ p5-CatalystX-InjectComponent>=0.024:www/p5-CatalystX-InjectComponent \ - devel/p5-Devel-NYTProf>=3.01:devel/p5-Devel-NYTProf \ + p5-Devel-NYTProf>=3.01:devel/p5-Devel-NYTProf \ p5-Moose>=0.93:devel/p5-Moose \ - p5-namespace-autoclean>=0:devel/p5-namespace-autoclean + p5-Sub-Identify>=0.04:devel/p5-Sub-Identify \ + p5-namespace-autoclean>=0.09:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-CatalystX-Profile/distinfo ============================================================================== --- head/www/p5-CatalystX-Profile/distinfo Tue Feb 28 09:48:11 2017 (r435039) +++ head/www/p5-CatalystX-Profile/distinfo Tue Feb 28 09:48:16 2017 (r435040) @@ -1,2 +1,3 @@ -SHA256 (CatalystX-Profile-0.01.tar.gz) = 704441da1af5906343927f37c59c6e5c206aa4b0c8aaca35babd6156ccb27392 -SIZE (CatalystX-Profile-0.01.tar.gz) = 9155 +TIMESTAMP = 1488262692 +SHA256 (CatalystX-Profile-0.02.tar.gz) = 151a352333a6d26626d9001bb7e3b3a11cd4251a191111da60a9657eb66acd6c +SIZE (CatalystX-Profile-0.02.tar.gz) = 9303