Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 18:36:09 +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: r376867 - head/www/p5-HTML-Element-Replacer
Message-ID:  <201501121836.t0CIa9Pl061762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 12 18:36:08 2015
New Revision: 376867
URL: https://svnweb.freebsd.org/changeset/ports/376867
QAT: https://qat.redports.org/buildarchive/r376867/

Log:
  - Update to 0.08
  - Add LICENSE
  - Add TEST_DEPENDS
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/HTML-Element-Replacer/Changes

Modified:
  head/www/p5-HTML-Element-Replacer/Makefile
  head/www/p5-HTML-Element-Replacer/distinfo
  head/www/p5-HTML-Element-Replacer/pkg-plist

Modified: head/www/p5-HTML-Element-Replacer/Makefile
==============================================================================
--- head/www/p5-HTML-Element-Replacer/Makefile	Mon Jan 12 18:36:03 2015	(r376866)
+++ head/www/p5-HTML-Element-Replacer/Makefile	Mon Jan 12 18:36:08 2015	(r376867)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTML-Element-Replacer
-PORTVERSION=	0.06
-PORTREVISION=	1
+PORTVERSION=	0.08
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl HTML::Element replacer
 
-BUILD_DEPENDS=	p5-HTML-Element-Library>=4.2:${PORTSDIR}/www/p5-HTML-Element-Library \
-		p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree \
-		p5-Moose>=0.72:${PORTSDIR}/devel/p5-Moose
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-HTML-Element-Library>=0:${PORTSDIR}/www/p5-HTML-Element-Library \
+		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
+		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-HTML-PrettyPrinter>=0:${PORTSDIR}/www/p5-HTML-PrettyPrinter
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/www/p5-HTML-Element-Replacer/distinfo
==============================================================================
--- head/www/p5-HTML-Element-Replacer/distinfo	Mon Jan 12 18:36:03 2015	(r376866)
+++ head/www/p5-HTML-Element-Replacer/distinfo	Mon Jan 12 18:36:08 2015	(r376867)
@@ -1,2 +1,2 @@
-SHA256 (HTML-Element-Replacer-0.06.tar.gz) = 410028c692e2c2dddc4b25c8b9782a48a08891f0bf5297b818554ec81bc796ad
-SIZE (HTML-Element-Replacer-0.06.tar.gz) = 6241
+SHA256 (HTML-Element-Replacer-0.08.tar.gz) = acc2687b1b17eac622f0f8715ef4f6f0c31dd32238cdfecad582aa2dbc852d92
+SIZE (HTML-Element-Replacer-0.08.tar.gz) = 11142

Modified: head/www/p5-HTML-Element-Replacer/pkg-plist
==============================================================================
--- head/www/p5-HTML-Element-Replacer/pkg-plist	Mon Jan 12 18:36:03 2015	(r376866)
+++ head/www/p5-HTML-Element-Replacer/pkg-plist	Mon Jan 12 18:36:08 2015	(r376867)
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/HTML::Element::Replacer.3.gz
 %%SITE_PERL%%/HTML/Element/Replacer.pm
 %%SITE_PERL%%/HTML/Element/Replacer.pod
+%%PERL5_MAN3%%/HTML::Element::Replacer.3.gz



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