diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-21 10:42:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-21 10:42:41 +0800 |
commit | 2cd1afb9cc8e82bfb87b154de59b26cef4fd05d3 (patch) | |
tree | eb82542deb691bdd116e0ea6c255e60dbb08264d /games/xonotic | |
parent | 4a3950e8cc6787122d71bec807ed071acf7fad04 (diff) | |
download | freebsd-ports-gnome-2cd1afb9cc8e82bfb87b154de59b26cef4fd05d3.tar.gz freebsd-ports-gnome-2cd1afb9cc8e82bfb87b154de59b26cef4fd05d3.tar.zst freebsd-ports-gnome-2cd1afb9cc8e82bfb87b154de59b26cef4fd05d3.zip |
- Update to 0.8.0
PR: 196936
Submitted by: tommi.pernila@gmail.com
Diffstat (limited to 'games/xonotic')
-rw-r--r-- | games/xonotic/Makefile | 5 | ||||
-rw-r--r-- | games/xonotic/distinfo | 4 | ||||
-rw-r--r-- | games/xonotic/files/patch-source__darkplaces__BSDmakefile | 11 |
3 files changed, 15 insertions, 5 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index d6eb29a14673..fba8f6bd63f1 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -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}" \ diff --git a/games/xonotic/distinfo b/games/xonotic/distinfo index 9f6e8b761b11..cdc28ec58ba9 100644 --- a/games/xonotic/distinfo +++ b/games/xonotic/distinfo @@ -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 diff --git a/games/xonotic/files/patch-source__darkplaces__BSDmakefile b/games/xonotic/files/patch-source__darkplaces__BSDmakefile new file mode 100644 index 000000000000..87c76dc74871 --- /dev/null +++ b/games/xonotic/files/patch-source__darkplaces__BSDmakefile @@ -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 |