From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 23 19:50:03 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 28CC216A40E for ; Sat, 23 Feb 2008 19:50:03 +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 15FA513C4D1 for ; Sat, 23 Feb 2008 19:50:03 +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 m1NJo2uu032134 for ; Sat, 23 Feb 2008 19:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1NJo2ZA032133; Sat, 23 Feb 2008 19:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 23 Feb 2008 19:50:02 GMT Resent-Message-Id: <200802231950.m1NJo2ZA032133@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, Felippe de Meirelles Motta Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14C9016A400 for ; Sat, 23 Feb 2008 19:46:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1311C13C442 for ; Sat, 23 Feb 2008 19:46:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1NJhdkL003137 for ; Sat, 23 Feb 2008 19:43:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1NJhds4003136; Sat, 23 Feb 2008 19:43:39 GMT (envelope-from nobody) Message-Id: <200802231943.m1NJhds4003136@www.freebsd.org> Date: Sat, 23 Feb 2008 19:43:39 GMT From: Felippe de Meirelles Motta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/121005: [UPDATE] www/p5-CGI-Application-Plugin-HtmlTidy 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, 23 Feb 2008 19:50:03 -0000 >Number: 121005 >Category: ports >Synopsis: [UPDATE] www/p5-CGI-Application-Plugin-HtmlTidy >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 Feb 23 19:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 1.02 - Use CPAN macro - Better adjustment of dependences >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Application-Plugin-HtmlTidy/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 8 Sep 2007 01:10:30 -0000 1.3 +++ Makefile 21 Feb 2008 16:36:30 -0000 @@ -6,18 +6,17 @@ # PORTNAME= CGI-Application-Plugin-HtmlTidy -PORTVERSION= 1.00 +PORTVERSION= 1.02 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= CGI +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= hartzell@alerce.com COMMENT= Add HTML::Tidy support to CGI::Application -BUILD_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \ +BUILD_DEPENDS= p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \ ${SITE_PERL}/CGI/Application/Plugin/DevPopup.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-DevPopup \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Tidy.pm:${PORTSDIR}/textproc/p5-HTML-Tidy + p5-HTML-Tidy>=1.08:${PORTSDIR}/textproc/p5-HTML-Tidy RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Application-Plugin-HtmlTidy/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 12 Jan 2007 21:57:56 -0000 1.2 +++ distinfo 21 Feb 2008 16:36:30 -0000 @@ -1,3 +1,3 @@ -MD5 (CGI-Application-Plugin-HtmlTidy-1.00.tar.gz) = 399e61e405c365dfea26550d0cd0e50a -SHA256 (CGI-Application-Plugin-HtmlTidy-1.00.tar.gz) = 80d145c2829abda5f7c33363be951cfddf2d07579af7ec592d79c25dc81cab79 -SIZE (CGI-Application-Plugin-HtmlTidy-1.00.tar.gz) = 7142 +MD5 (CGI-Application-Plugin-HtmlTidy-1.02.tar.gz) = 0c08146619259fde0531633097765c83 +SHA256 (CGI-Application-Plugin-HtmlTidy-1.02.tar.gz) = 551d322f18fd6ccb1a99a0456c5203f2b43233e0cbd60c2e08f554bf9b8aede3 +SIZE (CGI-Application-Plugin-HtmlTidy-1.02.tar.gz) = 7787 >Release-Note: >Audit-Trail: >Unformatted: