From owner-cvs-all@FreeBSD.ORG Wed Jan 23 10:22:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E6ADC16A419; Wed, 23 Jan 2008 10:22:15 +0000 (UTC) Date: Wed, 23 Jan 2008 10:22:15 +0000 From: Alexey Dokuchaev To: Jeremy Messenger Message-ID: <20080123102215.GA52590@FreeBSD.org> References: <200801222341.m0MNfGvs073157@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200801222341.m0MNfGvs073157@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-p2p/transmission Makefile distinfo ports/net-p2p/transmission/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 10:22:16 -0000 On Tue, Jan 22, 2008 at 11:41:16PM +0000, Jeremy Messenger wrote: > mezz 2008-01-22 23:41:16 UTC > > FreeBSD ports repository > > Modified files: > net-p2p/transmission Makefile distinfo > net-p2p/transmission/files patch-Makefile.in patch-configure > Log: > Update to 1.02. > > Revision Changes Path > 1.28 +1 -1 ports/net-p2p/transmission/Makefile > 1.20 +3 -3 ports/net-p2p/transmission/distinfo > 1.2 +3 -3 ports/net-p2p/transmission/files/patch-Makefile.in > 1.9 +17071 -635 ports/net-p2p/transmission/files/patch-configure Having 17K+ lines patch usually inducates that port's autotools bits should have been messed with at a lower level (to end up with recreated configure script instead of patching vendor-supplied one). ./danfe