Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 13:47:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355518 - head/games/gtkradiant
Message-ID:  <201405271347.s4RDlxZb019710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue May 27 13:47:59 2014
New Revision: 355518
URL: http://svnweb.freebsd.org/changeset/ports/355518
QAT: https://qat.redports.org/buildarchive/r355518/

Log:
  USES=scons, fix plist

Modified:
  head/games/gtkradiant/Makefile
  head/games/gtkradiant/pkg-plist

Modified: head/games/gtkradiant/Makefile
==============================================================================
--- head/games/gtkradiant/Makefile	Tue May 27 13:47:46 2014	(r355517)
+++ head/games/gtkradiant/Makefile	Tue May 27 13:47:59 2014	(r355518)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtkradiant
 PORTVERSION=	1.5.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	games cad
 MASTER_SITES=	${MASTER_SITE_IDSOFTWARE:S|$|source/:id|} \
 		http://www.bsd-geek.de/FreeBSD/distfiles/:fb
@@ -21,11 +21,10 @@ LIB_DEPENDS=	libgtkglext-x11-1.0.so:${PO
 		libpng15.so:${PORTSDIR}/graphics/png
 
 SSP_UNSAFE=	yes
-USES=		pkgconfig zip
+USES=		pkgconfig scons zip
 USE_GNOME=	gtk20 libxml2
 USE_PYTHON_BUILD=	yes
-USE_SCONS=	yes
-SCONS_ARGS=	${MAKE_ENV} BUILD=release
+MAKE_ARGS=	${MAKE_ENV} BUILD=release
 
 DATADIR=	${PREFIX}/lib/${PORTNAME}
 WRKSRC=		${WRKDIR}/GPL/GtkRadiant

Modified: head/games/gtkradiant/pkg-plist
==============================================================================
--- head/games/gtkradiant/pkg-plist	Tue May 27 13:47:46 2014	(r355517)
+++ head/games/gtkradiant/pkg-plist	Tue May 27 13:47:59 2014	(r355518)
@@ -76,7 +76,9 @@ bin/gtkradiant
 %%DATADIR%%/games/et.game
 %%DATADIR%%/games/heretic2.game
 %%DATADIR%%/games/hl.game
+%%DATADIR%%/games/hlcs.game
 %%DATADIR%%/games/ja.game
+%%DATADIR%%/games/jabp.game
 %%DATADIR%%/games/jk2.game
 %%DATADIR%%/games/q1.game
 %%DATADIR%%/games/q2.game
@@ -195,8 +197,10 @@ bin/gtkradiant
 @dirrm %%DATADIR%%/modules
 @dirrm %%DATADIR%%/jk2.game/base
 @dirrm %%DATADIR%%/jk2.game
+@dirrm %%DATADIR%%/jabp.game
 @dirrm %%DATADIR%%/ja.game/base
 @dirrm %%DATADIR%%/ja.game
+@dirrm %%DATADIR%%/hlcs.game
 @dirrm %%DATADIR%%/hl.game/valve
 @dirrm %%DATADIR%%/hl.game/cstrike
 @dirrm %%DATADIR%%/hl.game
@@ -211,4 +215,5 @@ bin/gtkradiant
 @dirrm %%DATADIR%%/doom3.game/base
 @dirrm %%DATADIR%%/doom3.game
 @dirrm %%DATADIR%%/bitmaps
+@dirrm %%DATADIR%%/plugins
 @dirrm %%DATADIR%%



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