View | Details | Raw Unified | Return to bug 202970
Collapse All | Expand All

(-)/usr/ports/games/chocolate-doom/Makefile (-2 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/games/chocolate-doom/Makefile 374303 2014-12-08 16:48:38Z tijl $
1
# $FreeBSD: head/games/chocolate-doom/Makefile 374303 2014-12-08 16:48:38Z tijl $
2
2
3
PORTNAME=	chocolate-doom
3
PORTNAME=	chocolate-doom
4
PORTVERSION=	2.1.0
4
PORTVERSION=	2.2.1
5
PORTREVISION=	1
6
CATEGORIES=	games
5
CATEGORIES=	games
7
MASTER_SITES=	http://www.chocolate-doom.org/downloads/${PORTVERSION}/
6
MASTER_SITES=	http://www.chocolate-doom.org/downloads/${PORTVERSION}/
8
7
(-)/usr/ports/games/chocolate-doom/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (chocolate-doom-2.1.0.tar.gz) = 629305e7f328659f3e93e89b93adc9da4e99b5a351e51ceb749dcf3e3da8bcd3
1
SHA256 (chocolate-doom-2.2.1.tar.gz) = ad11e2871667c6fa0658abf2dcba0cd9b26fbd651ee8df55adfdc18ad8fd674a
2
SIZE (chocolate-doom-2.1.0.tar.gz) = 2129632
2
SIZE (chocolate-doom-2.2.1.tar.gz) = 2127538
(-)/usr/ports/games/chocolate-doom/files/patch-d__iwad.c (-12 lines)
Lines 1-12 Link Here
1
--- src/d_iwad.c	2011-05-17 16:01:48.000000000 -0700
2
+++ src/d_iwad.c	2011-10-15 11:30:26.998495197 -0700
3
@@ -559,8 +559,7 @@
4
 
5
     // Standard places where IWAD files are installed under Unix.
6
 
7
-    AddIWADDir("/usr/share/games/doom");
8
-    AddIWADDir("/usr/local/share/games/doom");
9
+    AddIWADDir("/usr/local/share/doom");
10
 
11
 #endif
12
 
(-)/usr/ports/games/chocolate-doom/files/patch-src_d__iwad.c (+11 lines)
Line 0 Link Here
1
--- src/d_iwad.c.orig	2015-09-26 11:05:54 UTC
2
+++ src/d_iwad.c
3
@@ -632,7 +632,7 @@ static void AddXdgDirs(void)
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
6
     // XDG_DATA_DIRS mechanism, through which it can be overridden.
7
-    AddIWADPath(env, "/games/doom");
8
+    AddIWADPath(env, "/doom");
9
 }
10
 
11
 //
(-)/usr/ports/games/chocolate-doom/pkg-plist (+4 lines)
Lines 25-30 man/man6/chocolate-server.6.gz Link Here
25
man/man6/chocolate-setup.6.gz
25
man/man6/chocolate-setup.6.gz
26
man/man6/chocolate-strife-setup.6.gz
26
man/man6/chocolate-strife-setup.6.gz
27
man/man6/chocolate-strife.6.gz
27
man/man6/chocolate-strife.6.gz
28
share/appdata/chocolate-doom.appdata.xml
29
share/appdata/chocolate-heretic.appdata.xml
30
share/appdata/chocolate-hexen.appdata.xml
31
share/appdata/chocolate-strife.appdata.xml
28
share/applications/chocolate-doom.desktop
32
share/applications/chocolate-doom.desktop
29
share/applications/chocolate-heretic.desktop
33
share/applications/chocolate-heretic.desktop
30
share/applications/chocolate-hexen.desktop
34
share/applications/chocolate-hexen.desktop

Return to bug 202970