Date: Fri, 10 Feb 2017 10:05:30 -0600 From: Mark Felder <feld@feld.me> To: Mark Felder <feld@FreeBSD.org>, Alexey Dokuchaev <danfe@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433743 - head/games/xtux Message-ID: <1486742730.3787066.876956800.553842CB@webmail.messagingengine.com> In-Reply-To: <1486675914.1591164.876129480.1D9B7654@webmail.messagingengine.com> References: <201702091644.v19GiAUt053792@repo.freebsd.org> <20170209172246.GA72926@FreeBSD.org> <1486675914.1591164.876129480.1D9B7654@webmail.messagingengine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <goranrunfeldt@home.se> > > > +# Created by: Gran Runfeldt <goranrunfeldt@home.se> > > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1486742730.3787066.876956800.553842CB>