diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-21 12:16:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-21 12:16:50 +0800 |
commit | a8cba710866c5e1fc3b01568bab8017a68ae0f99 (patch) | |
tree | 2bac5b03792c51d21bc3124adc754ce76ca5a5a9 /games | |
parent | 79696bbd63028c63f19bc6dcc648c88f849a3e32 (diff) | |
download | freebsd-ports-gnome-a8cba710866c5e1fc3b01568bab8017a68ae0f99.tar.gz freebsd-ports-gnome-a8cba710866c5e1fc3b01568bab8017a68ae0f99.tar.zst freebsd-ports-gnome-a8cba710866c5e1fc3b01568bab8017a68ae0f99.zip |
- Update to 20141230
PR: 196373
Submitted by: lightside@gmx.com (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/pioneer/Makefile | 12 | ||||
-rw-r--r-- | games/pioneer/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index 534fc34c6a56..5e21da949d20 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -3,7 +3,6 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} -PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}${EXTRACT_SUFX}?dummy=/ @@ -39,13 +38,11 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ GH_ACCOUNT= pioneerspacesim GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 20141128 +GH_TAGNAME= 20141230 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME} -USES= gmake pkgconfig -USE_AUTOTOOLS= aclocal autoconf automake -AUTOMAKE_ARGS= --add-missing +USES= autoreconf gmake pkgconfig USE_GL= gl USE_SDL= image2 sdl2 @@ -55,7 +52,7 @@ CONFIGURE_ARGS= --with-version="${GH_TAGNAME}" EXTRACT_AFTER_ARGS= --exclude .gitignore PORTDATA= data -PORTDOCS= AUTHORS.txt Changelog.txt Modelviewer.txt Quickstart.txt README.txt +PORTDOCS= AUTHORS.txt Changelog.txt Modelviewer.txt Quickstart.txt README.md PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png @@ -93,9 +90,6 @@ post-patch: .SILENT ${WRKSRC}/configure.ac ${REINPLACE_CMD} -e 's/modelviewer/${PORTNAME} -modelviewer/' \ ${WRKSRC}/Modelviewer.txt -# Use "unsigned int" type for std::max matching function - ${REINPLACE_CMD} -e 's/int m_atlasVIncrement/unsigned &/' \ - ${WRKSRC}/src/text/TextureFont.h .if !${PORT_OPTIONS:MMODELCOMPILER} ${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \ ${WRKSRC}/src/Makefile.am diff --git a/games/pioneer/distinfo b/games/pioneer/distinfo index b63f73ed3934..90ac15f36903 100644 --- a/games/pioneer/distinfo +++ b/games/pioneer/distinfo @@ -1,2 +1,2 @@ -SHA256 (pioneer-0.0.20141128.tar.gz) = b6d4e42194dd18407609ca297cc3038219b36031581aa94abb3d02b3f32c94c9 -SIZE (pioneer-0.0.20141128.tar.gz) = 174122579 +SHA256 (pioneer-0.0.20141230.tar.gz) = 64de215f194053f2e3ae2de3dd66292cf25a79519a5912d1f2479c7987d029c1 +SIZE (pioneer-0.0.20141230.tar.gz) = 174830052 |