From owner-svn-ports-head@freebsd.org Fri Feb 10 16:05:32 2017 Return-Path: Delivered-To: svn-ports-head@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 C2164CD946F; Fri, 10 Feb 2017 16:05:32 +0000 (UTC) (envelope-from feld@feld.me) 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 95AE01FC3; Fri, 10 Feb 2017 16:05:32 +0000 (UTC) (envelope-from feld@feld.me) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 203252072D; Fri, 10 Feb 2017 11:05:31 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute6.internal (MEProxy); Fri, 10 Feb 2017 11:05:31 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; 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=mesmtp; bh=wV/AWwjIWibAgSvn1uMK2T3aQr Y=; b=Az6iXrq8+CoVe3f+ChmtwvjP12LmySSxszkDt+rYsCxUoDA2oPdxv2e3yB tx9C9f31/0LK1sl5aTHENBswOPsoCArXY5SSBIV5u/cU34msWSXazDFbFKOOiVJH xmcowRG0qU6wpi8iGPuDcYes15Phcu1OkeGwQSIVPYI0dqndA= 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=wV /AWwjIWibAgSvn1uMK2T3aQrY=; b=WWlrzOPxaFJmxyfREtKXAsM8WhRU2j1eX+ r5QMKG6nN+iBoQ+8k+pEwFmCb88TA0sxUDSOVCUoFBC2K3tK0gTl/IG2Sa1R0BKV v09lTFi7FUJyaylQHVho93GTODngpwu3wx3Ngf0kH3I/her/N4cm6hnJQobdwmed CeJJz8RJU= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 01BD9BAB4B; Fri, 10 Feb 2017 11:05:30 -0500 (EST) Message-Id: <1486742730.3787066.876956800.553842CB@webmail.messagingengine.com> From: Mark Felder To: Mark Felder , 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 In-Reply-To: <1486675914.1591164.876129480.1D9B7654@webmail.messagingengine.com> Subject: Re: svn commit: r433743 - head/games/xtux Date: Fri, 10 Feb 2017 10:05:30 -0600 References: <201702091644.v19GiAUt053792@repo.freebsd.org> <20170209172246.GA72926@FreeBSD.org> <1486675914.1591164.876129480.1D9B7654@webmail.messagingengine.com> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2017 16:05:32 -0000 On Thu, Feb 9, 2017, at 15:31, Mark Felder wrote: > > > 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. > Ok has now been fixed to be UTF-8 encoding. Thanks for the pointer, danfe. I should have done that the first time instead of going to ASCII. -- Mark Felder feld@feld.me