Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 13:43:28 +0000 (UTC)
From:      Barbara Guida <bar@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340287 - head/games/linux-enemyterritory-omni-bot-0660
Message-ID:  <201401191343.s0JDhSbd026940@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bar
Date: Sun Jan 19 13:43:28 2014
New Revision: 340287
URL: http://svnweb.freebsd.org/changeset/ports/340287
QAT: https://qat.redports.org/buildarchive/r340287/

Log:
  - Support STAGEDIR
  - Update MASTER_SITES (links on new vendor website are dynamic and subject to changes, so I'm hosting distfiles on googledrive)
  - Update WWW
  
  Approved by:	flo (mentor)

Modified:
  head/games/linux-enemyterritory-omni-bot-0660/Makefile
  head/games/linux-enemyterritory-omni-bot-0660/pkg-descr
  head/games/linux-enemyterritory-omni-bot-0660/pkg-plist

Modified: head/games/linux-enemyterritory-omni-bot-0660/Makefile
==============================================================================
--- head/games/linux-enemyterritory-omni-bot-0660/Makefile	Sun Jan 19 13:42:39 2014	(r340286)
+++ head/games/linux-enemyterritory-omni-bot-0660/Makefile	Sun Jan 19 13:43:28 2014	(r340287)
@@ -5,8 +5,7 @@ PORTNAME=	omni-bot
 PORTVERSION=	0.660
 PORTREVISION=	1
 CATEGORIES=	games linux
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	alepulver
+MASTER_SITES=	http://googledrive.com/host/0BzZDKd40GAICUkZTaDJQQ2FKRTg/
 PKGNAMEPREFIX=	linux-enemyterritory-
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/0$//}
 
@@ -26,7 +25,6 @@ NO_WRKSUBDIR=	yes
 DATADIR=	${PREFIX}/lib/enemyterritory/${PORTNAME}-${VERSTR}
 DOCSDIR=	${PREFIX}/share/doc/enemyterritory-${PORTNAME}-${VERSTR}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 do-build:
@@ -39,19 +37,18 @@ do-build:
 do-install:
 .for f in et etded
 	${MV} ${WRKSRC}/${f}-${PORTNAME} ${WRKSRC}/${f}-${PORTNAME}-${VERSTR}
-	${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME}-${VERSTR} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME}-${VERSTR} \
+		${STAGEDIR}${PREFIX}/bin
 .endfor
-	${MKDIR} ${DATADIR}
-	${INSTALL_PROGRAM} ${WRKSRC}/omni-bot/omnibot_et.so ${DATADIR}
-	cd ${WRKSRC}/omni-bot && ${CP} -R et global_scripts ${DATADIR}
-	${INSTALL_PROGRAM} ${WRKSRC}/omnibot/qagame.mp.i386.so ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/omnibot/omnibot_et.pk3 ${DATADIR}
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/omni-bot/omnibot_et.so ${STAGEDIR}${DATADIR}
+	cd ${WRKSRC}/omni-bot && ${CP} -R et global_scripts ${STAGEDIR}${DATADIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/omnibot/qagame.mp.i386.so ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/omnibot/omnibot_et.pk3 ${STAGEDIR}${DATADIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .   for f in *.txt omni-bot/*.txt
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .   endfor
-	${CP} -R ${WRKSRC}/omni-bot/docs ${DOCSDIR}
-.endif
+	${CP} -R ${WRKSRC}/omni-bot/docs ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/games/linux-enemyterritory-omni-bot-0660/pkg-descr
==============================================================================
--- head/games/linux-enemyterritory-omni-bot-0660/pkg-descr	Sun Jan 19 13:42:39 2014	(r340286)
+++ head/games/linux-enemyterritory-omni-bot-0660/pkg-descr	Sun Jan 19 13:43:28 2014	(r340287)
@@ -1,4 +1,4 @@
 Omni-Bot is an Enemy Territory modification providing computer controlled
 players (bots).
 
-WWW: http://www.omni-bot.de/
+WWW: http://omni-bot.invisionzone.com/

Modified: head/games/linux-enemyterritory-omni-bot-0660/pkg-plist
==============================================================================
--- head/games/linux-enemyterritory-omni-bot-0660/pkg-plist	Sun Jan 19 13:42:39 2014	(r340286)
+++ head/games/linux-enemyterritory-omni-bot-0660/pkg-plist	Sun Jan 19 13:43:28 2014	(r340287)
@@ -49,3 +49,4 @@ bin/etded-omni-bot-%%VERSTR%%
 @dirrm %%DATADIR%%/et/nav
 @dirrm %%DATADIR%%/et
 @dirrm %%DATADIR%%
+@dirrmtry lib/enemyterritory



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