From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 8 04:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F0CC1065674 for ; Sun, 8 Feb 2009 04:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8898FC20 for ; Sun, 8 Feb 2009 04:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n184A1Rq024390 for ; Sun, 8 Feb 2009 04:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n184A1kA024389; Sun, 8 Feb 2009 04:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 8 Feb 2009 04:10:01 GMT Resent-Message-Id: <200902080410.n184A1kA024389@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Dennis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BCE6106568B for ; Sun, 8 Feb 2009 04:05:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ED82C8FC22 for ; Sun, 8 Feb 2009 04:05:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1845mK0057328 for ; Sun, 8 Feb 2009 04:05:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1845mLP057327; Sun, 8 Feb 2009 04:05:48 GMT (envelope-from nobody) Message-Id: <200902080405.n1845mLP057327@www.freebsd.org> Date: Sun, 8 Feb 2009 04:05:48 GMT From: Stephen Dennis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131482: Update TinyMUX ports from version 2.3 to version 2.6. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 04:10:02 -0000 >Number: 131482 >Category: ports >Synopsis: Update TinyMUX ports from version 2.3 to version 2.6. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 08 04:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Stephen Dennis >Release: 7.1-RELEASE >Organization: Not Applicable >Environment: FreeBSD fang.svdltd.com 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch will point FreeBSD at a later version of TinyMUX from the same upstream source. >How-To-Repeat: Not applicable >Fix: Fix is to apply the attached patch. Patch attached with submission follows: diff -Naur tinymux.23/Makefile tinymux/Makefile --- tinymux.23/Makefile 2009-02-07 18:05:18.000000000 -0800 +++ tinymux/Makefile 2009-02-07 18:57:31.000000000 -0800 @@ -6,15 +6,14 @@ # PORTNAME= tinymux -PORTVERSION= 2.3.5.${PATCHLEVEL} +PORTVERSION= 2.6.5.${PATCHLEVEL} CATEGORIES= games net -MASTER_SITES= ftp://ftp.tinymux.org/TinyMUX/tinymux-2.3/${PATCHLEVEL}/ \ - http://www.tinymux.org/ \ - http://www.moosh.net/pub/mush/servers/tinymux/TinyMUX-2.x/tinymux-2.3/${PATCHLEVEL}/ +MASTER_SITES= ftp://ftp.tinymux.org/TinyMUX/tinymux-2.6/${PATCHLEVEL}/ \ + http://www.tinymux.org/ DISTNAME= mux-${PORTVERSION}.unix MAINTAINER= ports@FreeBSD.org -COMMENT= A Multi-Player FreeForm adventure Program +COMMENT= A Multi-Player FreeForm adventure program USE_GMAKE= yes USE_GETTEXT= yes @@ -22,8 +21,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -PATCHLEVEL= 26 -WRKSRC= ${WRKDIR}/mux2.3/src +PATCHLEVEL= 30 +WRKSRC= ${WRKDIR}/mux2.6/src .if !defined(NOPORTDOCS) PORTDOCS= * .endif @@ -65,7 +64,7 @@ ${INSTALL_DATA} ${WRKSRC}/../${file} ${DOCSDIR} .endfor .for file in BACKUPS CONFIGURATION CONVERSION CREDITS DISTRIBUTIONS GUESTS \ - LIMITS MEMORY PATCHES REALMS muxman.pdf + LIMITS MEMORY PATCHES REALMS ${INSTALL_DATA} ${WRKSRC}/../docs/${file} ${DOCSDIR} .endfor .endif diff -Naur tinymux.23/distinfo tinymux/distinfo --- tinymux.23/distinfo 2009-02-07 18:05:18.000000000 -0800 +++ tinymux/distinfo 2009-02-07 18:57:34.000000000 -0800 @@ -1,3 +1,3 @@ -MD5 (mux-2.3.5.26.unix.tar.gz) = a6456b0754e3ae81be8e2439538f9b49 -SHA256 (mux-2.3.5.26.unix.tar.gz) = cca30383044f66a28d40e3e308724f4b65127db16b4ee7e5d69b18fea48e545d -SIZE (mux-2.3.5.26.unix.tar.gz) = 996018 +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 >Release-Note: >Audit-Trail: >Unformatted: