Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2013 20:52:08 +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: r322572 - head/textproc/p5-HTML-Entities-Interpolate
Message-ID:  <201307092052.r69Kq8h7036956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jul  9 20:52:07 2013
New Revision: 322572
URL: http://svnweb.freebsd.org/changeset/ports/322572

Log:
  - Update to 1.05
  - Add LICENSE
  - Cleanup Makefile header
  
  Changes:	http://search.cpan.org/dist/HTML-Entities-Interpolate/Changes

Modified:
  head/textproc/p5-HTML-Entities-Interpolate/Makefile   (contents, props changed)
  head/textproc/p5-HTML-Entities-Interpolate/distinfo   (contents, props changed)

Modified: head/textproc/p5-HTML-Entities-Interpolate/Makefile
==============================================================================
--- head/textproc/p5-HTML-Entities-Interpolate/Makefile	Tue Jul  9 20:28:08 2013	(r322571)
+++ head/textproc/p5-HTML-Entities-Interpolate/Makefile	Tue Jul  9 20:52:07 2013	(r322572)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-HTML-Entities-Interpolate
-# Date created:		2011-08-04
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	HTML-Entities-Interpolate
-PORTVERSION=	1.04
+PORTVERSION=	1.05
 CATEGORIES=	textproc www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,11 +11,12 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Call HTML::Entities::encode_entities, via a hash, within a string
 
+LICENSE=	ART20
+
 BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-Tie-Function>=0:${PORTSDIR}/devel/p5-Tie-Function
-RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
-		p5-Tie-Function>=0:${PORTSDIR}/devel/p5-Tie-Function
-TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod
 
 PERL_CONFIGURE=	yes
 

Modified: head/textproc/p5-HTML-Entities-Interpolate/distinfo
==============================================================================
--- head/textproc/p5-HTML-Entities-Interpolate/distinfo	Tue Jul  9 20:28:08 2013	(r322571)
+++ head/textproc/p5-HTML-Entities-Interpolate/distinfo	Tue Jul  9 20:52:07 2013	(r322572)
@@ -1,2 +1,2 @@
-SHA256 (HTML-Entities-Interpolate-1.04.tgz) = efc22c4aa1fbe26112a53e4e637c7632b48ea429f2648cdb3207fc003e7540f9
-SIZE (HTML-Entities-Interpolate-1.04.tgz) = 3786
+SHA256 (HTML-Entities-Interpolate-1.05.tgz) = f5c0199c72acb65f7ea158698fa8dc13c1cd4d64b8ba657a2e18e93d859b1f81
+SIZE (HTML-Entities-Interpolate-1.05.tgz) = 4070



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