svn commit: r330133 - head/www/p5-HTML-Parser-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 12 15:14:38 UTC 2013


Author: sunpoet
Date: Sat Oct 12 15:14:37 2013
New Revision: 330133
URL: http://svnweb.freebsd.org/changeset/ports/330133

Log:
  - Update to 2.01
  
  Changes:	http://search.cpan.org/dist/HTML-Parser-Simple/Changes

Modified:
  head/www/p5-HTML-Parser-Simple/Makefile
  head/www/p5-HTML-Parser-Simple/distinfo

Modified: head/www/p5-HTML-Parser-Simple/Makefile
==============================================================================
--- head/www/p5-HTML-Parser-Simple/Makefile	Sat Oct 12 15:11:47 2013	(r330132)
+++ head/www/p5-HTML-Parser-Simple/Makefile	Sat Oct 12 15:14:37 2013	(r330133)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTML-Parser-Simple
-PORTVERSION=	2.00
+PORTVERSION=	2.01
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,8 +13,8 @@ COMMENT=	Parse nice HTML files without n
 
 LICENSE=	ART10
 
-BUILD_DEPENDS=	p5-Moos>=0.13:${PORTSDIR}/devel/p5-Moos \
-		p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple
+BUILD_DEPENDS=	p5-Moo>=1.003001:${PORTSDIR}/devel/p5-Moo \
+		p5-Tree-Simple>=1.22:${PORTSDIR}/devel/p5-Tree-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
 

Modified: head/www/p5-HTML-Parser-Simple/distinfo
==============================================================================
--- head/www/p5-HTML-Parser-Simple/distinfo	Sat Oct 12 15:11:47 2013	(r330132)
+++ head/www/p5-HTML-Parser-Simple/distinfo	Sat Oct 12 15:14:37 2013	(r330133)
@@ -1,2 +1,2 @@
-SHA256 (HTML-Parser-Simple-2.00.tgz) = 21264928d56aaaee65ac4887139d43312c95d948cc1acfcfa3734c4e734b9859
-SIZE (HTML-Parser-Simple-2.00.tgz) = 26434
+SHA256 (HTML-Parser-Simple-2.01.tgz) = 3c421df7e107e7a0a2c2c20bfe39007a0cdb6d7993e639d01fb520ad0f315f25
+SIZE (HTML-Parser-Simple-2.01.tgz) = 26851


More information about the svn-ports-all mailing list