From owner-svn-ports-head@FreeBSD.ORG Sun May 12 12:48:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AC61F3C9; Sun, 12 May 2013 12:48:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9DEE4A33; Sun, 12 May 2013 12:48:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4CCmwqu000274; Sun, 12 May 2013 12:48:58 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4CCmwm1000272; Sun, 12 May 2013 12:48:58 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201305121248.r4CCmwm1000272@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 12 May 2013 12:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317954 - head/games/quake3-ut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2013 12:48:59 -0000 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