Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2001 14:49:31 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32518: Update port: games/tkmoo to 0.3.31
Message-ID:  <200112042249.fB4MnVF58661@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         32518
>Category:       ports
>Synopsis:       Update port: games/tkmoo to 0.3.31
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 04 14:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.31

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/tkmoo/Makefile games/tkmoo/Makefile
--- /usr/ports/games/tkmoo/Makefile	Sat Jul 21 06:31:53 2001
+++ games/tkmoo/Makefile	Sun Dec  2 09:15:43 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tkmoo
-PORTVERSION=	0.3.28
+PORTVERSION=	0.3.31
 CATEGORIES=	games tk83
 MASTER_SITES=	http://www.awns.com/tkMOO-light/Source/
 DISTNAME=	tkMOO-light-${PORTVERSION}
@@ -16,12 +16,12 @@
 RUN_DEPENDS=	${WISH83}:${PORTSDIR}/x11-toolkits/tk83
 
 WISH83?=	${LOCALBASE}/bin/wish8.3
-MAKE_ENV+=	TKMOO_LIB_DIR="${PREFIX}/share/tkmoo" \
+MAKE_ENV+=	TKMOO_LIB_DIR="${DATADIR}" \
 		TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH83}"
 
 do-install:
-	@${MKDIR} ${PREFIX}/share/tkmoo/plugins
-	@${INSTALL_DATA} ${WRKSRC}/plugins/* ${PREFIX}/share/tkmoo/plugins
-	@${INSTALL_SCRIPT} ${WRKSRC}/tkMOO-lite ${PREFIX}/bin/tkmoo
+	@${MKDIR} ${DATADIR}/plugins
+	${INSTALL_DATA} ${WRKSRC}/plugins/* ${DATADIR}/plugins
+	${INSTALL_SCRIPT} ${WRKSRC}/tkMOO-lite ${PREFIX}/bin/tkmoo
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/tkmoo/distinfo games/tkmoo/distinfo
--- /usr/ports/games/tkmoo/distinfo	Sat Jul 21 06:31:53 2001
+++ games/tkmoo/distinfo	Sun Dec  2 08:56:30 2001
@@ -1 +1 @@
-MD5 (tkMOO-light-0.3.28.tar.gz) = 4eb9d0c37836ac2f9f98e98501bff066
+MD5 (tkMOO-light-0.3.31.tar.gz) = 5c869e9ece4103d043ea6163b6c5fbd3
diff -urN /usr/ports/games/tkmoo/files/patch-aa games/tkmoo/files/patch-aa
--- /usr/ports/games/tkmoo/files/patch-aa	Sat Jul 21 06:31:53 2001
+++ games/tkmoo/files/patch-aa	Sun Dec  2 08:59:12 2001
@@ -1,25 +1,24 @@
---- Makefile	Sat Jan  1 07:00:56 2000
-+++ Makefile.new	Wed Feb  2 19:32:13 2000
+--- Makefile.orig	Tue Nov  6 00:52:01 2001
++++ Makefile	Sun Dec  2 08:59:00 2001
 @@ -7,18 +7,18 @@
  # ... in the '.tkMOO-lite' directory under your home directory
  # ** if you change this value then you'll need to set your TKMOO_LIB_DIR
  # ** environment variable to the same value
--TKMOO_LIB_DIR = $$HOME/.tkMOO-lite
-+TKMOO_LIB_DIR ?= $$HOME/.tkMOO-lite
+-TKMOO_LIB_DIR = $(HOME)/.tkMOO-lite
++TKMOO_LIB_DIR ?= $(HOME)/.tkMOO-lite
  
  # where will the executable be installed?
  # ... in the 'bin' directory under your home directory
--TKMOO_BIN_DIR = $$HOME/bin
-+TKMOO_BIN_DIR ?= $$HOME/bin
+-TKMOO_BIN_DIR = $(HOME)/bin
++TKMOO_BIN_DIR ?= $(HOME)/bin
  
  # which version of WISH will the client use? 'make' will warn you
  # if WISH can't be found where you say it is.
  WISH4.1 = /usr/local/bin/wish4.1
  WISH4.2 = /usr/local/bin/wish4.2
--WISH8.0 = /usr/local/bin/wish8.0
--WISH = $(WISH8.0)
-+WISH8.3 ?= /usr/local/bin/wish8.3
-+WISH = $(WISH8.3)
+ WISH8.0 = /usr/local/bin/wish8.0
+-WISH8.3	= /usr/local/bin/wish8.3
++WISH8.3	?= /usr/local/bin/wish8.3
+ WISH = $(WISH8.3)
  
  # ---------------- NO NEED TO CHANGE ANYTHING BELOW THIS LINE ---------------
- 
diff -urN /usr/ports/games/tkmoo/pkg-plist games/tkmoo/pkg-plist
--- /usr/ports/games/tkmoo/pkg-plist	Sat Jul 21 06:31:53 2001
+++ games/tkmoo/pkg-plist	Sun Dec  2 09:14:46 2001
@@ -9,6 +9,7 @@
 share/tkmoo/plugins/serverinfo.tcl
 share/tkmoo/plugins/simpleedit.tcl
 share/tkmoo/plugins/status.tcl
+share/tkmoo/plugins/timezone.tcl
 share/tkmoo/plugins/url_trigger.tcl
 share/tkmoo/plugins/webbrowser.tcl
 @dirrm share/tkmoo/plugins

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112042249.fB4MnVF58661>