Date: 21 Jul 2000 01:25:53 -0000 From: okazaki@be.to To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/20079: Non-upgrade fixes for tk8[023] ports. Message-ID: <20000721012553.902.qmail@dolphin.be.to>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000721012553.902.qmail>