From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 9 20:30:08 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B275E16A47B for ; Sat, 9 Dec 2006 20:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C13843CA4 for ; Sat, 9 Dec 2006 20:29:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB9KU7ge071515 for ; Sat, 9 Dec 2006 20:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB9KU7mN071472; Sat, 9 Dec 2006 20:30:07 GMT (envelope-from gnats) Resent-Date: Sat, 9 Dec 2006 20:30:07 GMT Resent-Message-Id: <200612092030.kB9KU7mN071472@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAD3816A403 for ; Sat, 9 Dec 2006 20:29:00 +0000 (UTC) (envelope-from dsh@vlink.ru) Received: from rigel.internal.vlink.ru (rigel.internal.vlink.ru [85.172.168.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D3143C9D for ; Sat, 9 Dec 2006 20:27:54 +0000 (GMT) (envelope-from dsh@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 41747FEDC1F; Sat, 9 Dec 2006 23:28:55 +0300 (MSK) Received: from localhost.my.domain (wizard.vlink.ru [85.172.168.67]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id 1B26910098B4; Sat, 9 Dec 2006 23:28:55 +0300 (MSK) Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.13.8/8.13.8) with ESMTP id kB9KSrs6086209; Sat, 9 Dec 2006 23:28:53 +0300 (MSK) (envelope-from dsh@localhost.my.domain) Received: (from dsh@localhost) by localhost.my.domain (8.13.8/8.13.8/Submit) id kB9KSriX086205; Sat, 9 Dec 2006 23:28:53 +0300 (MSK) (envelope-from dsh) Message-Id: <200612092028.kB9KSriX086205@localhost.my.domain> Date: Sat, 9 Dec 2006 23:28:53 +0300 (MSK) From: Denis Shaposhnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106541: Update port: www/p5-HTML-Mason (fix dependency) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 09 Dec 2006 20:30:08 -0000 >Number: 106541 >Category: ports >Synopsis: Update port: www/p5-HTML-Mason (fix dependency) >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: Sat Dec 09 20:30:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Nov 24 22:26:16 MSK 2006 dsh@localhost.my.domain:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386 >Description: Set minimum required version of p5-Build-Module to 0.28 because with 0.26 the port doesn't install. Thanks Eric W. Bates for fix. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 773) +++ Makefile (working copy) @@ -15,7 +15,7 @@ MAINTAINER= dsh@vlink.ru COMMENT= High-performance, dynamic web site authoring system -BUILD_DEPENDS= p5-Module-Build>=0.26:${PORTSDIR}/devel/p5-Module-Build +BUILD_DEPENDS= p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ >Release-Note: >Audit-Trail: >Unformatted: