Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 20:57:20 +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: r338499 - head/devel/p5-Data-Dumper-Concise
Message-ID:  <201401022057.s02KvKAi084464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan  2 20:57:19 2014
New Revision: 338499
URL: http://svnweb.freebsd.org/changeset/ports/338499

Log:
  - Update to 2.021
  - Add LICENSE
  - Convert to new options helper
  
  Changes:	http://search.cpan.org/dist/Data-Dumper-Concise/Changes

Modified:
  head/devel/p5-Data-Dumper-Concise/Makefile
  head/devel/p5-Data-Dumper-Concise/distinfo   (contents, props changed)

Modified: head/devel/p5-Data-Dumper-Concise/Makefile
==============================================================================
--- head/devel/p5-Data-Dumper-Concise/Makefile	Thu Jan  2 20:57:15 2014	(r338498)
+++ head/devel/p5-Data-Dumper-Concise/Makefile	Thu Jan  2 20:57:19 2014	(r338499)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Data-Dumper-Concise
-PORTVERSION=	2.020
+PORTVERSION=	2.021
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:FREW
@@ -11,21 +11,19 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Less indentation and newlines plus sub deparsing
 
-BUILD_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
-RUN_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS =	p5-Error>=0:${PORTSDIR}/lang/p5-Error
 
 OPTIONS_DEFINE=	ARGNAMES
-OPTIONS_DEFAULT=	ARGNAMES
+OPTIONS_DEFAULT=ARGNAMES
 ARGNAMES_DESC=	Enable DwarnN subroutine
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MARGNAMES}
-BUILD_DEPENDS+=	p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
-RUN_DEPENDS+=	p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
-.endif
+ARGNAMES_BUILD_DEPENDS=	p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
+ARGNAMES_RUN_DEPENDS=	p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Data-Dumper-Concise/distinfo
==============================================================================
--- head/devel/p5-Data-Dumper-Concise/distinfo	Thu Jan  2 20:57:15 2014	(r338498)
+++ head/devel/p5-Data-Dumper-Concise/distinfo	Thu Jan  2 20:57:19 2014	(r338499)
@@ -1,2 +1,2 @@
-SHA256 (Data-Dumper-Concise-2.020.tar.gz) = 169e39a67cac637e9263ab31cfa129b0ac7bb9818ff1ea6c03f4d6269a48677d
-SIZE (Data-Dumper-Concise-2.020.tar.gz) = 21771
+SHA256 (Data-Dumper-Concise-2.021.tar.gz) = 51bef5486e8a4f958983fbac2f0d99b7b8e9f3efcc9ec5d82c2937ff4e24476d
+SIZE (Data-Dumper-Concise-2.021.tar.gz) = 22628



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