From owner-cvs-ports@FreeBSD.ORG Thu Aug 26 11:57:30 2010 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 C5B4610656A7; Thu, 26 Aug 2010 11:57:30 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0805F8FC14; Thu, 26 Aug 2010 11:57:29 +0000 (UTC) Received: by wyb33 with SMTP id 33so2395705wyb.13 for ; Thu, 26 Aug 2010 04:57:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=vQqr4O+tvJDY6i6VBcoEvjefKCdP/wX7j0bJ5TXhV28=; b=QyPsPtFUETbtgv1z07PHbWR8U30ODrBLPJQs6NOCJqtZYzLHRzoPf5f14nD/BfM1UK 7aykDRIBAwdx4+C6E8LiGBqaTDKTTPweYyBb1ERu/NmS7Htld18TX7Ov/hMowaKYqQG8 SgsmucOt03SwFjxDRE5vfGE8Q39LtBYLQqmQU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=TybWA5hqxZyXkygGlaQjaqazWOIr+fgFEe3Q019XthikQ/emdcf5xcnZHwIZgO9wa7 8QVm3Wt2SJ7+jREQ3UEFUo0SDEQGtXhb0QiAQUogC7L/hySOgqMMYGLgJ5waHtFIPWIR ZXbXc8cSgaZaGzj7gA7k5OsaKRIDbUSLCgGnQ= Received: by 10.227.7.131 with SMTP id d3mr8727688wbd.83.1282823848644; Thu, 26 Aug 2010 04:57:28 -0700 (PDT) Received: from localhost (ks369417.kimsufi.com [94.23.44.129]) by mx.google.com with ESMTPS id n17sm1587411weq.6.2010.08.26.04.57.26 (version=SSLv3 cipher=RC4-MD5); Thu, 26 Aug 2010 04:57:27 -0700 (PDT) From: Anonymous To: ports-committers@FreeBSD.org References: <201008261125.o7QBPYH4076779__22358.5297157571$1282821962$gmane$org@repoman.freebsd.org> <86bp8psis1.fsf@gmail.com> <20100826115510.GO65439@rincewind.paeps.cx> Date: Thu, 26 Aug 2010 15:57:24 +0400 In-Reply-To: <20100826115510.GO65439@rincewind.paeps.cx> (Philip Paeps's message of "Thu, 26 Aug 2010 13:55:10 +0200") Message-ID: <8639u1si1n.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games/wesnoth Makefile distinfo pkg-plist ports/games/wesnoth/files patch-configure.ac patch-src-gettext.cpp patch-src-gettext.hpp 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, 26 Aug 2010 11:57:30 -0000 Philip Paeps writes: > On 2010-08-26 15:41:34 (+0400), Anonymous wrote: >> Philip Paeps writes: >> >> > philip 2010-08-26 11:25:34 UTC >> > >> > FreeBSD ports repository >> > >> > Modified files: >> > games/wesnoth Makefile distinfo pkg-plist >> > games/wesnoth/files patch-configure.ac patch-src-gettext.cpp >> > patch-src-gettext.hpp >> > Log: >> > Update to 1.8.4 >> [...] >> > Revision Changes Path >> > 1.84 +6 -6 ports/games/wesnoth/Makefile >> > 1.52 +3 -3 ports/games/wesnoth/distinfo >> > 1.3 +0 -12 ports/games/wesnoth/files/patch-configure.ac >> >> > 1.2 +15 -0 ports/games/wesnoth/files/patch-src-gettext.cpp >> > 1.2 +25 -0 ports/games/wesnoth/files/patch-src-gettext.hpp >> >> These files now contain diffs twice: from ports/148880 and from ports/149485. >> They're practically same except for cosmetic renaming[1]. You can remove >> the parts comitted with ports/148880. > > Oh ... whoops. :o > > Like this then? [...] Yep.