ports/71207: Update port: games/deng 1.8.1.r4 -> 1.8.2

Igor Pokrovsky ip at doom.homeunix.org
Tue Aug 31 18:30:09 UTC 2004


>Number:         71207
>Category:       ports
>Synopsis:       Update port: games/deng 1.8.1.r4 -> 1.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 31 18:30:08 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Sun Aug 29 13:51:59 MSD 2004 root at doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Update 1.8.2.
Timidity now plays in-game music.
	
>How-To-Repeat:
	
>Fix:

	

--- deng.diff begins here ---
diff -ruN /usr/ports/games/deng/Makefile deng/Makefile
--- /usr/ports/games/deng/Makefile	Fri Aug 27 19:18:35 2004
+++ deng/Makefile	Tue Aug 31 21:55:04 2004
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	deng
-PORTVERSION=	1.8.1.r4
+PORTVERSION=	1.8.2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-1.8.1-rc4
 
 MAINTAINER=	ip at doom.homeunix.org
 COMMENT=	An enhanced Doom, Heretic and Hexen source port
+
+RUN_DEPENDS=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity
 
 USE_REINPLACE=	yes
 REINPLACE_ARGS=	-i ""
diff -ruN /usr/ports/games/deng/distinfo deng/distinfo
--- /usr/ports/games/deng/distinfo	Fri Aug 27 19:18:35 2004
+++ deng/distinfo	Tue Aug 31 20:50:38 2004
@@ -1,2 +1,2 @@
-MD5 (deng-1.8.1-rc4.tar.gz) = df950df5fec190daf1be149ab6e4c3bc
-SIZE (deng-1.8.1-rc4.tar.gz) = 3137059
+MD5 (deng-1.8.2.tar.gz) = 51bccfbc5e18ac34947566291aeb1785
+SIZE (deng-1.8.2.tar.gz) = 3141102
diff -ruN /usr/ports/games/deng/files/patch-Src_dsSDLMixer_driver__sdlmixer.c deng/files/patch-Src_dsSDLMixer_driver__sdlmixer.c
--- /usr/ports/games/deng/files/patch-Src_dsSDLMixer_driver__sdlmixer.c	Fri Aug 27 19:18:35 2004
+++ deng/files/patch-Src_dsSDLMixer_driver__sdlmixer.c	Tue Aug 31 21:53:43 2004
@@ -1,10 +1,10 @@
---- Src/dsSDLMixer/driver_sdlmixer.c.orig	Thu Aug 26 19:07:44 2004
-+++ Src/dsSDLMixer/driver_sdlmixer.c	Thu Aug 26 19:11:15 2004
-@@ -117,7 +117,7 @@
+--- Src/dsSDLMixer/driver_sdlmixer.c.orig	Tue Aug 31 21:53:06 2004
++++ Src/dsSDLMixer/driver_sdlmixer.c	Tue Aug 31 21:53:21 2004
+@@ -130,7 +130,7 @@
  		return false;
  	}
  
--	if(Mix_OpenAudio(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, 2, 1024))
+-	if(Mix_OpenAudio(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, 2, 2048))
 +	if(Mix_OpenAudio(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, 2, 4096))
  	{
  		Error();
--- deng.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list