Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 08:25:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308889 - head/devel/p5-MooseX-MetaDescription
Message-ID:  <201212140825.qBE8PWlE022906@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212140825.qBE8PWlE022906>