From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 06:14:33 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 127985F2; Wed, 9 Jul 2014 06:14:33 +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 D87ED25C5; Wed, 9 Jul 2014 06:14:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s696EWQV005236; Wed, 9 Jul 2014 06:14:32 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s696EW5P005229; Wed, 9 Jul 2014 06:14:32 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201407090614.s696EW5P005229@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 9 Jul 2014 06:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361337 - head/games/quake3-osp 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: Wed, 09 Jul 2014 06:14:33 -0000 Author: danfe Date: Wed Jul 9 06:14:32 2014 New Revision: 361337 URL: http://svnweb.freebsd.org/changeset/ports/361337 QAT: https://qat.redports.org/buildarchive/r361337/ Log: - Stagify, drop PORT_OPTIONS:MDOCS check, hand over to games@ team - Update MASTER_SITES (point to working site) and WWW line while here Modified: head/games/quake3-osp/Makefile head/games/quake3-osp/pkg-descr Modified: head/games/quake3-osp/Makefile ============================================================================== --- head/games/quake3-osp/Makefile Wed Jul 9 06:00:11 2014 (r361336) +++ head/games/quake3-osp/Makefile Wed Jul 9 06:14:32 2014 (r361337) @@ -4,11 +4,11 @@ PORTNAME= osp PORTVERSION= 1.03a CATEGORIES= games -MASTER_SITES= http://osp.jsmart.web.id/orangesmoothie/downloads/ +MASTER_SITES= http://osp.dget.cc/orangesmoothie/downloads/ PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} -DISTNAME= osp-Quake3-${PORTVERSION}_full +DISTNAME= ${PORTNAME}-Quake3-${PORTVERSION}_full -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Quake III Arena mod: OSP Tourney DM/CA/CTF USES= zip @@ -19,7 +19,6 @@ DATADIR= ${Q3DIR}/${PORTNAME} OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include "${.CURDIR}/../quake3-data/Makefile.include" .include @@ -28,18 +27,16 @@ post-extract: @${MV} ${WRKSRC}/README.txt ${WRKSRC}/Docs do-install: - @${MKDIR} ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} .for f in *.cfg *.pk3 description.txt filters.txt - ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor .for d in cfg-* locs vm - ${CP} -a ${WRKSRC}/${d} ${DATADIR} + ${CP} -a ${WRKSRC}/${d} ${STAGEDIR}${DATADIR} .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Docs/*.txt ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Docs/*.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} "${WRKSRC}/OSP Match Quick Start.txt" \ - ${DOCSDIR}/osp-match-quick-start.txt -.endif + ${STAGEDIR}${DOCSDIR}/osp-match-quick-start.txt .include Modified: head/games/quake3-osp/pkg-descr ============================================================================== --- head/games/quake3-osp/pkg-descr Wed Jul 9 06:00:11 2014 (r361336) +++ head/games/quake3-osp/pkg-descr Wed Jul 9 06:14:32 2014 (r361337) @@ -4,4 +4,4 @@ and admins alike to enhance the Quake 3 been *NO* changes to the core gameplay or its dynamics -- its all default Quake 3 in this regard. -WWW: http://www.orangesmoothie.org/ +WWW: http://www.orangesmoothie.org/tourneyQ3A/