Index: head/games/chocolate-doom/Makefile =================================================================== --- head/games/chocolate-doom/Makefile (revision 398368) +++ head/games/chocolate-doom/Makefile (revision 398369) @@ -1,35 +1,34 @@ # $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}/ MAINTAINER= jakub_lach@mailplus.pl COMMENT= Doom/Heretic/Hexen/Strife engine port compatible with the originals LICENSE= GPLv2 BUILD_DEPENDS= python:${PORTSDIR}/lang/python USES= gmake USE_SDL= mixer net sdl GNU_CONFIGURE= yes PORTDOCS= CMDLINE.doom ChangeLog INSTALL.doom NEWS NOT-BUGS PHILOSOPHY \ README README.Music OPTIONS_DEFINE= DOCS .include "${.CURDIR}/../doom-data/Makefile.include" post-patch: ${REINPLACE_CMD} -e 's|gamesdir = $${exec_prefix}/games|gamesdir = $${exec_prefix}/bin|' \ ${WRKSRC}/src/Makefile.in ${REINPLACE_CMD} -e 's|gamesdir = $$(prefix)/games|gamesdir = $$(prefix)/bin|' \ ${WRKSRC}/src/setup/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chocolate-* .include Index: head/games/chocolate-doom/distinfo =================================================================== --- head/games/chocolate-doom/distinfo (revision 398368) +++ head/games/chocolate-doom/distinfo (revision 398369) @@ -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 Index: head/games/chocolate-doom/files/patch-d__iwad.c =================================================================== --- head/games/chocolate-doom/files/patch-d__iwad.c (revision 398368) +++ head/games/chocolate-doom/files/patch-d__iwad.c (nonexistent) @@ -1,12 +0,0 @@ ---- src/d_iwad.c 2011-05-17 16:01:48.000000000 -0700 -+++ src/d_iwad.c 2011-10-15 11:30:26.998495197 -0700 -@@ -559,8 +559,7 @@ - - // Standard places where IWAD files are installed under Unix. - -- AddIWADDir("/usr/share/games/doom"); -- AddIWADDir("/usr/local/share/games/doom"); -+ AddIWADDir("/usr/local/share/doom"); - - #endif - Property changes on: head/games/chocolate-doom/files/patch-d__iwad.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/chocolate-doom/files/patch-src_d__iwad.c =================================================================== --- head/games/chocolate-doom/files/patch-src_d__iwad.c (nonexistent) +++ head/games/chocolate-doom/files/patch-src_d__iwad.c (revision 398369) @@ -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"); + } + + // Property changes on: head/games/chocolate-doom/files/patch-src_d__iwad.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/chocolate-doom/pkg-plist =================================================================== --- head/games/chocolate-doom/pkg-plist (revision 398368) +++ head/games/chocolate-doom/pkg-plist (revision 398369) @@ -1,57 +1,61 @@ bin/chocolate-doom bin/chocolate-doom-setup bin/chocolate-heretic bin/chocolate-heretic-setup bin/chocolate-hexen bin/chocolate-hexen-setup bin/chocolate-server bin/chocolate-strife bin/chocolate-strife-setup man/man5/chocolate-doom.cfg.5.gz man/man5/chocolate-heretic.cfg.5.gz man/man5/chocolate-hexen.cfg.5.gz man/man5/chocolate-strife.cfg.5.gz man/man5/default.cfg.5.gz man/man5/heretic.cfg.5.gz man/man5/hexen.cfg.5.gz man/man5/strife.cfg.5.gz man/man6/chocolate-doom-setup.6.gz man/man6/chocolate-doom.6.gz man/man6/chocolate-heretic-setup.6.gz man/man6/chocolate-heretic.6.gz man/man6/chocolate-hexen-setup.6.gz man/man6/chocolate-hexen.6.gz 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 share/applications/chocolate-setup.desktop share/applications/chocolate-strife.desktop share/applications/screensavers/chocolate-doom-screensaver.desktop share/doc/chocolate-heretic/CMDLINE.heretic share/doc/chocolate-heretic/ChangeLog share/doc/chocolate-heretic/INSTALL.heretic share/doc/chocolate-heretic/NEWS share/doc/chocolate-heretic/PHILOSOPHY share/doc/chocolate-heretic/README share/doc/chocolate-heretic/README.Music share/doc/chocolate-hexen/CMDLINE.hexen share/doc/chocolate-hexen/ChangeLog share/doc/chocolate-hexen/INSTALL.hexen share/doc/chocolate-hexen/NEWS share/doc/chocolate-hexen/PHILOSOPHY share/doc/chocolate-hexen/README share/doc/chocolate-hexen/README.Music share/doc/chocolate-strife/CMDLINE.strife share/doc/chocolate-strife/ChangeLog share/doc/chocolate-strife/INSTALL.strife share/doc/chocolate-strife/NEWS share/doc/chocolate-strife/PHILOSOPHY share/doc/chocolate-strife/README share/doc/chocolate-strife/README.Music share/doc/chocolate-strife/README.Strife share/icons/chocolate-doom.png share/icons/chocolate-setup.png