From owner-cvs-ports@FreeBSD.ORG Sat Jun 18 16:31:00 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 DB5B9106564A; Sat, 18 Jun 2011 16:31:00 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id BADDD8FC08; Sat, 18 Jun 2011 16:31:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 6532617113; Sat, 18 Jun 2011 12:31:00 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received; s=aegis; t= 1308414660; bh=YiR3n6ixLtoRc1QrydB8I6/TPEvkvARbHygR7ipTzw0=; b=A 3k7ffhvi9mE8Roy4B8qQQdNislDZgRWAkl8HJUwSqpaXga5+eTpHpg3zoiA2RoLg N+ERJwJUAgPqWba2p6NHREZyQRlYL1YgQAjbZH7t3MgR9CQ5azjet8NjsqSCMeHl PQDPLrSnGKMb8uIEeFSC9gb/0Wn8xVTpfoGfOIpbo0= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id ZedDKtpNPMje; Sat, 18 Jun 2011 12:31:00 -0400 (EDT) Date: Sat, 18 Jun 2011 12:30:56 -0400 From: Sahil Tandon To: Wen Heping Message-ID: <20110618163056.GB20866@magic.hamla.org> References: <201106180245.p5I2jt7G044233@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201106180245.p5I2jt7G044233@repoman.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/pecl-mogilefs Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2011 16:31:01 -0000 On Sat, 2011-06-18 at 02:45:55 +0000, Wen Heping wrote: > wen 2011-06-18 02:45:55 UTC > > FreeBSD ports repository > > Modified files: > sysutils/pecl-mogilefs Makefile distinfo > Log: > - Update to 0.9.1 > - Fix build with custom LOCALBASE > > Revision Changes Path > 1.3 +4 -1 ports/sysutils/pecl-mogilefs/Makefile No big deal, but isn't it more appropriate to perform that replacement in the post-patch (rather than post-extract) target? -- Sahil Tandon