Date: Mon, 9 Nov 2020 04:53:10 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554665 - in head: lang/tcl87 x11-toolkits/tk87 Message-ID: <202011090453.0A94rAnK042116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Mon Nov 9 04:53:10 2020 New Revision: 554665 URL: https://svnweb.freebsd.org/changeset/ports/554665 Log: Correct a typo in tk87 pkg-descr. Approved by: portmgr (just fix it blanket) Modified: head/lang/tcl87/Makefile (contents, props changed) head/x11-toolkits/tk87/pkg-descr (contents, props changed) Modified: head/lang/tcl87/Makefile ============================================================================== --- head/lang/tcl87/Makefile Mon Nov 9 02:01:05 2020 (r554664) +++ head/lang/tcl87/Makefile Mon Nov 9 04:53:10 2020 (r554665) @@ -3,7 +3,7 @@ PORTNAME= tcl DISTVERSION= ${TCL_VERSION}${TCL_RC} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= SF/tcl/Tcl/${TCL_VERSION} \ TCLTK/tcl8_7 Modified: head/x11-toolkits/tk87/pkg-descr ============================================================================== --- head/x11-toolkits/tk87/pkg-descr Mon Nov 9 02:01:05 2020 (r554664) +++ head/x11-toolkits/tk87/pkg-descr Mon Nov 9 04:53:10 2020 (r554665) @@ -1,4 +1,4 @@ -This is Tk version 8.6, a GUI toolkit for Tcl. +This is Tk version 8.7, a GUI toolkit for Tcl. Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. Tk is the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011090453.0A94rAnK042116>