From owner-freebsd-ports Thu Jul 20 18:30: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E79337C19C for ; Thu, 20 Jul 2000 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA35920; Thu, 20 Jul 2000 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from SMTP.mtci.ne.jp (smtp.mtci.ne.jp [210.231.230.8]) by hub.freebsd.org (Postfix) with ESMTP id 2007037C143 for ; Thu, 20 Jul 2000 18:28:53 -0700 (PDT) (envelope-from okazaki@be.to) Received: from cichli (ppp09-Mobara1.mtci.ne.jp [210.172.1.211]) by SMTP.mtci.ne.jp (8.9.3/3.7W) with SMTP id KAA21750 for ; Fri, 21 Jul 2000 10:28:32 +0900 (JST) Received: (qmail 903 invoked by uid 1001); 21 Jul 2000 01:25:53 -0000 Message-Id: <20000721012553.902.qmail@dolphin.be.to> Date: 21 Jul 2000 01:25:53 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/20079: Non-upgrade fixes for tk8[023] ports. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20079 >Category: ports >Synopsis: Non-upgrade fixes for tk8[023] ports. >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: Thu Jul 20 18:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 4.0-STABLE i386 >Organization: Unknown >Environment: Recently updated ports-current. >Description: 1) Use MASTER_SITE_TCLTK for tk80 and tk82. 2) Fix a typo of pkg/DESCR for tk83. 3) Add/Change WWW: comments for three brothers. >How-To-Repeat: 1) portlint ${PORTSDIR}/x11-toolkits/tk80 portlint ${PORTSDIR}/x11-toolkits/tk82 >Fix: Please use the patch below to update the port. diff -urN /usr/ports/x11-toolkits/tk80/Makefile tk80/Makefile --- /usr/ports/x11-toolkits/tk80/Makefile Sun Jun 18 06:43:47 2000 +++ tk80/Makefile Fri Jul 21 09:48:02 2000 @@ -8,7 +8,8 @@ PORTNAME= tk PORTVERSION= 8.0.5 CATEGORIES= x11-toolkits tk80 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR= tcl8_0 DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= cwt@Freebsd.ORG diff -urN /usr/ports/x11-toolkits/tk80/pkg/DESCR tk80/pkg/DESCR --- /usr/ports/x11-toolkits/tk80/pkg/DESCR Thu Aug 21 05:00:00 1997 +++ tk80/pkg/DESCR Fri Jul 21 09:39:52 2000 @@ -7,3 +7,5 @@ A full set of manual pages is also provided with this package. NOTE: This kit requires a Tcl8.0 binary kit. + +WWW: http://dev.scriptics.com/software/tcltk/8.0.html diff -urN /usr/ports/x11-toolkits/tk82/Makefile tk82/Makefile --- /usr/ports/x11-toolkits/tk82/Makefile Sun Jun 18 06:43:47 2000 +++ tk82/Makefile Fri Jul 21 09:46:49 2000 @@ -8,7 +8,8 @@ PORTNAME= tk PORTVERSION= 8.2.3 CATEGORIES= x11-toolkits tk82 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/ +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jseger@FreeBSD.org diff -urN /usr/ports/x11-toolkits/tk82/pkg/DESCR tk82/pkg/DESCR --- /usr/ports/x11-toolkits/tk82/pkg/DESCR Fri Nov 26 09:11:47 1999 +++ tk82/pkg/DESCR Fri Jul 21 09:32:08 2000 @@ -2,3 +2,5 @@ The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. + +WWW: http://dev.scriptics.com/software/tcltk/8.2.html diff -urN /usr/ports/x11-toolkits/tk83/pkg/DESCR tk83/pkg/DESCR --- /usr/ports/x11-toolkits/tk83/pkg/DESCR Thu Nov 25 12:54:29 1999 +++ tk83/pkg/DESCR Fri Jul 21 09:30:35 2000 @@ -1,4 +1,6 @@ -This is Tk version 8.2, a GUI toolkit for Tcl. +This is Tk version 8.3, a GUI toolkit for Tcl. The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. + +WWW: http://dev.scriptics.com/software/tcltk/8.3.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message