From owner-svn-ports-head@FreeBSD.ORG Fri Dec 14 08:25:33 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60985C79; Fri, 14 Dec 2012 08:25:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2B0038FC12; Fri, 14 Dec 2012 08:25:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBE8PXbJ022909; Fri, 14 Dec 2012 08:25:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBE8PWlE022906; Fri, 14 Dec 2012 08:25:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212140825.qBE8PWlE022906@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Dec 2012 08:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308889 - head/devel/p5-MooseX-MetaDescription 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: Fri, 14 Dec 2012 08:25:33 -0000 Author: sunpoet Date: Fri Dec 14 08:25:32 2012 New Revision: 308889 URL: http://svnweb.freebsd.org/changeset/ports/308889 Log: - Update to 0.06 - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/MooseX-MetaDescription/Changes Modified: head/devel/p5-MooseX-MetaDescription/Makefile (contents, props changed) head/devel/p5-MooseX-MetaDescription/distinfo (contents, props changed) Modified: head/devel/p5-MooseX-MetaDescription/Makefile ============================================================================== --- head/devel/p5-MooseX-MetaDescription/Makefile Fri Dec 14 08:24:53 2012 (r308888) +++ head/devel/p5-MooseX-MetaDescription/Makefile Fri Dec 14 08:25:32 2012 (r308889) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-MooseX-MetaDescription -# Date created: 2011-05-31 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= MooseX-MetaDescription -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= A framework for adding additional metadata to Moose classes -BUILD_DEPENDS= p5-Moose>=0.4:${PORTSDIR}/devel/p5-Moose -RUN_DEPENDS= p5-Moose>=0.4:${PORTSDIR}/devel/p5-Moose +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-Moose>=0.4:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes Modified: head/devel/p5-MooseX-MetaDescription/distinfo ============================================================================== --- head/devel/p5-MooseX-MetaDescription/distinfo Fri Dec 14 08:24:53 2012 (r308888) +++ head/devel/p5-MooseX-MetaDescription/distinfo Fri Dec 14 08:25:32 2012 (r308889) @@ -1,2 +1,2 @@ -SHA256 (MooseX-MetaDescription-0.05.tar.gz) = 948b65a4b27b2ee2809706978c26f03a06333283e72b72a2a8f98622c4a1f96f -SIZE (MooseX-MetaDescription-0.05.tar.gz) = 22866 +SHA256 (MooseX-MetaDescription-0.06.tar.gz) = c150e8e05d73d2763252cb52cc0c44771f4c9134b4aeb1b71dd0711b95048a19 +SIZE (MooseX-MetaDescription-0.06.tar.gz) = 23482