diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-30 19:35:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-30 19:35:57 +0800 |
commit | 4ee9af70bccf5da38728bfac3dd62f30372ee273 (patch) | |
tree | 5d14cb641b32078dd160b07e1bd4cb6b3636cf25 | |
parent | e803ea5eed52ee7c4ffd728ada749a270ea1bad9 (diff) | |
download | freebsd-ports-gnome-4ee9af70bccf5da38728bfac3dd62f30372ee273.tar.gz freebsd-ports-gnome-4ee9af70bccf5da38728bfac3dd62f30372ee273.tar.zst freebsd-ports-gnome-4ee9af70bccf5da38728bfac3dd62f30372ee273.zip |
- Update to 0.0.20141029
Submitted by: lightside@gmx.com (maintainer) via private email
-rw-r--r-- | games/pioneer/Makefile | 9 | ||||
-rw-r--r-- | games/pioneer/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index e72a84cc5fa9..efc6f913bab3 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -35,7 +35,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ GH_ACCOUNT= pioneerspacesim GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 20141021 +GH_TAGNAME= 20141029 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME} @@ -47,7 +47,7 @@ USE_SDL= image2 sdl2 GNU_CONFIGURE= yes CONFIGURE_ENV= PIONEER_DATA_DIR="${DATADIR}/data" -CONFIGURE_ARGS= --with-version=${GH_TAGNAME} +CONFIGURE_ARGS= --with-version="${GH_TAGNAME}" EXTRACT_AFTER_ARGS= --exclude .gitignore PORTDATA= data @@ -57,7 +57,7 @@ PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png DESKTOP_ENTRIES="Pioneer" "${COMMENT}" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ + "${PORTNAME}" "${PORTNAME}" \ "Game;Simulation;" false SUB_FILES= pkg-message @@ -96,7 +96,8 @@ post-patch: .SILENT post-install: .if ${PORT_OPTIONS:MMODELCOMPILER} - @${MV} ${STAGEDIR}${PREFIX}/bin/modelcompiler ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-modelcompiler + @${MV} ${STAGEDIR}${PREFIX}/bin/modelcompiler \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-modelcompiler .endif cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \ diff --git a/games/pioneer/distinfo b/games/pioneer/distinfo index 5eee090cf558..ebddf2830dfb 100644 --- a/games/pioneer/distinfo +++ b/games/pioneer/distinfo @@ -1,2 +1,2 @@ -SHA256 (pioneer-0.0.20141021.tar.gz) = 55d98c6781fefb9f0f3ffe86966f31c40c455b7e66c2bae6977f215e9a7defbe -SIZE (pioneer-0.0.20141021.tar.gz) = 174100164 +SHA256 (pioneer-0.0.20141029.tar.gz) = 918ca629a2f24e18826fb8394137447317778b105fd3d6e8e625d49654724b02 +SIZE (pioneer-0.0.20141029.tar.gz) = 174101452 |