svn commit: r561624 - in head/x11-toolkits/tk86: . files
Pietro Cerutti
gahr at FreeBSD.org
Fri Jan 15 08:14:06 UTC 2021
Author: gahr
Date: Fri Jan 15 08:14:06 2021
New Revision: 561624
URL: https://svnweb.freebsd.org/changeset/ports/561624
Log:
x11-toolkits/tk86: fix regression, bump PORTREVISION
See https://sourceforge.net/p/tcl/mailman/message/37197715/
Added:
head/x11-toolkits/tk86/files/patch-utils.tcl (contents, props changed)
Modified:
head/x11-toolkits/tk86/Makefile
Modified: head/x11-toolkits/tk86/Makefile
==============================================================================
--- head/x11-toolkits/tk86/Makefile Fri Jan 15 07:59:52 2021 (r561623)
+++ head/x11-toolkits/tk86/Makefile Fri Jan 15 08:14:06 2021 (r561624)
@@ -3,7 +3,7 @@
PORTNAME= tk
DISTVERSION= ${TK_VERSION}${TK_RC}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= SF/tcl/Tcl/${TK_VERSION}
PKGNAMESUFFIX= ${SHORT_TK_VER}
Added: head/x11-toolkits/tk86/files/patch-utils.tcl
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-toolkits/tk86/files/patch-utils.tcl Fri Jan 15 08:14:06 2021 (r561624)
@@ -0,0 +1,11 @@
+--- ../library/ttk/utils.tcl.orig 2021-01-15 08:02:56.539276000 +0000
++++ ../library/ttk/utils.tcl 2021-01-15 08:03:38.228900000 +0000
+@@ -305,7 +305,7 @@
+ bind $bindtag <MouseWheel> "$callback \[expr {-%D}\]"
+ bind $bindtag <Option-MouseWheel> "$callback \[expr {-10*%D}\]"
+ } else {
+- bind $bindtag <MouseWheel> "$callback \[expr {-%D/120)}\]"
++ bind $bindtag <MouseWheel> "$callback \[expr {-%D/120}\]"
+ }
+ }
+
More information about the svn-ports-head
mailing list