svn commit: r409832 - head/games/tome4

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Feb 29 22:55:28 UTC 2016


Author: rakuco
Date: Mon Feb 29 22:55:27 2016
New Revision: 409832
URL: https://svnweb.freebsd.org/changeset/ports/409832

Log:
  Update to 1.4.5.
  
  This is a bugfix release.
  Also, this update removes a premake4 s/gcc/cc/ hack that's no longer necessary.
  
  Note: Embers of Rage 1.0.2 is out. It can be placed in $HOME/.t-engine/addons.
  
  PR:		207597
  Submitted by:	Nikolai Lifanov <lifanov at mail.lifanov.com> (maintainer)

Modified:
  head/games/tome4/Makefile
  head/games/tome4/distinfo

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Mon Feb 29 22:43:04 2016	(r409831)
+++ head/games/tome4/Makefile	Mon Feb 29 22:55:27 2016	(r409832)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tome4
-PORTVERSION=	1.4.4
+PORTVERSION=	1.4.5
 CATEGORIES=	games
 MASTER_SITES=	http://te4.org/dl/t-engine/ \
 		SF/lifanov-ports-distfiles/${PORTNAME}/:icons
@@ -24,7 +24,7 @@ DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 WRKSRC=		${WRKDIR}/t-engine4-src-${PORTVERSION}
-MAKE_ARGS+=	config=release verbose=yes ARCH=""
+MAKE_ARGS+=	config=release verbose=yes ARCH="" CC=${CC}
 USES=		gmake openal:al tar:bzip2
 USE_SDL=	image2 sdl2 ttf2
 USE_GL=		gl glu
@@ -35,7 +35,6 @@ MAKE_JOBS_UNSAFE=yes
 pre-build:
 	@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua
 	(cd ${WRKSRC} && premake4 gmake)
-	@${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/build/*.make
 	@${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make
 
 do-install:

Modified: head/games/tome4/distinfo
==============================================================================
--- head/games/tome4/distinfo	Mon Feb 29 22:43:04 2016	(r409831)
+++ head/games/tome4/distinfo	Mon Feb 29 22:55:27 2016	(r409832)
@@ -1,4 +1,4 @@
-SHA256 (t-engine4-src-1.4.4.tar.bz2) = 5cde0cfe4d9806aafb4b6b6e2693c6f9edf2e5a625409c3de6570996f92ccb7f
-SIZE (t-engine4-src-1.4.4.tar.bz2) = 354422936
+SHA256 (t-engine4-src-1.4.5.tar.bz2) = c48d0e2c407f60af24aa988b0ecc67c5c7b2383dfba545e1f277fef80d533890
+SIZE (t-engine4-src-1.4.5.tar.bz2) = 354447846
 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36
 SIZE (tome4.png) = 37143


More information about the svn-ports-all mailing list