View | Details | Raw Unified | Return to bug 225453 | Differences between
and this patch

Collapse All | Expand All

(-)b/games/chocolate-doom/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	chocolate-doom
3
PORTNAME=	chocolate-doom
4
PORTVERSION=	2.3.0
4
PORTVERSION=	3.0.0
5
CATEGORIES=	games
5
CATEGORIES=	games
6
MASTER_SITES=	http://www.chocolate-doom.org/downloads/${PORTVERSION}/
6
MASTER_SITES=	http://www.chocolate-doom.org/downloads/${PORTVERSION}/
7
7
Lines 14-20 BUILD_DEPENDS= python:lang/python Link Here
14
LIB_DEPENDS=	libpng.so:graphics/png
14
LIB_DEPENDS=	libpng.so:graphics/png
15
15
16
USES=		gmake
16
USES=		gmake
17
USE_SDL=	mixer net sdl
17
USE_SDL=	mixer2 net2 sdl2
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
19
20
USE_HARDENING=	safestack
20
USE_HARDENING=	safestack
(-)b/games/chocolate-doom/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1483106037
1
TIMESTAMP = 1514687305
2
SHA256 (chocolate-doom-2.3.0.tar.gz) = 3e6d1a82ac5c8b025a9695ce1e47d0dc6ed142ebb1129b1e4a70e2740f79150c
2
SHA256 (chocolate-doom-3.0.0.tar.gz) = 73aea623930c7d18a7a778eea391e1ddfbe90ad1ac40a91b380afca4b0e1dab8
3
SIZE (chocolate-doom-2.3.0.tar.gz) = 2190744
3
SIZE (chocolate-doom-3.0.0.tar.gz) = 2495591
(-)b/games/chocolate-doom/files/patch-src_d__iwad.c (-5 / +5 lines)
Lines 1-11 Link Here
1
--- src/d_iwad.c.orig	2015-09-26 11:05:54 UTC
1
--- src/d_iwad.c.orig	2017-12-30 16:20:28.000000000 -0500
2
+++ src/d_iwad.c
2
+++ src/d_iwad.c	2018-01-25 09:43:00.567417000 -0500
3
@@ -632,7 +632,7 @@ static void AddXdgDirs(void)
3
@@ -658,7 +658,7 @@
4
     // The "standard" location for IWADs on Unix that is supported by most
4
     // The "standard" location for IWADs on Unix that is supported by most
5
     // source ports is /usr/share/games/doom - we support this through the
5
     // source ports is /usr/share/games/doom - we support this through the
6
     // XDG_DATA_DIRS mechanism, through which it can be overridden.
6
     // XDG_DATA_DIRS mechanism, through which it can be overridden.
7
-    AddIWADPath(env, "/games/doom");
7
-    AddIWADPath(env, "/games/doom");
8
+    AddIWADPath(env, "/doom");
8
+    AddIWADPath(env, "/doom");
9
 }
10
 
9
 
11
 //
10
     // The convention set by RBDOOM-3-BFG is to install Doom 3: BFG
11
     // Edition into this directory, under which includes the Doom

Return to bug 225453