From owner-svn-ports-all@freebsd.org Thu Feb 9 16:44:50 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 2D2A1CD62FF; Thu, 9 Feb 2017 16:44:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 EE42D1F4F; Thu, 9 Feb 2017 16:44:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v19GinUK053968; Thu, 9 Feb 2017 16:44:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v19GinuB053967; Thu, 9 Feb 2017 16:44:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201702091644.v19GinuB053967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 9 Feb 2017 16:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r433744 - branches/2017Q1/games/xtux X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 16:44:50 -0000 Author: feld Date: Thu Feb 9 16:44:48 2017 New Revision: 433744 URL: https://svnweb.freebsd.org/changeset/ports/433744 Log: MFH: r433743 games/xtux: Fix Makefile encoding to be ASCII Approved by: portmgr (with hat) Modified: branches/2017Q1/games/xtux/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/games/xtux/Makefile ============================================================================== --- branches/2017Q1/games/xtux/Makefile Thu Feb 9 16:44:10 2017 (r433743) +++ branches/2017Q1/games/xtux/Makefile Thu Feb 9 16:44:48 2017 (r433744) @@ -1,4 +1,4 @@ -# Created by: Göran Runfeldt +# Created by: Gran Runfeldt # $FreeBSD$ PORTNAME= xtux