Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2015 02:42:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377566 - in head/games/xonotic: . files
Message-ID:  <201501210242.t0L2gg6B096662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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