Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2006 18:13:37 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98336: Update Port: www/p5-HTML-TokeParser-Simple 3.14->3.15
Message-ID:  <200606020013.k520Dbl5015204@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606020020.k520KF6d085518@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98336
>Category:       ports
>Synopsis:       Update Port: www/p5-HTML-TokeParser-Simple 3.14->3.15
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 00:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v3.14 to v3.15
- Restrict to Perl 5.6+ due to dependency upon www/p5-HTML-Parser

3.15  2005-11-29
      Fixed bug where rewrite_tag would unescape entities.  Thanks to "Paul
      Bijnens" <paul.bijnens@xplanation.com> for the bug report and fix.
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-TokeParser-Simple/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	18 Oct 2005 13:42:30 -0000	1.3
+++ Makefile	2 Jun 2006 00:13:06 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML-TokeParser-Simple
-PORTVERSION=	3.14
+PORTVERSION=	3.15
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTML
@@ -15,7 +15,7 @@
 MAINTAINER=	lars.eggert@gmx.net
 COMMENT=	Subclass of HTML::TokeParser with easy-to-remember method calls
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
 		${SITE_PERL}/Sub/Override.pm:${PORTSDIR}/devel/p5-Sub-Override
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
@@ -30,4 +30,10 @@
 		HTML::TokeParser::Simple::Token::Tag::Start.3 \
 		HTML::TokeParser::Simple::Token::Text.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600 #inherted from www/p5-HTML-Parser
+IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-TokeParser-Simple/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	24 Jan 2006 03:13:51 -0000	1.4
+++ distinfo	2 Jun 2006 00:13:06 -0000
@@ -1,3 +1,3 @@
-MD5 (HTML-TokeParser-Simple-3.14.tar.gz) = 8f80b00fb71628caa02eeb86d729a6ed
-SHA256 (HTML-TokeParser-Simple-3.14.tar.gz) = 029d8d9ec2e8459c5161309142175ee6c5e8873abffb420292836abd02d0934d
-SIZE (HTML-TokeParser-Simple-3.14.tar.gz) = 15989
+MD5 (HTML-TokeParser-Simple-3.15.tar.gz) = 2867824be9cbe3e86e94ca677d042ffe
+SHA256 (HTML-TokeParser-Simple-3.15.tar.gz) = ab006c808f4607ecdeed1d54ba997167281d97cc7d1dc968d0971f7802e72146
+SIZE (HTML-TokeParser-Simple-3.15.tar.gz) = 16302
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-TokeParser-Simple/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	21 Sep 2005 19:35:49 -0000	1.3
+++ pkg-descr	2 Jun 2006 00:13:06 -0000
@@ -10,3 +10,4 @@
  $token->[0] eq 'S' and $token->[1] eq 'form'
 
 WWW: http://search.cpan.org/dist/HTML-TokeParser-Simple/
+Author: Curtis "Ovid" Poe <eop_divo_sitruc@yahoo.com>
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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