From owner-svn-ports-all@freebsd.org Thu Feb 9 21:41:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E22CFCD8D6D; Thu, 9 Feb 2017 21:41:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBADB266; Thu, 9 Feb 2017 21:41:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id B0E0E20CE3; Thu, 9 Feb 2017 16:31:54 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Thu, 09 Feb 2017 16:31:54 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=cc zrMVzCZxaqGbIKhD98SaBKj+s=; b=IbyqZLl3od3lkjLEy9MP/EepIBSroSTVoP NZTenHoqpie8DV44bO/b6pANBs2jjU388cC+fSDm24QsCpyNaRbPIsZ1hwVu+0nt uz54UsJvXqD0RhL19rXA4ahdLeNLCLtgqbuhx8PxG8ZajkWKz6HUYf9WSvj18rMp xsayuaz2o= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 9479ABAB4B; Thu, 9 Feb 2017 16:31:54 -0500 (EST) Message-Id: <1486675914.1591164.876129480.1D9B7654@webmail.messagingengine.com> From: Mark Felder To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-4a450d19 References: <201702091644.v19GiAUt053792@repo.freebsd.org> <20170209172246.GA72926@FreeBSD.org> Date: Thu, 09 Feb 2017 15:31:54 -0600 In-Reply-To: <20170209172246.GA72926@FreeBSD.org> Subject: Re: svn commit: r433743 - head/games/xtux X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 21:41:08 -0000 On Thu, Feb 9, 2017, at 11:22, Alexey Dokuchaev wrote: > On Thu, Feb 09, 2017 at 04:44:10PM +0000, Mark Felder wrote: > > New Revision: 433743 > > URL: https://svnweb.freebsd.org/changeset/ports/433743 > > > > Log: > > games/xtux: Fix Makefile encoding to be ASCII > > > > MFH: 2017Q1 > > > > Modified: > > head/games/xtux/Makefile > > > > Modified: head/games/xtux/Makefile > > ============================================================================== > > --- head/games/xtux/Makefile Thu Feb 9 16:37:01 2017 (r433742) > > +++ head/games/xtux/Makefile Thu Feb 9 16:44:10 2017 (r433743) > > @@ -1,4 +1,4 @@ > > -# Created by: G?ran Runfeldt > > +# Created by: Gran Runfeldt > > Looks like it should be ASCII'zed as Goran (hint: the email address). > Another option was to convert it to UTF-8 from ISO-8859-15. > > ./danfe > Hmm I thought I had it fixed as "Goran". Good catch. -- Mark Felder ports-secteam & portmgr member feld@FreeBSD.org