Index: head/games/wxlauncher/Makefile =================================================================== --- head/games/wxlauncher/Makefile (revision 385395) +++ head/games/wxlauncher/Makefile (revision 385396) @@ -1,80 +1,68 @@ # Created by: lightside # $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 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPLv2.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 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 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 DESKTOP_ENTRIES="wxLauncher" "${COMMENT}" \ "${PORTNAME}" "${PORTNAME}" \ "Game;" false OPTIONS_DEFINE= DOCS JOYSTICK WX3 OPTIONS_DEFAULT= JOYSTICK JOYSTICK_DESC= Build with joystick support JOYSTICK_CMAKE_ON= -DUSE_JOYSTICK:BOOL=ON JOYSTICK_CMAKE_OFF= -DUSE_JOYSTICK:BOOL=OFF WX3_DESC= Build with using wxWidgets 3.0+ version (2.8 otherwise) WX3_USE= WX=3.0+ WX3_USE_OFF= WX=2.8 .include # Allow to build with using concrete wxWidgets version .if ${PORT_OPTIONS:MWX3} SED_RE_WX3= wxWidgets 2\./,+1d .else 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 \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include Index: head/games/wxlauncher/distinfo =================================================================== --- head/games/wxlauncher/distinfo (revision 385395) +++ head/games/wxlauncher/distinfo (revision 385396) @@ -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