From owner-svn-ports-head@freebsd.org Sun Mar 6 06:20:32 2016 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 4CB02A13D99; Sun, 6 Mar 2016 06:20:32 +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 045981EF7; Sun, 6 Mar 2016 06:20:31 +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 u266KVds038400; Sun, 6 Mar 2016 06:20:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u266KUJu038398; Sun, 6 Mar 2016 06:20:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603060620.u266KUJu038398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Mar 2016 06:20:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410269 - head/devel/p5-MooseX-Attribute-Chained 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.21 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: Sun, 06 Mar 2016 06:20:32 -0000 Author: sunpoet Date: Sun Mar 6 06:20:30 2016 New Revision: 410269 URL: https://svnweb.freebsd.org/changeset/ports/410269 Log: - Update to 1.0.2 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/MooseX-Attribute-Chained/Changes Modified: head/devel/p5-MooseX-Attribute-Chained/Makefile head/devel/p5-MooseX-Attribute-Chained/distinfo Modified: head/devel/p5-MooseX-Attribute-Chained/Makefile ============================================================================== --- head/devel/p5-MooseX-Attribute-Chained/Makefile Sun Mar 6 06:20:26 2016 (r410268) +++ head/devel/p5-MooseX-Attribute-Chained/Makefile Sun Mar 6 06:20:30 2016 (r410269) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Attribute-Chained -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +12,7 @@ COMMENT= Attribute that returns the inst LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny @@ -20,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS_INSTALL= p5-MooseX-ChainedAccessors-[0-9]* +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 Modified: head/devel/p5-MooseX-Attribute-Chained/distinfo ============================================================================== --- head/devel/p5-MooseX-Attribute-Chained/distinfo Sun Mar 6 06:20:26 2016 (r410268) +++ head/devel/p5-MooseX-Attribute-Chained/distinfo Sun Mar 6 06:20:30 2016 (r410269) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Attribute-Chained-1.0.1.tar.gz) = 4e91071af27873a8d5fa156b16180b77eebb11dfa1a7bbbdd5ecde16bfe43380 -SIZE (MooseX-Attribute-Chained-1.0.1.tar.gz) = 15133 +SHA256 (MooseX-Attribute-Chained-1.0.2.tar.gz) = c8a1304a31ffbe4f7ffbdc14793b72f4206fd8ecb46d565409789700ae1d7452 +SIZE (MooseX-Attribute-Chained-1.0.2.tar.gz) = 18714