From yasu@home.utahime.org  Sat Mar  6 08:00:03 2010
Return-Path: <yasu@home.utahime.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 32FF8106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Mar 2010 08:00:03 +0000 (UTC)
	(envelope-from yasu@home.utahime.org)
Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40])
	by mx1.freebsd.org (Postfix) with ESMTP id F231E8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Mar 2010 08:00:02 +0000 (UTC)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 25A9645056;
	Sat,  6 Mar 2010 17:00:01 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id EBEE47E826;
	Sat,  6 Mar 2010 17:00:00 +0900 (JST)
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id B741D7E825; Sat,  6 Mar 2010 17:00:00 +0900 (JST)
Message-Id: <20100306080000.B741D7E825@eastasia.home.utahime.org>
Date: Sat,  6 Mar 2010 17:00:00 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] www/validator: fix runtime dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify: cyberbotx@cyberbotx.com

>Number:         144504
>Category:       ports
>Synopsis:       [PATCH] www/validator: fix runtime dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 06 08:10:01 UTC 2010
>Closed-Date:    Tue Mar 09 01:13:37 UTC 2010
>Last-Modified:  Tue Mar  9 01:20:00 UTC 2010
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD xxxx 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Sat Mar 6 00:10:19 JST 2010 xxxx i386


	
>Description:
	- Fix runtime dependency.
	- Sync files/validator.conf.sample.in with the one in the original archives.
	
>How-To-Repeat:
	
>Fix:

	

--- patch-validator begins here ---
Index: Makefile
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/www/validator/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	4 Mar 2010 13:55:22 -0000	1.21
+++ Makefile	6 Mar 2010 07:38:30 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	validator
 PORTVERSION=	0.8.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://validator.w3.org/dist/ \
 		http://www.cyberbotx.com/w3c-validator/
@@ -22,10 +23,11 @@
 		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
 		${SITE_PERL}/HTML/Encoding.pm:${PORTSDIR}/www/p5-HTML-Encoding \
 		${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
+		${SITE_PERL}/mach/HTML/Tidy.pm:${PORTSDIR}/textproc/p5-HTML-Tidy \
 		${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
+		${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \
 		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
 		${SITE_PERL}/${PERL_ARCH}/SGML/Parser/OpenSP.pm:${PORTSDIR}/textproc/p5-SGML-Parser-OpenSP \
-		${SITE_PERL}/${PERL_ARCH}/String/Approx.pm:${PORTSDIR}/devel/p5-String-Approx \
 		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
 		${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
 
Index: files/validator.conf.sample.in
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/www/validator/files/validator.conf.sample.in,v
retrieving revision 1.2
diff -u -r1.2 validator.conf.sample.in
--- files/validator.conf.sample.in	29 Jul 2007 13:13:58 -0000	1.2
+++ files/validator.conf.sample.in	6 Mar 2010 07:36:16 -0000
@@ -76,10 +76,6 @@
 # The "Home Page" for the service.  Make sure this ends with a slash.
 Home Page = http://validator.w3.org/
 
-#
-# Base URI for the Element Reference.
-Element Ref URI = http://www.htmlhelp.com/reference/html40/
-
 # Localization
 # only English available for now
 Languages = en
@@ -91,12 +87,6 @@
 #
 
 #
-# Maps element names to URLs (cf. "Element Ref URI" above).
-<Elements>
-  Include %%PREFIX%%/www/validator/htdocs/config/eref.cfg
-</Elements>
-
-#
 # Main document Type Registry; contains all information on the types
 # of documents we support and how they are processed.
 <Types>
--- patch-validator ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Mar 6 08:10:12 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144504 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cyberbotx@cyberbotx.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/144504: [PATCH] www/validator: fix runtime dependency
Date: Sat, 6 Mar 2010 08:10:10 UT

 Maintainer of www/validator,
 
 Please note that PR ports/144504 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144504
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Naram Qashat <cyberbotx@cyberbotx.com>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/144504: [PATCH] www/validator: fix runtime dependency
Date: Sat, 06 Mar 2010 12:41:24 -0500

 On 03/06/10 03:10, Edwin Groothuis wrote:
 > Maintainer of www/validator,
 >
 > Please note that PR ports/144504 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144504
 
 I'm fine with the patch, with one exception.  I do not want p5-HTML-Tidy added 
 to the main RUN_DEPENDS because it is already set via the WITH_HTML_TIDY knob. 
 Otherwise everything else is good with the patch.
 
 Thanks,
 Naram Qashat
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sat Mar 6 18:12:45 UTC 2010 
State-Changed-Why:  
Approved, but with one exception. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144504 

From: Yasuhiro KIMURA <yasu@utahime.org>
To: cyberbotx@cyberbotx.com
Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/144504: [PATCH] www/validator: fix runtime dependency
Date: Mon, 08 Mar 2010 12:16:47 +0900 (JST)

 ----Next_Part(Mon_Mar__8_12_16_47_2010_254)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Thank you for your feedback.
 Surely I overlooked HTML_TIDY option.
 So I updated the original patch.
 Would you please review again?
 
 Best Ragards.
 
 ----Next_Part(Mon_Mar__8_12_16_47_2010_254)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename=patch-validator
 
 Index: Makefile
 ===================================================================
 RCS file: /usr0/freebsd/cvsroot/ports/www/validator/Makefile,v
 retrieving revision 1.21
 diff -u -r1.21 Makefile
 --- Makefile	4 Mar 2010 13:55:22 -0000	1.21
 +++ Makefile	8 Mar 2010 01:00:15 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	validator
  PORTVERSION=	0.8.6
 +PORTREVISION=	1
  CATEGORIES=	www
  MASTER_SITES=	http://validator.w3.org/dist/ \
  		http://www.cyberbotx.com/w3c-validator/
 @@ -23,9 +24,9 @@
  		${SITE_PERL}/HTML/Encoding.pm:${PORTSDIR}/www/p5-HTML-Encoding \
  		${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
  		${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
 +		${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \
  		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
  		${SITE_PERL}/${PERL_ARCH}/SGML/Parser/OpenSP.pm:${PORTSDIR}/textproc/p5-SGML-Parser-OpenSP \
 -		${SITE_PERL}/${PERL_ARCH}/String/Approx.pm:${PORTSDIR}/devel/p5-String-Approx \
  		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
  		${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
  
 Index: files/validator.conf.sample.in
 ===================================================================
 RCS file: /usr0/freebsd/cvsroot/ports/www/validator/files/validator.conf.sample.in,v
 retrieving revision 1.2
 diff -u -r1.2 validator.conf.sample.in
 --- files/validator.conf.sample.in	29 Jul 2007 13:13:58 -0000	1.2
 +++ files/validator.conf.sample.in	6 Mar 2010 07:36:16 -0000
 @@ -76,10 +76,6 @@
  # The "Home Page" for the service.  Make sure this ends with a slash.
  Home Page = http://validator.w3.org/
  
 -#
 -# Base URI for the Element Reference.
 -Element Ref URI = http://www.htmlhelp.com/reference/html40/
 -
  # Localization
  # only English available for now
  Languages = en
 @@ -91,12 +87,6 @@
  #
  
  #
 -# Maps element names to URLs (cf. "Element Ref URI" above).
 -<Elements>
 -  Include %%PREFIX%%/www/validator/htdocs/config/eref.cfg
 -</Elements>
 -
 -#
  # Main document Type Registry; contains all information on the types
  # of documents we support and how they are processed.
  <Types>
 
 ----Next_Part(Mon_Mar__8_12_16_47_2010_254)----

From: Naram Qashat <cyberbotx@cyberbotx.com>
To: Yasuhiro KIMURA <yasu@utahime.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/144504: [PATCH] www/validator: fix runtime dependency
Date: Sun, 07 Mar 2010 23:39:15 -0500

 On 03/07/10 22:16, Yasuhiro KIMURA wrote:
 > Thank you for your feedback.
 > Surely I overlooked HTML_TIDY option.
 > So I updated the original patch.
 > Would you please review again?
 >
 > Best Ragards.
 
 That should be fine now.
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Tue Mar 9 01:13:34 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144504 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144504: commit references a PR
Date: Tue,  9 Mar 2010 01:12:46 +0000 (UTC)

 wen         2010-03-09 01:12:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/validator        Makefile 
     www/validator/files  validator.conf.sample.in 
   Log:
   - Fix runtime dependency
   
   PR:             ports/144504
   Submitted by:   Yasuhiro KIMURA <yasu@utahime.org>
   Approved by:    maintainer
   Feature safe:   yes
   
   Revision  Changes    Path
   1.22      +2 -1      ports/www/validator/Makefile
   1.3       +0 -10     ports/www/validator/files/validator.conf.sample.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
