From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 12 11:10:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C531616A4CE for ; Sat, 12 Jun 2004 11:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76E643D54 for ; Sat, 12 Jun 2004 11:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5CBAMsF040229 for ; Sat, 12 Jun 2004 11:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5CBAMe3040228; Sat, 12 Jun 2004 11:10:22 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jun 2004 11:10:22 GMT Resent-Message-Id: <200406121110.i5CBAMe3040228@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, Jan Stocker Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACF5316A4CE for ; Sat, 12 Jun 2004 11:10:00 +0000 (GMT) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A1243D1F for ; Sat, 12 Jun 2004 11:10:00 +0000 (GMT) (envelope-from Jan.Stocker@t-online.de) Received: from fwd04.aul.t-online.de by mailout07.sul.t-online.com with smtp id 1BZ6OV-0006hC-03; Sat, 12 Jun 2004 13:09:51 +0200 Received: from twoflower.ourhome (S+STUmZpweLGn7rl1odgyvPsQRvd8UKIxPfuyyqx111qf4nhhfrmrn@[217.82.136.144]) by fwd04.sul.t-online.com with esmtp id 1BZ6OF-1HzJ2m0; Sat, 12 Jun 2004 13:09:35 +0200 Received: (from jstocker@localhost) by twoflower.ourhome (8.12.10/8.12.10/Submit) id i5CB9I0R000795; Sat, 12 Jun 2004 13:09:18 +0200 (CEST) (envelope-from jstocker) Message-Id: <200406121109.i5CB9I0R000795@twoflower.ourhome> Date: Sat, 12 Jun 2004 13:09:18 +0200 (CEST) From: Jan.Stocker@t-online.de (Jan Stocker) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: thudboard@million.nl Subject: ports/67874: MAINTAINER-UPDATE: games/thudboard 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jan Stocker List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 11:10:23 -0000 >Number: 67874 >Category: ports >Synopsis: MAINTAINER-UPDATE: games/thudboard 1.1 >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: Sat Jun 12 11:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD twoflower.ourhome 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: Updating games/thudboard to version 1.1. >How-To-Repeat: >Fix: diff -urN thudboard.orig/Makefile thudboard/Makefile --- thudboard.orig/Makefile Sat Apr 10 19:24:59 2004 +++ thudboard/Makefile Sat Jun 12 12:37:16 2004 @@ -6,7 +6,7 @@ # PORTNAME= thudboard -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= games MASTER_SITES= http://www.million.nl/file/ diff -urN thudboard.orig/distinfo thudboard/distinfo --- thudboard.orig/distinfo Sat Apr 10 18:58:09 2004 +++ thudboard/distinfo Sat Jun 12 12:41:43 2004 @@ -1,2 +1,2 @@ -MD5 (thudboard-1.0.tar.gz) = 84ce0062607fe44d316864fe9df87a2a -SIZE (thudboard-1.0.tar.gz) = 1010830 +MD5 (thudboard-1.1.tar.gz) = 068e19bd1e74b77a3b37688f3c81c3f3 +SIZE (thudboard-1.1.tar.gz) = 1012230 diff -urN thudboard.orig/files/patch-battles.py thudboard/files/patch-battles.py --- thudboard.orig/files/patch-battles.py Sun Jan 18 02:38:33 2004 +++ thudboard/files/patch-battles.py Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- battle.py.orig Tue Jan 13 17:49:47 2004 -+++ battle.py Tue Jan 13 17:50:54 2004 -@@ -411,9 +411,9 @@ - filename = self.filename - if not filename: - filename = self.name -- filename = os.sep.join([os.getcwd(), "battles", filename+".thud"]) -+ filename = os.sep.join(["~/.thudboard/", "battles", filename+".thud"]) - if not self.name or filename=='': -- filename = os.sep.join([os.getcwd(), "battles", ""]) -+ filename = os.sep.join(["~/.thudboard/", "battles", ""]) - return filename - - #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# diff -urN thudboard.orig/files/thudboard thudboard/files/thudboard --- thudboard.orig/files/thudboard Sun Jan 18 02:38:33 2004 +++ thudboard/files/thudboard Sat Jun 12 12:37:59 2004 @@ -1,11 +1,2 @@ #!/bin/sh -if [ ! -e ~/.thudboard ] -then - mkdir ~/.thudboard -fi -if [ ! -e ~/.thudboard/battles ] -then - mkdir ~/.thudboard/battles -fi - cd %%PREFIX%%/share/thudboard && %%PYTHON_CMD%% thud.pyc $* diff -urN thudboard.orig/pkg-plist thudboard/pkg-plist --- thudboard.orig/pkg-plist Sat Apr 10 19:07:35 2004 +++ thudboard/pkg-plist Sat Jun 12 12:49:45 2004 @@ -1,6 +1,5 @@ bin/thudboard %%DATADIR%%/battle.py -%%DATADIR%%/battles/annotated.thud %%DATADIR%%/skins.py %%DATADIR%%/img/banner.gif %%DATADIR%%/img/bcktile.gif @@ -19,6 +18,7 @@ %%DATADIR%%/img/stone.gif %%DATADIR%%/img/submenubottom.gif %%DATADIR%%/img/submenuitem.gif +%%DATADIR%%/img/submenusep.gif %%DATADIR%%/img/submenutop.gif %%DATADIR%%/img/thudtitle.gif %%DATADIR%%/img/troll.gif @@ -57,7 +57,6 @@ %%PORTDOCS%%%%DOCSDIR%%/thudboard.css %%PORTDOCS%%%%DOCSDIR%%/files/bug.thud %%PORTDOCS%%%%DOCSDIR%%/files/ThudBoardBug.jpg -@dirrm %%DATADIR%%/battles %%PORTDOCS%%@dirrm %%DOCSDIR%%/img %%PORTDOCS%%@dirrm %%DOCSDIR%%/files %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: