1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 0.8.0

PR:		196936
Submitted by:	tommi.pernila@gmail.com
This commit is contained in:
Dmitry Marakasov 2015-01-21 02:42:41 +00:00
parent 06fc30e67c
commit 5aa3fe2483
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377566
3 changed files with 15 additions and 5 deletions

View File

@ -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/curl \
MANUAL_PACKAGE_BUILD= huge (930M)
USES= zip
USES= zip:infozip
WRKSRC= ${WRKDIR}/Xonotic/source/darkplaces
MAKEFILE= BSDmakefile
MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \

View File

@ -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

View File

@ -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