Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 16:43:59 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398369 - in head/games/chocolate-doom: . files
Message-ID:  <201510011644.t91Gi0FX089270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Oct  1 16:43:59 2015
New Revision: 398369
URL: https://svnweb.freebsd.org/changeset/ports/398369

Log:
  Update to version 2.2.1
  
  PR:		202970
  Submitted by:	jakub_lach@mailplus.pl (maintainer)

Added:
  head/games/chocolate-doom/files/patch-src_d__iwad.c   (contents, props changed)
Deleted:
  head/games/chocolate-doom/files/patch-d__iwad.c
Modified:
  head/games/chocolate-doom/Makefile
  head/games/chocolate-doom/distinfo
  head/games/chocolate-doom/pkg-plist

Modified: head/games/chocolate-doom/Makefile
==============================================================================
--- head/games/chocolate-doom/Makefile	Thu Oct  1 16:34:41 2015	(r398368)
+++ head/games/chocolate-doom/Makefile	Thu Oct  1 16:43:59 2015	(r398369)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	chocolate-doom
-PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTVERSION=	2.2.1
 CATEGORIES=	games
 MASTER_SITES=	http://www.chocolate-doom.org/downloads/${PORTVERSION}/
 

Modified: head/games/chocolate-doom/distinfo
==============================================================================
--- head/games/chocolate-doom/distinfo	Thu Oct  1 16:34:41 2015	(r398368)
+++ head/games/chocolate-doom/distinfo	Thu Oct  1 16:43:59 2015	(r398369)
@@ -1,2 +1,2 @@
-SHA256 (chocolate-doom-2.1.0.tar.gz) = 629305e7f328659f3e93e89b93adc9da4e99b5a351e51ceb749dcf3e3da8bcd3
-SIZE (chocolate-doom-2.1.0.tar.gz) = 2129632
+SHA256 (chocolate-doom-2.2.1.tar.gz) = ad11e2871667c6fa0658abf2dcba0cd9b26fbd651ee8df55adfdc18ad8fd674a
+SIZE (chocolate-doom-2.2.1.tar.gz) = 2127538

Added: head/games/chocolate-doom/files/patch-src_d__iwad.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/chocolate-doom/files/patch-src_d__iwad.c	Thu Oct  1 16:43:59 2015	(r398369)
@@ -0,0 +1,11 @@
+--- src/d_iwad.c.orig	2015-09-26 11:05:54 UTC
++++ src/d_iwad.c
+@@ -632,7 +632,7 @@ static void AddXdgDirs(void)
+     // The "standard" location for IWADs on Unix that is supported by most
+     // source ports is /usr/share/games/doom - we support this through the
+     // XDG_DATA_DIRS mechanism, through which it can be overridden.
+-    AddIWADPath(env, "/games/doom");
++    AddIWADPath(env, "/doom");
+ }
+ 
+ //

Modified: head/games/chocolate-doom/pkg-plist
==============================================================================
--- head/games/chocolate-doom/pkg-plist	Thu Oct  1 16:34:41 2015	(r398368)
+++ head/games/chocolate-doom/pkg-plist	Thu Oct  1 16:43:59 2015	(r398369)
@@ -25,6 +25,10 @@ man/man6/chocolate-server.6.gz
 man/man6/chocolate-setup.6.gz
 man/man6/chocolate-strife-setup.6.gz
 man/man6/chocolate-strife.6.gz
+share/appdata/chocolate-doom.appdata.xml
+share/appdata/chocolate-heretic.appdata.xml
+share/appdata/chocolate-hexen.appdata.xml
+share/appdata/chocolate-strife.appdata.xml
 share/applications/chocolate-doom.desktop
 share/applications/chocolate-heretic.desktop
 share/applications/chocolate-hexen.desktop



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