Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2012 13:16:01 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307454 - head/devel/p5-Carp-Assert-More
Message-ID:  <201211151316.qAFDG1WJ087702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Thu Nov 15 13:16:01 2012
New Revision: 307454
URL: http://svnweb.freebsd.org/changeset/ports/307454

Log:
  - Update to 1.14
  - Add LICENSE (Artistic 2)
  - Add TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Carp-Assert-More/Changes
  Feature safe:	yes

Modified:
  head/devel/p5-Carp-Assert-More/Makefile
  head/devel/p5-Carp-Assert-More/distinfo

Modified: head/devel/p5-Carp-Assert-More/Makefile
==============================================================================
--- head/devel/p5-Carp-Assert-More/Makefile	Thu Nov 15 13:07:47 2012	(r307453)
+++ head/devel/p5-Carp-Assert-More/Makefile	Thu Nov 15 13:16:01 2012	(r307454)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	p5-Carp-Assert-More
-# Date created:				13 Jun 2006
-# Whom:					Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Carp-Assert-More
-PORTVERSION=	1.12
-PORTREVISION=	1
+PORTVERSION=	1.14
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,9 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Convenience wrappers around Carp::Assert
 
-BUILD_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
-		p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
-RUN_DEPENDS=	p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
+LICENSE=	ART20
+
+BUILD_DEPENDS=	p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 MAN3=	Carp::Assert::More.3
 

Modified: head/devel/p5-Carp-Assert-More/distinfo
==============================================================================
--- head/devel/p5-Carp-Assert-More/distinfo	Thu Nov 15 13:07:47 2012	(r307453)
+++ head/devel/p5-Carp-Assert-More/distinfo	Thu Nov 15 13:16:01 2012	(r307454)
@@ -1,2 +1,2 @@
-SHA256 (Carp-Assert-More-1.12.tar.gz) = d9d3312aa99f036eab24a5e195ea6796a24c5a8135310b451f408350c13733d5
-SIZE (Carp-Assert-More-1.12.tar.gz) = 8371
+SHA256 (Carp-Assert-More-1.14.tar.gz) = 3f004cbfa53476d85ab604a1e09fc4a5d7b28898c52f9549bd17c385c9c40733
+SIZE (Carp-Assert-More-1.14.tar.gz) = 10304



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