From owner-svn-ports-head@freebsd.org Sat Feb 10 11:17:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 839B5F13561; Sat, 10 Feb 2018 11:17:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 221A479B7E; Sat, 10 Feb 2018 11:17:39 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C519134AF; Sat, 10 Feb 2018 11:17:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1ABHcZr031692; Sat, 10 Feb 2018 11:17:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1ABHcEN031690; Sat, 10 Feb 2018 11:17:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802101117.w1ABHcEN031690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 10 Feb 2018 11:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461383 - in head/games/pioneer: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/games/pioneer: . files X-SVN-Commit-Revision: 461383 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 10 Feb 2018 11:17:40 -0000 Author: yuri Date: Sat Feb 10 11:17:38 2018 New Revision: 461383 URL: https://svnweb.freebsd.org/changeset/ports/461383 Log: games/pioneer: Update to 0.0.20180203 Changelog: https://github.com/pioneerspacesim/pioneer/blob/master/Changelog.txt Additional port changes: * Removed the patch that has been committed upstream: patch-data_modules_SearchRescue_SearchRescue.lua * Slight whitespace reformatting. PR: 225722 Submitted by: lightside (maintainer) Approved by: tcberner (mentor, implicit) Deleted: head/games/pioneer/files/patch-data_modules_SearchRescue_SearchRescue.lua Modified: head/games/pioneer/Makefile head/games/pioneer/distinfo Modified: head/games/pioneer/Makefile ============================================================================== --- head/games/pioneer/Makefile Sat Feb 10 11:13:57 2018 (r461382) +++ head/games/pioneer/Makefile Sat Feb 10 11:17:38 2018 (r461383) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pioneer -PORTVERSION= 0.0.${GH_TAGNAME} -PORTREVISION= 1 +DISTVERSION= 0.0.${GH_TAGNAME} CATEGORIES= games MAINTAINER= lightside@gmx.com @@ -35,11 +34,9 @@ LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libassimp.so:multimedia/assimp USES= autoreconf compiler:c++11-lib gmake pkgconfig - USE_GITHUB= yes GH_ACCOUNT= pioneerspacesim -GH_TAGNAME= 20171001 - +GH_TAGNAME= 20180203 USE_GL= gl USE_SDL= image2 sdl2 @@ -62,9 +59,8 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS MODELCOMPILER NOGPUJOBS PROFILER SERVERAGENT OPTIONS_DEFAULT= MODELCOMPILER -DOCS_SUB_LIST= QUICKSTART_PATH="${DOCSDIR}" -DOCS_SUB_LIST_OFF= \ - QUICKSTART_PATH="https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${GH_TAGNAME}" +DOCS_SUB_LIST= QUICKSTART_PATH="${DOCSDIR}" +DOCS_SUB_LIST_OFF= QUICKSTART_PATH="https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${GH_TAGNAME}" MODELCOMPILER_DESC= Build/install modelcompiler tool MODELCOMPILER_PLIST_FILES= bin/${PORTNAME}-modelcompiler NOGPUJOBS_DESC= Disable EnableGPUJobs for config.ini by default Modified: head/games/pioneer/distinfo ============================================================================== --- head/games/pioneer/distinfo Sat Feb 10 11:13:57 2018 (r461382) +++ head/games/pioneer/distinfo Sat Feb 10 11:17:38 2018 (r461383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506816107 -SHA256 (pioneerspacesim-pioneer-0.0.20171001-20171001_GH0.tar.gz) = 154118bd3dac2f9b8ea43a837bcb967abcc8c3a8ee5ab61d35183bae85e8b0db -SIZE (pioneerspacesim-pioneer-0.0.20171001-20171001_GH0.tar.gz) = 210900753 +TIMESTAMP = 1518258401 +SHA256 (pioneerspacesim-pioneer-0.0.20180203-20180203_GH0.tar.gz) = 19aa89e8ec0221b937b9279e0d4897b3016e0ce80858d03600d3e80cd7daa907 +SIZE (pioneerspacesim-pioneer-0.0.20180203-20180203_GH0.tar.gz) = 212872392