Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 17:28:59 +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: r311244 - head/devel/p5-Carp-Always-Color
Message-ID:  <201301301728.r0UHSx7x021534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan 30 17:28:58 2013
New Revision: 311244
URL: http://svnweb.freebsd.org/changeset/ports/311244

Log:
  - Update to 0.07
  - Add LICENSE
  - Cleanup Makefile header
  - Remove outdated PERL_LEVEL check
  
  Changes:	http://search.cpan.org/dist/Carp-Always-Color/Changes

Modified:
  head/devel/p5-Carp-Always-Color/Makefile   (contents, props changed)
  head/devel/p5-Carp-Always-Color/distinfo   (contents, props changed)

Modified: head/devel/p5-Carp-Always-Color/Makefile
==============================================================================
--- head/devel/p5-Carp-Always-Color/Makefile	Wed Jan 30 17:07:20 2013	(r311243)
+++ head/devel/p5-Carp-Always-Color/Makefile	Wed Jan 30 17:28:58 2013	(r311244)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Carp-Always-Color
-# Date created:		2011-09-11
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Carp-Always-Color
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Carp::Always, but with color
 
-BUILD_DEPENDS=	p5-Carp-Always>=0.10:${PORTSDIR}/devel/p5-Carp-Always
-RUN_DEPENDS=	p5-Carp-Always>=0.10:${PORTSDIR}/devel/p5-Carp-Always
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Carp-Always>=0.10:${PORTSDIR}/devel/p5-Carp-Always
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-IO-Pty-Easy>=0:${PORTSDIR}/devel/p5-IO-Pty-Easy
 
 PERL_CONFIGURE=	yes
@@ -25,14 +23,4 @@ MAN3=		Carp::Always::Color.3 \
 		Carp::Always::Color::HTML.3 \
 		Carp::Always::Color::Term.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500808
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.30:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Carp-Always-Color/distinfo
==============================================================================
--- head/devel/p5-Carp-Always-Color/distinfo	Wed Jan 30 17:07:20 2013	(r311243)
+++ head/devel/p5-Carp-Always-Color/distinfo	Wed Jan 30 17:28:58 2013	(r311244)
@@ -1,2 +1,2 @@
-SHA256 (Carp-Always-Color-0.06.tar.gz) = 783f4a4872972bb6128de6d0979ecdaea0055f971bc50f42dc7d63b9aa51dbcf
-SIZE (Carp-Always-Color-0.06.tar.gz) = 13034
+SHA256 (Carp-Always-Color-0.07.tar.gz) = 8b6c97346fa6d3ab5c288b5d421537b183e9649e920ceffa8adf5571f466e7e1
+SIZE (Carp-Always-Color-0.07.tar.gz) = 13354



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