Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2014 06:14:32 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361337 - head/games/quake3-osp
Message-ID:  <201407090614.s696EW5P005229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
@@ -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 <bsd.port.mk>

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/



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