Date: Sun, 12 May 2013 12:48:58 +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: r317954 - head/games/quake3-ut Message-ID: <201305121248.r4CCmwm1000272@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun May 12 12:48:58 2013 New Revision: 317954 URL: http://svnweb.freebsd.org/changeset/ports/317954 Log: - Provide working mirror in MASTER_SITES and thus unbreak fetch - Sanitize NO_PACKAGE and move it to more appropriate place Modified: head/games/quake3-ut/Makefile head/games/quake3-ut/distinfo Modified: head/games/quake3-ut/Makefile ============================================================================== --- head/games/quake3-ut/Makefile Sun May 12 12:45:18 2013 (r317953) +++ head/games/quake3-ut/Makefile Sun May 12 12:48:58 2013 (r317954) @@ -4,23 +4,25 @@ PORTNAME= ut PORTVERSION= 3.7 CATEGORIES= games -MASTER_SITES= ftp://ftp.snt.utwente.nl/pub/games/urbanterror/ +MASTER_SITES= http://bigfoot.morphos-team.net/misc/Quake3Mods/ PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX} -DISTNAME= urbanTerror${PORTVERSION:S/.//}_full +DISTNAME= UrbanTerror${PORTVERSION:S/.//}_full MAINTAINER= ports@FreeBSD.org COMMENT= Quake III Arena mod: Urban Terror +NO_PACKAGE= package will be 445MB, set FORCE_PACKAGE if you really want it + USE_ZIP= yes USE_CRLF= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes -NO_PACKAGE= "Distfile is \>256MB\; define FORCE_PACKAGE if you really want this." .if defined(.PARSEDIR) USE_GMAKE= yes .endif +NO_BUILD= yes +NO_WRKSUBDIR= yes DATADIR= ${Q3DIR}/${PORTNAME} + PORT_OPTIONS= DOCS .include "${.CURDIR}/../quake3-data/Makefile.include" Modified: head/games/quake3-ut/distinfo ============================================================================== --- head/games/quake3-ut/distinfo Sun May 12 12:45:18 2013 (r317953) +++ head/games/quake3-ut/distinfo Sun May 12 12:48:58 2013 (r317954) @@ -1,2 +1,2 @@ -SHA256 (urbanTerror37_full.zip) = a14083baabe0984f83618df8635c94a255e5344822ae926bec72f8424109fada -SIZE (urbanTerror37_full.zip) = 463853743 +SHA256 (UrbanTerror37_full.zip) = a14083baabe0984f83618df8635c94a255e5344822ae926bec72f8424109fada +SIZE (UrbanTerror37_full.zip) = 463853743
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305121248.r4CCmwm1000272>