Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 08:39:10 +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: r324421 - head/devel/p5-Parse-ErrorString-Perl
Message-ID:  <201308090839.r798dAaE036087@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Aug  9 08:39:09 2013
New Revision: 324421
URL: http://svnweb.freebsd.org/changeset/ports/324421

Log:
  - Update to 0.19
  - Add LICENSE (Artistic 1 & GPL 1)
  - Add TEST_DEPENDS
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Parse-ErrorString-Perl/Changes

Modified:
  head/devel/p5-Parse-ErrorString-Perl/Makefile
  head/devel/p5-Parse-ErrorString-Perl/distinfo

Modified: head/devel/p5-Parse-ErrorString-Perl/Makefile
==============================================================================
--- head/devel/p5-Parse-ErrorString-Perl/Makefile	Fri Aug  9 08:35:55 2013	(r324420)
+++ head/devel/p5-Parse-ErrorString-Perl/Makefile	Fri Aug  9 08:39:09 2013	(r324421)
@@ -2,18 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	Parse-ErrorString-Perl
-PORTVERSION=	0.15
+PORTVERSION=	0.19
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	culot@FreeBSD.org
 COMMENT=	Parse error messages from the Perl interpreter
 
-BUILD_DEPENDS=	p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \
-		p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Pod-POM>=0.27:${PORTSDIR}/textproc/p5-Pod-POM \
 		p5-Class-XSAccessor>=0:${PORTSDIR}/devel/p5-Class-XSAccessor
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Parse-ErrorString-Perl/distinfo
==============================================================================
--- head/devel/p5-Parse-ErrorString-Perl/distinfo	Fri Aug  9 08:35:55 2013	(r324420)
+++ head/devel/p5-Parse-ErrorString-Perl/distinfo	Fri Aug  9 08:39:09 2013	(r324421)
@@ -1,2 +1,2 @@
-SHA256 (Parse-ErrorString-Perl-0.15.tar.gz) = dd2f80a3c4c326d428aa7b01e1e0fc07dc2740adc5704318f2bcec6c131ec253
-SIZE (Parse-ErrorString-Perl-0.15.tar.gz) = 20490
+SHA256 (Parse-ErrorString-Perl-0.19.tar.gz) = ff724115ddab48d0b98a4287d0c480ab66c0c200ee6474da5f45f782de04feb4
+SIZE (Parse-ErrorString-Perl-0.19.tar.gz) = 28489



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