On Tue, Dec 02, 2014 at 09:41:03AM -0800, Ryan Freeman wrote:
> Hey,
> 
> Patch to update to chocolate-doom 2.1.0.  Lots of fixes/enhancements, see:
> https://github.com/chocolate-doom/chocolate-doom/releases/tag/chocolate-doom-2.1.0
> 
> Builds/runs fine on amd64, ok?
> 
> Cheers,
> 
> -ryan

For the archives, Daniel caught me forgetting to regen WANTLIB as there is now 
a png
LIB_DEPENDS, this should be the correct diff.

Cheers!

-ryan


? chocolate-doom-2.1.0.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- Makefile    22 Oct 2014 13:55:07 -0000      1.16
+++ Makefile    7 Dec 2014 23:55:15 -0000
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.16 2014/10/22 13:55:07 jasper Exp $
 
 COMMENT =      portable release of Doom, Heretic, Hexen, and Strife
-V =            2.0.0
+V =            2.1.0
 DISTNAME =     chocolate-doom-${V}
-REVISION =     0
 CATEGORIES =   games x11
 
 HOMEPAGE =     http://www.chocolate-doom.org/
@@ -13,11 +12,12 @@ MAINTAINER =        Ryan Freeman <ryan@slipgate
 # GPLv2
 PERMIT_PACKAGE_CDROM =         Yes
 
-WANTLIB =      SDL c m pthread SDL_mixer>=3 SDL_net>=1 samplerate>=1
+WANTLIB += SDL SDL_mixer SDL_net c m png pthread samplerate z
 
 LIB_DEPENDS =  devel/sdl-mixer \
                devel/sdl-net \
-               audio/libsamplerate
+               audio/libsamplerate \
+               graphics/png
 
 MASTER_SITES = http://www.chocolate-doom.org/downloads/${V}/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    27 May 2014 06:35:01 -0000      1.5
+++ distinfo    7 Dec 2014 23:55:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (chocolate-doom-2.0.0.tar.gz) = 
hcWLd9rZMwEyU7RT7wGQdJK0cZrNVs+MtsdvSjYatgw=
-SIZE (chocolate-doom-2.0.0.tar.gz) = 2092519
+SHA256 (chocolate-doom-2.1.0.tar.gz) = 
YpMF5/MoZZ8+k+ibk63J2k6ZtaNR5RzrdJ3PPj2ovNM=
+SIZE (chocolate-doom-2.1.0.tar.gz) = 2129632
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST
--- pkg/PLIST   27 May 2014 06:35:01 -0000      1.4
+++ pkg/PLIST   7 Dec 2014 23:55:15 -0000
@@ -23,30 +23,37 @@
 @man man/man6/chocolate-setup.6
 @man man/man6/chocolate-strife.6
 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/
 share/applications/screensavers/chocolate-doom-screensaver.desktop
 share/doc/chocolate-doom/
 share/doc/chocolate-doom/ChangeLog
 share/doc/chocolate-doom/NEWS
 share/doc/chocolate-doom/NOT-BUGS
+share/doc/chocolate-doom/PHILOSOPHY
 share/doc/chocolate-doom/README
-share/doc/chocolate-doom/README.OPL
+share/doc/chocolate-doom/README.Music
 share/doc/chocolate-heretic/
 share/doc/chocolate-heretic/ChangeLog
 share/doc/chocolate-heretic/NEWS
+share/doc/chocolate-heretic/PHILOSOPHY
 share/doc/chocolate-heretic/README
-share/doc/chocolate-heretic/README.OPL
+share/doc/chocolate-heretic/README.Music
 share/doc/chocolate-hexen/
 share/doc/chocolate-hexen/ChangeLog
 share/doc/chocolate-hexen/NEWS
+share/doc/chocolate-hexen/PHILOSOPHY
 share/doc/chocolate-hexen/README
-share/doc/chocolate-hexen/README.OPL
+share/doc/chocolate-hexen/README.Music
 share/doc/chocolate-strife/
 share/doc/chocolate-strife/ChangeLog
 share/doc/chocolate-strife/NEWS
+share/doc/chocolate-strife/PHILOSOPHY
 share/doc/chocolate-strife/README
-share/doc/chocolate-strife/README.OPL
+share/doc/chocolate-strife/README.Music
 share/doc/chocolate-strife/README.Strife
 share/doom/
 share/icons/

Reply via email to