From owner-cvs-ports@FreeBSD.ORG Thu Dec 15 15:18:20 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5AC41065675; Thu, 15 Dec 2011 15:18:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 704D48FC1E; Thu, 15 Dec 2011 15:18:20 +0000 (UTC) Received: from mouf.net (www@localhost [127.0.0.1]) by mouf.net (8.14.4/8.14.4) with ESMTP id pBFFIAmT085596; Thu, 15 Dec 2011 10:18:10 -0500 (EST) (envelope-from swills@FreeBSD.org) Received: from 198.85.229.5 (SquirrelMail authenticated user swills) by mouf.net with HTTP; Thu, 15 Dec 2011 10:18:18 -0500 Message-ID: In-Reply-To: <20111214054215.GA49332@FreeBSD.org> References: <201112140336.pBE3aZDI051444@repoman.freebsd.org> <20111214054215.GA49332@FreeBSD.org> Date: Thu, 15 Dec 2011 10:18:18 -0500 From: "Steve Wills" To: "Alexey Dokuchaev" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mouf.net [127.0.0.1]); Thu, 15 Dec 2011 10:18:18 -0500 (EST) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/p5-Cache-Memcached-Managed Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 15:18:20 -0000 > On Wed, Dec 14, 2011 at 03:36:35AM +0000, Steve Wills wrote: >> swills 2011-12-14 03:36:35 UTC >> >> Modified files: >> databases/p5-Cache-Memcached-Managed Makefile >> Log: >> - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS >> - Add TEST_DEPENDS > > Thanks for these cleanups Steve, much appreciated! > Glad to help. I wasn't sure if folks would be annoyed at the repo churn and perhaps these fixes should wait until the next update. I've got a ton more of these. I've working on a bit of a personal project making sure all the p5- ports pass their "make test" if they have one. I can provide more info on that if anyone is interested. Steve