Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2015 04:16:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377569 - head/games/pioneer
Message-ID:  <201501210416.t0L4Go1k040941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jan 21 04:16:50 2015
New Revision: 377569
URL: https://svnweb.freebsd.org/changeset/ports/377569
QAT: https://qat.redports.org/buildarchive/r377569/

Log:
  - Update to 20141230
  
  PR:		196373
  Submitted by:	lightside@gmx.com (maintainer)

Modified:
  head/games/pioneer/Makefile
  head/games/pioneer/distinfo

Modified: head/games/pioneer/Makefile
==============================================================================
--- head/games/pioneer/Makefile	Wed Jan 21 03:24:55 2015	(r377568)
+++ head/games/pioneer/Makefile	Wed Jan 21 04:16:50 2015	(r377569)
@@ -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}/
 
 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_TAG
 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

Modified: head/games/pioneer/distinfo
==============================================================================
--- head/games/pioneer/distinfo	Wed Jan 21 03:24:55 2015	(r377568)
+++ head/games/pioneer/distinfo	Wed Jan 21 04:16:50 2015	(r377569)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501210416.t0L4Go1k040941>