From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 15:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F94C1065677 for ; Sat, 6 Sep 2008 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05AD78FC08 for ; Sat, 6 Sep 2008 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86FA15u053927 for ; Sat, 6 Sep 2008 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86FA1rd053926; Sat, 6 Sep 2008 15:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 15:10:01 GMT Resent-Message-Id: <200809061510.m86FA1rd053926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2490106566B for ; Sat, 6 Sep 2008 15:00:50 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 887768FC12 for ; Sat, 6 Sep 2008 15:00:50 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m86F0nN6075932; Sat, 6 Sep 2008 08:00:49 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m86F0nYk075931; Sat, 6 Sep 2008 08:00:49 -0700 (PDT) (envelope-from leeym) Message-Id: <200809061500.m86F0nYk075931@cn1.leeym.com> Date: Sat, 6 Sep 2008 08:00:49 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: toni.viemero@iki.fi Subject: ports/127149: [PATCH] www/p5-WebService-Validator-HTML-W3C: update to 0.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 15:10:02 -0000 >Number: 127149 >Category: ports >Synopsis: [PATCH] www/p5-WebService-Validator-HTML-W3C: update to 0.24 >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: Sat Sep 06 15:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.24 Port maintainer (toni.viemero@iki.fi) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WebService-Validator-HTML-W3C-0.24.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-webservice-validator-html-w3c/Makefile,v retrieving revision 1.7 diff -u -d -b -w -u -r1.7 Makefile --- Makefile 17 Apr 2008 14:30:26 -0000 1.7 +++ Makefile 6 Sep 2008 15:00:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= WebService-Validator-HTML-W3C -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,10 @@ MAINTAINER= toni.viemero@iki.fi COMMENT= Access to the W3Cs online HTML validator -RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-webservice-validator-html-w3c/distinfo,v retrieving revision 1.7 diff -u -d -b -w -u -r1.7 distinfo --- distinfo 17 Dec 2007 17:13:56 -0000 1.7 +++ distinfo 6 Sep 2008 15:00:28 -0000 @@ -1,3 +1,3 @@ -MD5 (WebService-Validator-HTML-W3C-0.22.tar.gz) = 0083c2afa6e695e47fee7a8d97283e3d -SHA256 (WebService-Validator-HTML-W3C-0.22.tar.gz) = 6ab73e9d4c57128b2d0eda46fe02e206169d7f22b7337c3a6787f86b5ccd184e -SIZE (WebService-Validator-HTML-W3C-0.22.tar.gz) = 13381 +MD5 (WebService-Validator-HTML-W3C-0.24.tar.gz) = 7c58ebb1df29fdc0b88474217c064f10 +SHA256 (WebService-Validator-HTML-W3C-0.24.tar.gz) = 09d62bc5a2089c792bbba34583d0a13776428c5a8d29f9c0d4f140f5145db09b +SIZE (WebService-Validator-HTML-W3C-0.24.tar.gz) = 14843 --- p5-WebService-Validator-HTML-W3C-0.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: