svn commit: r371735 - head/games/pioneer
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 30 11:35:58 UTC 2014
Author: amdmi3
Date: Thu Oct 30 11:35:57 2014
New Revision: 371735
URL: https://svnweb.freebsd.org/changeset/ports/371735
QAT: https://qat.redports.org/buildarchive/r371735/
Log:
- Update to 0.0.20141029
Submitted by: lightside at gmx.com (maintainer) via private email
Modified:
head/games/pioneer/Makefile
head/games/pioneer/distinfo
Modified: head/games/pioneer/Makefile
==============================================================================
--- head/games/pioneer/Makefile Thu Oct 30 10:25:38 2014 (r371734)
+++ head/games/pioneer/Makefile Thu Oct 30 11:35:57 2014 (r371735)
@@ -35,7 +35,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/
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 \
Modified: head/games/pioneer/distinfo
==============================================================================
--- head/games/pioneer/distinfo Thu Oct 30 10:25:38 2014 (r371734)
+++ head/games/pioneer/distinfo Thu Oct 30 11:35:57 2014 (r371735)
@@ -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
More information about the svn-ports-all
mailing list