From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 22 22:40:02 2009 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 54B00106566B for ; Thu, 22 Oct 2009 22:40: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 34D078FC17 for ; Thu, 22 Oct 2009 22:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9MMe1mX021013 for ; Thu, 22 Oct 2009 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9MMe1ol021012; Thu, 22 Oct 2009 22:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 22 Oct 2009 22:40:01 GMT Resent-Message-Id: <200910222240.n9MMe1ol021012@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, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F37A1065698 for ; Thu, 22 Oct 2009 22:32:06 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145]) by mx1.freebsd.org (Postfix) with ESMTP id 6ECE88FC39 for ; Thu, 22 Oct 2009 22:32:05 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id A83967E81B; Fri, 23 Oct 2009 06:32:04 +0800 (CST) Message-Id: <20091022223204.A83967E81B@colo-p.gslin.org> Date: Fri, 23 Oct 2009 06:32:04 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org, gslin@gslin.org Subject: ports/139851: [PATCH] devel/p5-Alzabo: Fix build (since p5-Params-Validate) 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: Thu, 22 Oct 2009 22:40:02 -0000 >Number: 139851 >Category: ports >Synopsis: [PATCH] devel/p5-Alzabo: Fix build (since p5-Params-Validate) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 22 22:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009 >Description: - Fix build (since p5-Params-Validate) Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Alzabo-0.92.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Alzabo/Makefile /home/staff/gslin/work/ports2/p5-Alzabo/Makefile --- /usr/ports/devel/p5-Alzabo/Makefile 2009-08-16 17:55:10.000000000 +0800 +++ /home/staff/gslin/work/ports2/p5-Alzabo/Makefile 2009-10-23 06:31:09.000000000 +0800 @@ -14,12 +14,12 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A data modelling tool and RDBMS-OO mapper -BUILD_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Class-Factory-Util>0:${PORTSDIR}/devel/p5-Class-Factory-Util \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ + p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Tie-IxHash>0:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes --- p5-Alzabo-0.92.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: