Date: Sun, 12 Mar 2006 16:40:56 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cyberbotx@cyberbotx.com Subject: ports/94379: [PATCH] www/validator: Update to 0.7.2 and fix runtime error Message-ID: <20060312074056.8EA4D2D@eastasia.home.utahime.org> Resent-Message-ID: <200603120921.k2C9Le9p077157@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94379 >Category: ports >Synopsis: [PATCH] www/validator: Update to 0.7.2 and fix runtime error >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 12 09:21:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 6.0-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD xxxx 6.0-RELEASE-p5 FreeBSD 6.0-RELEASE-p5 #0: Thu Mar 2 04:36:25 JST 2006 xxxx i386 >Description: Update to 0.7.2 and fix runtime error. This patch should be committed before ports tree is tagged for 6.1R/5.5R because this port currently does not work due to known incompatibility issue with newer version of Config::General module. http://validator.w3.org/whatsnew.html#t2006-02-20 http://www.nabble.com/Can't-get-validator-on-my-server-(-t1062848.html >How-To-Repeat: >Fix: --- patch-www::validator begins here --- Index: Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/www/validator/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 20 Oct 2005 20:29:14 -0000 1.5 +++ Makefile 12 Mar 2006 07:04:45 -0000 @@ -6,7 +6,7 @@ # PORTNAME= validator -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= www MASTER_SITES= http://validator.w3.org/dist/ \ http://www.cyberbotx.com/w3c-validator/ Index: distinfo =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/www/validator/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 24 Jan 2006 03:14:13 -0000 1.3 +++ distinfo 12 Mar 2006 07:05:20 -0000 @@ -1,6 +1,6 @@ -MD5 (validator-0_7_1.tar.gz) = c4336201cf8ea48fce809d716bdc0d9d -SHA256 (validator-0_7_1.tar.gz) = fe7a0c61bc3ea05e49ce70646638afae05e0c54b7a5dcb2b4d1ec5a3e744aa2a -SIZE (validator-0_7_1.tar.gz) = 331061 -MD5 (sgml-lib-0_7_1.tar.gz) = 9bb2e4a04730dec300922bd9a92b622e -SHA256 (sgml-lib-0_7_1.tar.gz) = 750bb113830e45ea30ec9c5c2a64b2755dbe44075240938e3be3f13cb56b0e40 -SIZE (sgml-lib-0_7_1.tar.gz) = 518429 +MD5 (validator-0_7_2.tar.gz) = 5a0a1fdcdbdd1856d8776f95a3156e26 +SHA256 (validator-0_7_2.tar.gz) = bf2a9a33cf873d65074fdcb8575f3040ced5b3cea9c561e49464111d00114440 +SIZE (validator-0_7_2.tar.gz) = 331801 +MD5 (sgml-lib-0_7_2.tar.gz) = 2d86fd1a66f599acc6aa2267b86cd1ec +SHA256 (sgml-lib-0_7_2.tar.gz) = 837c6a0962e759768ef8c747e46a0441a957bdb7309e125384e79dc904013c2c +SIZE (sgml-lib-0_7_2.tar.gz) = 518419 --- patch-www::validator ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060312074056.8EA4D2D>