Date: Wed, 21 Jan 2004 17:53:53 +0100 (CET) From: Jan.Stocker@t-online.de (Jan Stocker) To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61680: MAINTAINER-UPDATE: games/thudboard 0.9.7 Message-ID: <200401211653.i0LGrrJO026169@Twoflower.intra.net> Resent-Message-ID: <200401211700.i0LH0Whc012968@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61680 >Category: ports >Synopsis: MAINTAINER-UPDATE: games/thudboard 0.9.7 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 21 09:00:32 PST 2004 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD Twoflower.intra.net 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Dec 31 15:16:12 CET 2003 root@Twoflower.intra.net:/usr/obj/usr/src/sys/Twoflower50 i386 >Description: Update games/thudboard to 0.9.7. Workaround for a PYTHON/TKINTER bug appearing on FreeBSD, too. https://sourceforge.net/tracker/?func=detail&atid=105470&aid=807871&group_id=5470 diff -urN thudboard.orig/Makefile thudboard/Makefile --- thudboard.orig/Makefile Sun Jan 18 02:38:33 2004 +++ thudboard/Makefile Wed Jan 21 17:43:06 2004 @@ -6,7 +6,7 @@ # PORTNAME= thudboard -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= games MASTER_SITES= http://www.million.nl/file/ @@ -17,7 +17,7 @@ USE_PYTHON= yes -WRKSRC= ${WRKDIR}/thud +WRKSRC= ${WRKDIR}/${PORTNAME} do-configure: @${SED} -e "s#%%PREFIX%%#${PREFIX}# ; s#%%PYTHON_CMD%%#${PYTHON_CMD}#" \ @@ -30,9 +30,8 @@ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} 2>/dev/null do-install: - @${RM} -f ${WRKSRC}/battle.py.orig @${MKDIR} ${DATADIR} - @${TAR} -C ${WRKSRC} --exclude="docs*" -cf - . | ${TAR} -C ${DATADIR} --unlink -xf - + @${TAR} -C ${WRKSRC} --exclude="*.py.orig" --exclude="docs*" -cf - . | ${TAR} -C ${DATADIR} --unlink -xf - @${INSTALL_SCRIPT} ${WRKDIR}/thudboard.tmp ${PREFIX}/bin/thudboard .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff -urN thudboard.orig/distinfo thudboard/distinfo --- thudboard.orig/distinfo Sun Jan 18 02:38:33 2004 +++ thudboard/distinfo Wed Jan 21 17:43:20 2004 @@ -1 +1 @@ -MD5 (thudboard-0.9.6.tar.gz) = ff94f07769147d7c3dd6c84c7bf22eb6 +MD5 (thudboard-0.9.7.tar.gz) = 930a17e7be7539a69cb899dc80389197 diff -urN thudboard.orig/pkg-plist thudboard/pkg-plist --- thudboard.orig/pkg-plist Sun Jan 18 02:38:33 2004 +++ thudboard/pkg-plist Wed Jan 21 17:42:00 2004 @@ -26,6 +26,8 @@ %%DATADIR%%/battle.pyc %%DATADIR%%/images.pyc %%DATADIR%%/thud.pyc +%%DATADIR%%/bugfix_askyesno.py +%%DATADIR%%/bugfix_askyesno.pyc %%PORTDOCS%%%%DOCSDIR%%/about.html %%PORTDOCS%%%%DOCSDIR%%/download.html %%PORTDOCS%%%%DOCSDIR%%/howto.html >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401211653.i0LGrrJO026169>