From owner-freebsd-perl@FreeBSD.ORG Sun Jul 31 21:04:50 2011 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 86AF31065675; Sun, 31 Jul 2011 21:04:50 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 65-241-43-4.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 5A79D1622BF; Sun, 31 Jul 2011 21:04:50 +0000 (UTC) Message-ID: <4E35C372.9030209@FreeBSD.org> Date: Sun, 31 Jul 2011 14:04:50 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:5.0) Gecko/20110723 Thunderbird/5.0 MIME-Version: 1.0 To: perl@FreeBSD.org, Sunpoet Po-Chuan Hsieh References: <201107312100.p6VL0Z0s033087@repoman.freebsd.org> In-Reply-To: <201107312100.p6VL0Z0s033087@repoman.freebsd.org> X-Enigmail-Version: 1.2pre OpenPGP: id=1A1ABC84 X-Forwarded-Message-Id: <201107312100.p6VL0Z0s033087@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Fwd: cvs commit: ports/databases/p5-DBIx-Custom Makefile X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 21:04:50 -0000 FYI. -------- Original Message -------- Subject: cvs commit: ports/databases/p5-DBIx-Custom Makefile Date: Sun, 31 Jul 2011 21:00:35 +0000 (UTC) From: Doug Barton To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org dougb 2011-07-31 21:00:35 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Custom Makefile Log: Fix the build with what seems to have been the intended change from 1.28 It seems that the intention was to make a new BUILD_DEPENDS with the same content as the existing RUN_DEPENDS, but one line was missed, causing neither to work. So instead, make BUILD_DEPENDS equal to the old RUN_DEPENDS, and use the := method to set RUN_DEPENDS, in part because it helps avoid this kind of error. Revision Changes Path 1.29 +1 -3 ports/databases/p5-DBIx-Custom/Makefile http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Custom/Makefile.diff?&r1=1.28&r2=1.29&f=h