Sat Nov 22 15:58:45 2014 UTC ()
Changes 8.6.3:
Cocoa: Crash after [$button destroy]
Cocoa: button and scroll display fixes
Cocoa: improved drawing performance
Phony button clicks from browsers to plugin
[text] elide changes advance epoch
fix PNG transparency appearance
Win: updated file dialogs
OSX: Improved ttk notebook tab metrics for Yosemite
[scale -digits $bigValue] segfault
[scale] handling of negative resolution


(adam)
diff -r1.14 -r1.15 pkgsrc/x11/tk/Makefile.version
diff -r1.43 -r1.44 pkgsrc/x11/tk/distinfo
diff -r1.1 -r0 pkgsrc/x11/tk/patches/patch-macosx_tkMacOSXInit.c

cvs diff -r1.14 -r1.15 pkgsrc/x11/tk/Makefile.version (expand / switch to unified diff)

--- pkgsrc/x11/tk/Makefile.version 2014/10/31 21:11:18 1.14
+++ pkgsrc/x11/tk/Makefile.version 2014/11/22 15:58:44 1.15
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1# $NetBSD: Makefile.version,v 1.14 2014/10/31 21:11:18 adam Exp $ 1# $NetBSD: Makefile.version,v 1.15 2014/11/22 15:58:44 adam Exp $
2# used by cad/xcircuit/Makefile 2# used by cad/xcircuit/Makefile
3# used by devel/tcl-tclcl/Makefile 3# used by devel/tcl-tclcl/Makefile
4# used by lang/tcl/Makefile 4# used by lang/tcl/Makefile
5# used by lang/tcl-otcl/Makefile 5# used by lang/tcl-otcl/Makefile
6# used by x11/tk/Makefile 6# used by x11/tk/Makefile
7 7
8TK_SONUM= 86 8TK_SONUM= 86
9TK_BASEVER= 8.6 9TK_BASEVER= 8.6
10TK_VERSION= 8.6.2 10TK_VERSION= 8.6.3

cvs diff -r1.43 -r1.44 pkgsrc/x11/tk/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/tk/distinfo 2014/10/31 21:11:18 1.43
+++ pkgsrc/x11/tk/distinfo 2014/11/22 15:58:44 1.44
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.43 2014/10/31 21:11:18 adam Exp $ 1$NetBSD: distinfo,v 1.44 2014/11/22 15:58:44 adam Exp $
2 2
3SHA1 (tk8.6.2-src.tar.gz) = 138920fb55933a715f0b0ace576120734f771b80 3SHA1 (tk8.6.3-src.tar.gz) = 244ddc0f64cc3d429c9d86135d0bbe2cf06c9360
4RMD160 (tk8.6.2-src.tar.gz) = c9d4f9eee66249e3a140b7af586f0d14a1e4d2dd 4RMD160 (tk8.6.3-src.tar.gz) = 5d816981def3f81c2c99a243c6ce099db5e5c3ab
5Size (tk8.6.2-src.tar.gz) = 4246617 bytes 5Size (tk8.6.3-src.tar.gz) = 4258339 bytes
6SHA1 (patch-macosx_tkMacOSXInit.c) = 255322526a96a9e6cc25e91db9b1754ee6fedbb4 
7SHA1 (patch-unix_Makefile.in) = 553800ef42c328618980962c6b78d478ab4d2e2b 6SHA1 (patch-unix_Makefile.in) = 553800ef42c328618980962c6b78d478ab4d2e2b
8SHA1 (patch-unix_configure) = 97139ed28a2cb8528da5c53cfcbc8f8fb43670f6 7SHA1 (patch-unix_configure) = 97139ed28a2cb8528da5c53cfcbc8f8fb43670f6

File Deleted: pkgsrc/x11/tk/patches/Attic/patch-macosx_tkMacOSXInit.c