ports/146586: [PATCH] textproc/p5-HTML-Tidy: update to 1.52

Sunpoet Po-Chuan Hsieh sunpoet at sunpoet.net
Fri May 14 15:30:08 UTC 2010


>Number:         146586
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-HTML-Tidy: update to 1.52
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 14 15:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed May  5 00:44:42 CST
>Description:
- Update to 1.52
- New dependency (textproc/tidyp) was submitted as PR/146585

Removed file(s):
- files/patch-Tidy.xs

Port maintainer (perl at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-HTML-Tidy-1.52.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-HTML-Tidy/Makefile /usr/ports/sunpoet/p5-HTML-Tidy/Makefile
--- /usr/ports/textproc/p5-HTML-Tidy/Makefile	2009-08-17 08:35:50.000000000 +0800
+++ /usr/ports/sunpoet/p5-HTML-Tidy/Makefile	2010-05-14 23:00:05.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	HTML-Tidy
-PORTVERSION=	1.08
-PORTREVISION=	1
+PORTVERSION=	1.52
 CATEGORIES=	textproc www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,8 +14,8 @@
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Web validation in a Perl object using tidy
 
-BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
-LIB_DEPENDS=	tidy:${PORTSDIR}/www/tidy-lib
+BUILD_DEPENDS=	${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
+LIB_DEPENDS=	tidyp:${PORTSDIR}/textproc/tidyp
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.8.0+
diff -ruN --exclude=CVS /usr/ports/textproc/p5-HTML-Tidy/distinfo /usr/ports/sunpoet/p5-HTML-Tidy/distinfo
--- /usr/ports/textproc/p5-HTML-Tidy/distinfo	2007-04-20 03:35:17.000000000 +0800
+++ /usr/ports/sunpoet/p5-HTML-Tidy/distinfo	2010-05-13 14:26:14.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (HTML-Tidy-1.08.tar.gz) = adf83cfa6dcfb9de1283f771ad9c2e0d
-SHA256 (HTML-Tidy-1.08.tar.gz) = 7537b06d92055c63e9e0f6a28b5267cbeccf7669abbf89d4069c361fe5a4f7a8
-SIZE (HTML-Tidy-1.08.tar.gz) = 26399
+MD5 (HTML-Tidy-1.52.tar.gz) = c71d538120fbba6bd8e3463eec9e3782
+SHA256 (HTML-Tidy-1.52.tar.gz) = 323bd5304189f90a0c1c18a9210180576edc597843c21e994a7632043eb3642a
+SIZE (HTML-Tidy-1.52.tar.gz) = 25436
diff -ruN --exclude=CVS /usr/ports/textproc/p5-HTML-Tidy/files/patch-Tidy.xs /usr/ports/sunpoet/p5-HTML-Tidy/files/patch-Tidy.xs
--- /usr/ports/textproc/p5-HTML-Tidy/files/patch-Tidy.xs	2007-10-05 02:57:40.000000000 +0800
+++ /usr/ports/sunpoet/p5-HTML-Tidy/files/patch-Tidy.xs	1970-01-01 08:00:00.000000000 +0800
@@ -1,20 +0,0 @@
-$Id$
---- Tidy.xs.orig	2007-09-24 11:36:19.000000000 +0200
-+++ Tidy.xs	2007-09-24 11:37:42.000000000 +0200
-@@ -55,6 +55,7 @@ _tidy_messages(input, configfile, tidy_o
-         const char* newline;
-         int rc = 0;
-     PPCODE:
-+        tidyBufInit(&errbuf);
-         rc = ( tidyOptSetValue( tdoc, TidyCharEncoding, "utf8" ) ? rc : -1 );
- 
-         if ( (rc >= 0 ) && configfile && *configfile ) {
-@@ -117,6 +118,8 @@ _tidy_clean(input, configfile, tidy_opti
-         const char* newline;
-         int rc = 0;
-     PPCODE:
-+        tidyBufInit(&output);
-+        tidyBufInit(&errbuf);
-         /* Set our default first. */
-         /* Don't word-wrap */
-         rc = ( tidyOptSetInt( tdoc, TidyWrapLen, 0 ) ? rc : -1 );
--- p5-HTML-Tidy-1.52.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list