Hi Everybody!

Here is a diff to update chocolate-doom from 1.5.0 to 1.6.0.
There are a couple 'fixes' that enhance the authenticity of the
port to the original doom executables, some desktop file gooes
added, and some chocolate-setup enhancements.

i had to add USE_GMAKE = Yes to allow it to build without
puking at the icon stage of the build. Should we rather patch
the Makefile to still work with our make or is the addition of
USE_GMAKE fine?

Comments?

-ryan
? chocolate-doom-1.6.0.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    14 Mar 2011 09:17:00 -0000      1.9
+++ Makefile    20 May 2011 21:27:14 -0000
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.9 2011/03/14 09:17:00 sthen Exp $
 
 COMMENT =      portable version of iD Software's Doom
-DISTNAME =     chocolate-doom-1.5.0
+DISTNAME =     chocolate-doom-1.6.0
 CATEGORIES =   games x11
-REVISION =     0
 
 HOMEPAGE =     http://www.chocolate-doom.org/
 
@@ -24,6 +23,7 @@ LIB_DEPENDS = devel/sdl-mixer \
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=chocolate-doom/}
 
 USE_GROFF =    Yes
+USE_GMAKE =    Yes
 
 CONFIGURE_STYLE =      gnu
 CONFIGURE_ARGS +=      --without-python
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    13 Jan 2011 10:30:49 -0000      1.2
+++ distinfo    20 May 2011 21:27:14 -0000
@@ -1,5 +1,5 @@
-MD5 (chocolate-doom-1.5.0.tar.gz) = 48eN5ZZdqSsVkuLSCvh+BQ==
-RMD160 (chocolate-doom-1.5.0.tar.gz) = uKPm7qNSo8Gyyd8ceAihuVc6Z+c=
-SHA1 (chocolate-doom-1.5.0.tar.gz) = EAcVccFJWl8xd7hN5S56MQ8bMKM=
-SHA256 (chocolate-doom-1.5.0.tar.gz) = 
eFeB/C03HOtbDYWeGej5Bi8tp++L+abwrP39rf7BsrE=
-SIZE (chocolate-doom-1.5.0.tar.gz) = 969789
+MD5 (chocolate-doom-1.6.0.tar.gz) = shDhFd2m6oi/tsT+Ea3hAQ==
+RMD160 (chocolate-doom-1.6.0.tar.gz) = j+jgX+OHNxmiRFjZOO7vKPotoh0=
+SHA1 (chocolate-doom-1.6.0.tar.gz) = CB66yJmWBytbv8OlcrFgRKsvx5A=
+SHA256 (chocolate-doom-1.6.0.tar.gz) = 
dBy+kS2rMlZBypfCcyqYf35s/HFnV/qdvaHYF5/WrkU=
+SIZE (chocolate-doom-1.6.0.tar.gz) = 1076134
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Jun 2009 21:58:43 -0000       1.1.1.1
+++ pkg/PLIST   20 May 2011 21:27:14 -0000
@@ -7,5 +7,20 @@
 @man man/man6/chocolate-doom.6
 @man man/man6/chocolate-server.6
 @man man/man6/chocolate-setup.6
+share/applications/
+share/applications/chocolate-doom.desktop
+share/applications/chocolate-setup.desktop
+share/applications/screensavers/
+share/applications/screensavers/chocolate-doom-screensaver.desktop
+share/doc/chocolate-doom/
+share/doc/chocolate-doom/CMDLINE
+share/doc/chocolate-doom/ChangeLog
+share/doc/chocolate-doom/NEWS
+share/doc/chocolate-doom/NOT-BUGS
+share/doc/chocolate-doom/README
+share/doc/chocolate-doom/README.OPL
 share/games/
 share/games/doom/
+share/icons/
+share/icons/chocolate-doom.png
+share/icons/chocolate-setup.png

Reply via email to