On Mon, Jul 09, 2012 at 04:09:33PM -0700, Ryan Freeman wrote:
> Hi,
> 
> This updates chocolate-doom to 1.7.0.  Not too many changes:
> 
> http://chocolate-doom.svn.sourceforge.net/viewvc/chocolate-doom/tags/chocolate-doom-1.7.0/NEWS?revision=2511&view=markup
> 

I meant to actually summarize the changes:
- palette accuracy reduced to 6 bits per channel, to more accurately
  emulate the PC VGA hardware
- gmake no-longer required for build!
- running servers re-resolve address of master occasionally, to adapt
  to dns changes
- a few more bug fixes, refer to summary in NEWS file above or in
  archive for the rest.

attached a new patch that also updates my email to my openbsd
one.  simple but hoping to get it in for 5.2 to be on top of this
(ever so important) package for once ;)

edd@ had a look and it was running good on i386, building fine on
sparc64.  OK?

-ryan


? chocolate-doom-1.7.0.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile    23 Mar 2012 08:47:03 -0000      1.11
+++ Makefile    18 Jul 2012 19:33:34 -0000
@@ -1,13 +1,12 @@
 # $OpenBSD: Makefile,v 1.11 2012/03/23 08:47:03 rfreeman Exp $
 
 COMMENT =      portable version of iD Software's Doom
-DISTNAME =     chocolate-doom-1.6.0
-REVISION =     0
+DISTNAME =     chocolate-doom-1.7.0
 CATEGORIES =   games x11
 
 HOMEPAGE =     http://www.chocolate-doom.org/
 
-MAINTAINER =   Ryan Freeman <r...@slipgate.org>
+MAINTAINER =   Ryan Freeman <rfree...@openbsd.org>
 
 # GPLv2
 PERMIT_PACKAGE_CDROM =         Yes
@@ -26,7 +25,6 @@ MASTER_SITES =        ${MASTER_SITE_SOURCEFORGE
 RUN_DEPENDS =  devel/desktop-file-utils
 
 USE_GROFF =    Yes
-USE_GMAKE =    Yes
 
 CONFIGURE_STYLE =      gnu
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/chocolate-doom/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    24 May 2011 00:11:48 -0000      1.3
+++ distinfo    18 Jul 2012 19:33:34 -0000
@@ -1,5 +1,5 @@
-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
+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

Reply via email to