On Fri, May 20, 2011 at 10:34:10PM +0000, Stuart Henderson wrote:
> On 2011-05-20, Ryan Freeman <r...@slipgate.org> wrote:
> >
> > --gBBFr7Ir9EOA20Yy
> > Content-Type: text/plain; charset=us-ascii
> > Content-Disposition: inline
> >
> > 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.
> 
> Please also add the RUN_DEPENDS and @exec/@unexec-delete lines
> (regen PLIST after adding the RUN_DEPENDS).
> 
>

hopefully fixed diff attached

-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    21 May 2011 05:39:53 -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/
 
@@ -23,7 +22,10 @@ LIB_DEPENDS =        devel/sdl-mixer \
 
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=chocolate-doom/}
 
+RUN_DEPENDS =  devel/desktop-file-utils
+
 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    21 May 2011 05:39:53 -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   21 May 2011 05:39:53 -0000
@@ -7,5 +7,21 @@
 @man man/man6/chocolate-doom.6
 @man man/man6/chocolate-server.6
 @man man/man6/chocolate-setup.6
+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
+@exec %D/bin/update-desktop-database
+@unexec-delete %D/bin/update-desktop-database

Reply via email to