From owner-svn-ports-head@FreeBSD.ORG Mon May 4 11:18:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FA8A7F8; Mon, 4 May 2015 11:18:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 30F3B105A; Mon, 4 May 2015 11:18:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t44BI4Ln047354; Mon, 4 May 2015 11:18:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t44BI38a047351; Mon, 4 May 2015 11:18:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505041118.t44BI38a047351@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 4 May 2015 11:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385396 - head/games/wxlauncher X-SVN-Group: ports-head 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.20 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: Mon, 04 May 2015 11:18:04 -0000 Author: jbeich Date: Mon May 4 11:18:03 2015 New Revision: 385396 URL: https://svnweb.freebsd.org/changeset/ports/385396 Log: games/wxlauncher: update to 0.9.6 - Remove sed patches, which were fixed upstream Changes: https://github.com/wxLauncher/wxlauncher/compare/release-0.9.5...release-0.9.6 PR: 199429 (sans WX3 by default) Submitted by: lightside (maintainer) Modified: head/games/wxlauncher/Makefile (contents, props changed) head/games/wxlauncher/distinfo (contents, props changed) Modified: head/games/wxlauncher/Makefile ============================================================================== --- head/games/wxlauncher/Makefile Mon May 4 11:17:39 2015 (r385395) +++ head/games/wxlauncher/Makefile Mon May 4 11:18:03 2015 (r385396) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= wxlauncher -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= games +DISTNAME= ${PORTNAME}-${DISTVERSIONFULL} MAINTAINER= lightside@gmx.com COMMENT= Multi-platform launcher for the Freespace 2 Source Code Project @@ -16,8 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ma USE_GITHUB= yes GH_ACCOUNT= wxLauncher -GH_COMMIT= 7ee46df -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= release-${PORTVERSION} USES= cmake:outsource openal python:2,build USE_SDL= sdl @@ -25,7 +25,7 @@ WX_UNICODE= yes CMAKE_ARGS+= -DRESOURCES_PATH:STRING="${DATADIR}" PORTDATA= * -PORTDOCS= Authors.txt License.txt ReadMe*.txt Thanks.txt +PORTDOCS= Authors.md License.txt ReadMe*.md Thanks.txt PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png @@ -53,24 +53,12 @@ SED_RE_WX3= NOT wxWidgets_FOUND/,+3d .endif post-patch: .SILENT -# The GetPlatformDefaultConfigFilePath function used as extern inside of -# ${WRKSRC}/code/apis/PlatformProfileManagerShared.cpp file - ${REINPLACE_CMD} -e 's|^inline wxFileName|extern wxFileName|' \ - ${WRKSRC}/code/apis/FileProfileManager.cpp -# Fix relative path to OpenAL includes - ${REINPLACE_CMD} -e '/^#include forum\.c_str|(wxString)&|' \ - ${WRKSRC}/code/controls/ModList.cpp -.endif pre-install: ${INSTALL_DATA} ${WRKSRC}/onlinehelp/images/header.png \ Modified: head/games/wxlauncher/distinfo ============================================================================== --- head/games/wxlauncher/distinfo Mon May 4 11:17:39 2015 (r385395) +++ head/games/wxlauncher/distinfo Mon May 4 11:18:03 2015 (r385396) @@ -1,2 +1,2 @@ -SHA256 (wxlauncher-0.9.5.tar.gz) = bc4a14cff2a012b95fd72610ffad1ad74df06665c4c19fbde55df949e9e41aea -SIZE (wxlauncher-0.9.5.tar.gz) = 893508 +SHA256 (wxlauncher-0.9.6_GH0.tar.gz) = 24a90722a63ee8a711e268bd78535bbb1ec99a2b27fd7c3750517d07424b6979 +SIZE (wxlauncher-0.9.6_GH0.tar.gz) = 893799