From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 09:37:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C9FFD3E; Tue, 8 Jul 2014 09:37:52 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E09D2E74; Tue, 8 Jul 2014 09:37:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s689bq9v058991; Tue, 8 Jul 2014 09:37:52 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s689bpLf058989; Tue, 8 Jul 2014 09:37:51 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201407080937.s689bpLf058989@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 8 Jul 2014 09:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361206 - head/games/quake3-excessive 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.18 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: Tue, 08 Jul 2014 09:37:52 -0000 Author: danfe Date: Tue Jul 8 09:37:51 2014 New Revision: 361206 URL: http://svnweb.freebsd.org/changeset/ports/361206 QAT: https://qat.redports.org/buildarchive/r361206/ Log: - Use modern MASTER_SITES syntax, get rid of MASTER_SITE_SUBDIR - Stagify, cleanup extraction, transfer maintainership to games@ - Add missing OPTIONS_DEFINE and unmute installation commands - Convert rather short pkg-plist to PORTDATA and PORTDOCS - Remove now defunct WWW (there is another mod, Excessive Plus, available which is based on this one: www.excessiveplus.net) Deleted: head/games/quake3-excessive/pkg-plist Modified: head/games/quake3-excessive/Makefile head/games/quake3-excessive/pkg-descr Modified: head/games/quake3-excessive/Makefile ============================================================================== --- head/games/quake3-excessive/Makefile Tue Jul 8 09:18:20 2014 (r361205) +++ head/games/quake3-excessive/Makefile Tue Jul 8 09:37:51 2014 (r361206) @@ -1,15 +1,14 @@ -# Created by: pat@databits.net +# Created by: Patrick Li # $FreeBSD$ PORTNAME= excessive PORTVERSION= 003 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pat +MASTER_SITES= LOCAL/pat PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Quake III Arena Mod: Excessive WRKSRC= ${WRKDIR}/${PORTNAME} @@ -18,23 +17,22 @@ USES= zip:infozip NO_BUILD= yes DATADIR= ${Q3DIR}/${PORTNAME} +PORTDATA= description.txt motd.cfg maplist.cfg vm +PORTDOCS= readme.txt + +OPTIONS_DEFINE= DOCS -NO_STAGE= yes post-extract: - @(cd ${WRKSRC}; ${UNZIP_CMD} description.pk3) + @${UNZIP_CMD} ${WRKSRC}/description.pk3 -d ${WRKSRC} do-install: - @${MKDIR} ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR}/vm .for f in description.txt motd.cfg maplist.cfg - @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor - @${MKDIR} ${DATADIR}/vm - @${INSTALL_DATA} ${WRKSRC}/vm/qagame.qvm ${DATADIR}/vm -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} -.endif + ${INSTALL_DATA} ${WRKSRC}/vm/qagame.qvm ${STAGEDIR}${DATADIR}/vm + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} .include "${.CURDIR}/../quake3-data/Makefile.include" - .include Modified: head/games/quake3-excessive/pkg-descr ============================================================================== --- head/games/quake3-excessive/pkg-descr Tue Jul 8 09:18:20 2014 (r361205) +++ head/games/quake3-excessive/pkg-descr Tue Jul 8 09:37:51 2014 (r361206) @@ -1,5 +1,3 @@ Excessive is a mod for Quake III Arena. It's a server-side only mod, so if you only want to play on Excessive servers, you do not need to install this. If you plan on running an Excessive server, then this is for you. - -WWW: http://www.planetquake.com/excessive/