From owner-svn-ports-all@FreeBSD.ORG Sun Jan 19 13:43:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9420D4A4; Sun, 19 Jan 2014 13:43:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FBF31E1A; Sun, 19 Jan 2014 13:43:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0JDhTSB026945; Sun, 19 Jan 2014 13:43:29 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0JDhSbd026940; Sun, 19 Jan 2014 13:43:28 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201401191343.s0JDhSbd026940@svn.freebsd.org> From: Barbara Guida Date: Sun, 19 Jan 2014 13:43:28 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2014 13:43:29 -0000 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 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 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