Index: Makefile
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile    11 Oct 2013 23:49:34 -0000      1.14
+++ Makefile    21 May 2014 05:55:02 -0000
@@ -1,7 +1,8 @@
 # $OpenBSD: Makefile,v 1.14 2013/10/11 23:49:34 naddy Exp $
 
 COMMENT =      portable version of iD Software's Doom
-DISTNAME =     chocolate-doom-1.7.0
+V =            2.0.0
+DISTNAME =     chocolate-doom-${V}
 CATEGORIES =   games x11
 
 HOMEPAGE =     http://www.chocolate-doom.org/
@@ -17,21 +18,26 @@ LIB_DEPENDS =       devel/sdl-mixer \
                devel/sdl-net \
                audio/libsamplerate
 
-MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=chocolate-doom/}
+MASTER_SITES = http://www.chocolate-doom.org/downloads/${V}/
 
 RUN_DEPENDS =  devel/desktop-file-utils
 
 
 CONFIGURE_STYLE =      gnu
+USE_GMAKE =            Yes
 
 # we don't need to require python to build
 CONFIGURE_ENV +=       HAVE_PYTHON=false
 
 # set correct program directory
-MAKE_FLAGS =   gamesdir="${TRUEPREFIX}/bin"
+MAKE_FLAGS =   gamesdir="${TRUEPREFIX}/bin" execgamesdir="${TRUEPREFIX}/bin"
 
-MAN_5 =                chocolate-doom.cfg default.cfg
-MAN_6 =                chocolate-doom chocolate-server chocolate-setup
+MAN_5 =                chocolate-doom.cfg default.cfg \
+               chocolate-heretic.cfg heretic.cfg \
+               chocolate-hexen.cfg hexen.cfg \
+               chocolate-strife.cfg strife.cfg
+MAN_6 =                chocolate-doom chocolate-server chocolate-setup \
+               chocolate-heretic chocolate-hexen chocolate-strife
 
 post-extract:
        # set correct data directory
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    23 Aug 2012 20:20:27 -0000      1.4
+++ distinfo    21 May 2014 04:53:23 -0000
@@ -1,5 +1,2 @@
-MD5 (chocolate-doom-1.7.0.tar.gz) = wKiyQOXB25/B1Hcu1maf2g==
-RMD160 (chocolate-doom-1.7.0.tar.gz) = RS6E6RvriZ5jF/X9cx9JpiUm0aA=
-SHA1 (chocolate-doom-1.7.0.tar.gz) = Y7UGGNYQGrGRIk+fp6i+owrS2HI=
-SHA256 (chocolate-doom-1.7.0.tar.gz) = 
wc/7YC48w6gpQbRnW53IFqbkGQdvr49U20bfOX+Gv8A=
-SIZE (chocolate-doom-1.7.0.tar.gz) = 1091798
+SHA256 (chocolate-doom-2.0.0.tar.gz) = 
hcWLd9rZMwEyU7RT7wGQdJK0cZrNVs+MtsdvSjYatgw=
+SIZE (chocolate-doom-2.0.0.tar.gz) = 2092519
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   23 Mar 2012 08:47:03 -0000      1.3
+++ pkg/PLIST   21 May 2014 05:59:00 -0000
@@ -1,23 +1,53 @@
 @comment $OpenBSD: PLIST,v 1.3 2012/03/23 08:47:03 rfreeman Exp $
 @bin bin/chocolate-doom
+@bin bin/chocolate-doom-setup
+@bin bin/chocolate-heretic
+@bin bin/chocolate-heretic-setup
+@bin bin/chocolate-hexen
+@bin bin/chocolate-hexen-setup
 @bin bin/chocolate-server
-@bin bin/chocolate-setup
+@bin bin/chocolate-strife
+@bin bin/chocolate-strife-setup
 @man man/man5/chocolate-doom.cfg.5
+@man man/man5/chocolate-heretic.cfg.5
+@man man/man5/chocolate-hexen.cfg.5
+@man man/man5/chocolate-strife.cfg.5
 @man man/man5/default.cfg.5
+@man man/man5/heretic.cfg.5
+@man man/man5/hexen.cfg.5
+@man man/man5/strife.cfg.5
 @man man/man6/chocolate-doom.6
+@man man/man6/chocolate-heretic.6
+@man man/man6/chocolate-hexen.6
 @man man/man6/chocolate-server.6
 @man man/man6/chocolate-setup.6
+@man man/man6/chocolate-strife.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/doc/chocolate-heretic/
+share/doc/chocolate-heretic/ChangeLog
+share/doc/chocolate-heretic/NEWS
+share/doc/chocolate-heretic/README
+share/doc/chocolate-heretic/README.OPL
+share/doc/chocolate-hexen/
+share/doc/chocolate-hexen/ChangeLog
+share/doc/chocolate-hexen/NEWS
+share/doc/chocolate-hexen/README
+share/doc/chocolate-hexen/README.OPL
+share/doc/chocolate-strife/
+share/doc/chocolate-strife/ChangeLog
+share/doc/chocolate-strife/NEWS
+share/doc/chocolate-strife/README
+share/doc/chocolate-strife/README.OPL
+share/doc/chocolate-strife/README.Strife
 share/doom/
 share/icons/
 share/icons/chocolate-doom.png

Reply via email to