From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 9 09:30:31 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80AF816A533 for ; Wed, 9 Feb 2005 09:30:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1110F43D31 for ; Wed, 9 Feb 2005 09:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j199URXs058976 for ; Wed, 9 Feb 2005 09:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j199URkr058948; Wed, 9 Feb 2005 09:30:27 GMT (envelope-from gnats) Resent-Date: Wed, 9 Feb 2005 09:30:27 GMT Resent-Message-Id: <200502090930.j199URkr058948@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, Denis Shaposhnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F5B16A4D0 for ; Wed, 9 Feb 2005 09:26:19 +0000 (GMT) Received: from deliver.smtp.vlink.ru (alias.rigel.internal.vlink.ru [217.23.88.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2541B43D39 for ; Wed, 9 Feb 2005 09:26:18 +0000 (GMT) (envelope-from dsh@neva.vlink.ru) Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1]) by deliver.smtp.vlink.ru (Postfix) with ESMTP id DB6C145B26 for ; Wed, 9 Feb 2005 12:26:15 +0300 (MSK) Received: from neva.vlink.ru (neva.vlink.ru [217.107.252.29]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id B0D0845B1B for ; Wed, 9 Feb 2005 12:26:15 +0300 (MSK) Received: from neva.vlink.ru (localhost [127.0.0.1]) by neva.vlink.ru (8.13.1/8.13.1) with ESMTP id j199QFRl034662 for ; Wed, 9 Feb 2005 12:26:15 +0300 (MSK) (envelope-from dsh@neva.vlink.ru) Received: (from dsh@localhost) by neva.vlink.ru (8.13.1/8.13.1/Submit) id j199QFIH034659; Wed, 9 Feb 2005 12:26:15 +0300 (MSK) (envelope-from dsh) Message-Id: <200502090926.j199QFIH034659@neva.vlink.ru> Date: Wed, 9 Feb 2005 12:26:15 +0300 (MSK) From: Denis Shaposhnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77298: update port: www/p5-HTML-Mason (fix |h escaping) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Denis Shaposhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2005 09:30:32 -0000 >Number: 77298 >Category: ports >Synopsis: update port: www/p5-HTML-Mason (fix |h escaping) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 09 09:30:27 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD neva.vlink.ru 6.0-CURRENT FreeBSD 6.0-CURRENT #10: Tue Feb 8 13:04:38 MSK 2005 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/NEVA i386 >Description: Fix |h escaping. Thanks to Max Baker. >How-To-Repeat: diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile --- p5-HTML-Mason.orig/Makefile Wed Nov 10 19:59:55 2004 +++ p5-HTML-Mason/Makefile Wed Feb 9 12:12:53 2005 @@ -19,7 +19,8 @@ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_CONFIGURE= yes CONFIGURE_ARGS+= --no-prompts >Fix: >Release-Note: >Audit-Trail: >Unformatted: