Bug 61680 - MAINTAINER-UPDATE: games/thudboard 0.9.7
Summary: MAINTAINER-UPDATE: games/thudboard 0.9.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-21 17:00 UTC by Jan Stocker
Modified: 2004-01-21 18:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stocker 2004-01-21 17:00:32 UTC
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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-01-21 18:43:50 UTC
State Changed
From-To: open->closed

Committed, thanks!