Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2010 17:58:02 GMT
From:      Stephen Dennis <brazilofmux@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146068: New upstream version. Update games/tinymux from patchlevel 30 to patchlevel 32.
Message-ID:  <201004261758.o3QHw2UR072785@www.freebsd.org>
Resent-Message-ID: <201004261800.o3QI08vF072566@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146068
>Category:       ports
>Synopsis:       New upstream version. Update games/tinymux from patchlevel 30 to patchlevel 32.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 18:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Dennis
>Release:        8.0
>Organization:
TinyMUX Project
>Environment:
FreeBSD bane.svdltd.com 8.0-RELEASE FreeBSD-RELEASE #0: Sat Nov 21:48:17 UTC 20009
root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Issues fixed between patch-level 30 and patch-level 32:

 - Fix access of uninitialized memory during dbconvert
   when @queuemax is set on player object (Issue 623).
 - Fix @dbclean to not strip attribute owner and flags
   on attributes that it re-numbers (Issue 621).
 - Add missing attributes to muxattrs.dat.
 - Fix one case of #elif without a condition.
 - Clarify use of see_all @power (Issue 584).
 - Fix typo on help @lock compound (Issue 606).
 - Fix typo in substitutions3 (Issue 605).
 - Topic reference should be to 'regexp syntax'.
 - Change reference to no_program which should be no_command.
 - Fix @dolist help topic (Issue 593).
 - Should be starting_pay instead of paystart and
   find_money_chance instead of payfind (Issue #589).
 - Missed one case of %ld.
 - long integers should be handled with %ld.
 - Option table was defined one element too large.

>How-To-Repeat:
N/A
>Fix:
Patchfile is included with PATCHLEVEL=32 and new distinfo.

Patch attached with submission follows:

diff -Naur tinymux_orig/Makefile tinymux/Makefile
--- tinymux_orig/Makefile	2010-04-26 10:22:08.000000000 -0700
+++ tinymux/Makefile	2010-04-26 10:22:28.000000000 -0700
@@ -21,7 +21,7 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 
-PATCHLEVEL=	30
+PATCHLEVEL=	32
 WRKSRC=		${WRKDIR}/mux2.6/src
 .if !defined(NOPORTDOCS)
 PORTDOCS=	*
diff -Naur tinymux_orig/distinfo tinymux/distinfo
--- tinymux_orig/distinfo	2010-04-26 10:22:08.000000000 -0700
+++ tinymux/distinfo	2010-04-26 10:26:36.000000000 -0700
@@ -1,3 +1,3 @@
-MD5 (mux-2.6.5.30.unix.tar.gz) = b0189ca28e28ed0f269d64b46c57bd67
-SHA256 (mux-2.6.5.30.unix.tar.gz) = 534bfc00d60aa3fb69784c16734fc64ae8e4caca3b1ce24c9204890b90524b48
-SIZE (mux-2.6.5.30.unix.tar.gz) = 983368
+MD5 (mux-2.6.5.32.unix.tar.gz) = a3df8dfce6ad795594f969a787a73223
+SHA256 (mux-2.6.5.32.unix.tar.gz) = 31a0367308039a33fb48c846eab1164be562d118402bf1e4264de6b99fc97261
+SIZE (mux-2.6.5.32.unix.tar.gz) = 983934


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004261758.o3QHw2UR072785>