diff options
author | adam <adam@pkgsrc.org> | 2005-01-05 09:15:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-05 09:15:29 +0000 |
commit | db722e511afd0e6ebc80713f7504d76ba73efdb9 (patch) | |
tree | 93c8b4e2cf7fb82f65b874d012633ce1d5ee6350 /x11/tk | |
parent | 7cc9362756fc9346d8fd7299ee85e04aa313bb09 (diff) | |
download | pkgsrc-db722e511afd0e6ebc80713f7504d76ba73efdb9.tar.gz |
Changes 8.4.9:
* Fixed segfault in info vars trivial matching branch (new in 8.4.8)
* Fixed the treatment of backslashes in file join on Windows
* Improved readdir_r detection and usage on unix
* Fixed potential unix fileevent issue on 64-bit systems
* Remove file normalize on tcl_findLibrary search path uniqification
added in 8.4.8
* Ensure tilde paths are not returned specially by 'glob'
* Fixed clipping of partially transparent images on buttons on unix to
avoid X error
* Fix Tk_PhotoPut(Zoomed)Block overlay compositing of partially
transparent areas on blank targets
Diffstat (limited to 'x11/tk')
-rw-r--r-- | x11/tk/Makefile | 6 | ||||
-rw-r--r-- | x11/tk/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 7cf894d6249..6a843178cf5 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2004/11/29 14:56:21 adam Exp $ +# $NetBSD: Makefile,v 1.40 2005/01/05 09:15:45 adam Exp $ -DISTNAME= tk8.4.8-src -PKGNAME= tk-8.4.8 +DISTNAME= tk8.4.9-src +PKGNAME= tk-8.4.9 CATEGORIES= x11 lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} diff --git a/x11/tk/distinfo b/x11/tk/distinfo index 660d731ce62..e3cd6cccaeb 100644 --- a/x11/tk/distinfo +++ b/x11/tk/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2004/11/26 10:31:08 adam Exp $ +$NetBSD: distinfo,v 1.19 2005/01/05 09:15:45 adam Exp $ -SHA1 (tk8.4.8-src.tar.gz) = 0d4d50de5877ece0e6c1d63a2bcf28206fca2200 -Size (tk8.4.8-src.tar.gz) = 3265937 bytes +SHA1 (tk8.4.9-src.tar.gz) = 3d677d4327f035ddd43992c134f47b6f927cb14a +Size (tk8.4.9-src.tar.gz) = 3266500 bytes SHA1 (patch-aa) = 0a241f1b2803f3d9bd998947d3284a3ee6659a76 SHA1 (patch-ab) = c204afea18379273e97a14708d92635a0b7c3220 SHA1 (patch-ac) = d0373617f76f6e62ecf80d7290fb4ae8388521bf |