Date: Sun, 8 Feb 2009 04:05:48 GMT From: Stephen Dennis <brazilofmux@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131482: Update TinyMUX ports from version 2.3 to version 2.6. Message-ID: <200902080405.n1845mLP057327@www.freebsd.org> Resent-Message-ID: <200902080410.n184A1kA024389@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902080405.n1845mLP057327>