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
State Changed From-To: open->closed Committed, thanks!