From owner-svn-ports-head@freebsd.org Thu Oct 1 16:44:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22883A0DF08; Thu, 1 Oct 2015 16:44:01 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0706C1130; Thu, 1 Oct 2015 16:44:01 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t91Gi07N089299; Thu, 1 Oct 2015 16:44:00 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t91Gi0FX089270; Thu, 1 Oct 2015 16:44:00 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201510011644.t91Gi0FX089270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 1 Oct 2015 16:43:59 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 16:44:01 -0000 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