From owner-svn-ports-head@FreeBSD.ORG Wed Jan 21 02:42:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 911E0335; Wed, 21 Jan 2015 02:42:43 +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 61AA7310; Wed, 21 Jan 2015 02:42:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0L2ghL0096665; Wed, 21 Jan 2015 02:42:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0L2gg6B096662; Wed, 21 Jan 2015 02:42:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201501210242.t0L2gg6B096662@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 21 Jan 2015 02:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377566 - in head/games/xonotic: . files 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.18-1 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: Wed, 21 Jan 2015 02:42:43 -0000 Author: amdmi3 Date: Wed Jan 21 02:42:41 2015 New Revision: 377566 URL: https://svnweb.freebsd.org/changeset/ports/377566 QAT: https://qat.redports.org/buildarchive/r377566/ Log: - Update to 0.8.0 PR: 196936 Submitted by: tommi.pernila@gmail.com Added: head/games/xonotic/files/ head/games/xonotic/files/patch-source__darkplaces__BSDmakefile (contents, props changed) Modified: head/games/xonotic/Makefile head/games/xonotic/distinfo Modified: head/games/xonotic/Makefile ============================================================================== --- head/games/xonotic/Makefile Wed Jan 21 00:23:39 2015 (r377565) +++ head/games/xonotic/Makefile Wed Jan 21 02:42:41 2015 (r377566) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xonotic -PORTVERSION= 0.7.0 -PORTREVISION= 8 +PORTVERSION= 0.8.0 CATEGORIES= games MASTER_SITES= http://nl.dl.xonotic.org/ \ http://mirror.bitmissile.com/xonotic/releases/ @@ -17,7 +16,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ MANUAL_PACKAGE_BUILD= huge (930M) -USES= zip +USES= zip:infozip WRKSRC= ${WRKDIR}/Xonotic/source/darkplaces MAKEFILE= BSDmakefile MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \ Modified: head/games/xonotic/distinfo ============================================================================== --- head/games/xonotic/distinfo Wed Jan 21 00:23:39 2015 (r377565) +++ head/games/xonotic/distinfo Wed Jan 21 02:42:41 2015 (r377566) @@ -1,2 +1,2 @@ -SHA256 (xonotic-0.7.0.zip) = 21a5fb5493c269cd3843789cb8598f952d4196e8bc71804b9bd5808b646542c6 -SIZE (xonotic-0.7.0.zip) = 1040631083 +SHA256 (xonotic-0.8.0.zip) = 0a87c808827a8b234f2324b468ecb643aa48a6fd43322a29e616610dca316370 +SIZE (xonotic-0.8.0.zip) = 999151784 Added: head/games/xonotic/files/patch-source__darkplaces__BSDmakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xonotic/files/patch-source__darkplaces__BSDmakefile Wed Jan 21 02:42:41 2015 (r377566) @@ -0,0 +1,11 @@ +--- BSDmakefile.orig 2015-01-17 02:24:24.000000000 +0300 ++++ BSDmakefile 2015-01-17 02:26:51.000000000 +0300 +@@ -158,7 +158,7 @@ + + CFLAGS_MAKEDEP=-MD + .ifdef DP_FS_BASEDIR +-CFLAGS_FS=-DDP_FS_BASEDIR='\"$(DP_FS_BASEDIR)\"' ++CFLAGS_FS=-DDP_FS_BASEDIR='\\\"$(DP_FS_BASEDIR)\\\"' + .else + CFLAGS_FS= + .endif