diff options
author | Tim Biermann <tbier@posteo.de> | 2022-11-22 18:10:11 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-11-22 18:10:11 +0000 |
commit | ae64de3799e245f23eb09ace5e902876e22af88d (patch) | |
tree | 6dc8c85fc48cc5b0d57c79f4aa44429b90d8d9bd /tk | |
parent | 25fe72d16fccdd284ec64453770957bb2b4b0db9 (diff) | |
download | contrib-ae64de3799e245f23eb09ace5e902876e22af88d.tar.gz contrib-ae64de3799e245f23eb09ace5e902876e22af88d.tar.xz |
tk: 8.6.12 -> 8.6.13
Diffstat (limited to 'tk')
-rw-r--r-- | tk/.footprint | 3 | ||||
-rw-r--r-- | tk/.signature | 8 | ||||
-rw-r--r-- | tk/Pkgfile | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/tk/.footprint b/tk/.footprint index 5c96235d9..804cc917a 100644 --- a/tk/.footprint +++ b/tk/.footprint @@ -32,6 +32,7 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/tkSelect.h -rw-r--r-- root/root usr/include/tkText.h -rw-r--r-- root/root usr/include/tkUndo.h +-rw-r--r-- root/root usr/include/tkUnixDefault.h -rw-r--r-- root/root usr/include/tkUnixInt.h -rw-r--r-- root/root usr/include/tkUnixPort.h -rw-r--r-- root/root usr/include/ttkDecls.h @@ -83,6 +84,7 @@ drwxr-xr-x root/root usr/lib/tk8.6/msgs/ -rw-r--r-- root/root usr/lib/tk8.6/msgs/en_gb.msg -rw-r--r-- root/root usr/lib/tk8.6/msgs/eo.msg -rw-r--r-- root/root usr/lib/tk8.6/msgs/es.msg +-rw-r--r-- root/root usr/lib/tk8.6/msgs/fi.msg -rw-r--r-- root/root usr/lib/tk8.6/msgs/fr.msg -rw-r--r-- root/root usr/lib/tk8.6/msgs/hu.msg -rw-r--r-- root/root usr/lib/tk8.6/msgs/it.msg @@ -91,6 +93,7 @@ drwxr-xr-x root/root usr/lib/tk8.6/msgs/ -rw-r--r-- root/root usr/lib/tk8.6/msgs/pt.msg -rw-r--r-- root/root usr/lib/tk8.6/msgs/ru.msg -rw-r--r-- root/root usr/lib/tk8.6/msgs/sv.msg +-rw-r--r-- root/root usr/lib/tk8.6/msgs/zh_cn.msg -rw-r--r-- root/root usr/lib/tk8.6/obsolete.tcl -rw-r--r-- root/root usr/lib/tk8.6/optMenu.tcl -rw-r--r-- root/root usr/lib/tk8.6/palette.tcl diff --git a/tk/.signature b/tk/.signature index 1f3deaee0..10eb7e256 100644 --- a/tk/.signature +++ b/tk/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/m1jepo6nwk3EviOyByLEUdmT+Z1obJ6yHGta6uBkIU7MmbZxU/+JrOyxWrMWNgi6PmGnXidLsZws0XN+XqMwA= -SHA256 (Pkgfile) = e8289f4f8795f7a96193e0e5c1a0d860b39c150f3dcbab862eb9a7875a76223b -SHA256 (.footprint) = eb4ef349c4d3aeea3deafbccb6dbcc495f79dab79787983823f0bd371764923b -SHA256 (tk8.6.12-src.tar.gz) = 12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630 +RWSagIOpLGJF328fx9HQSMYKyCJS2cHSxHuKEnn+idiwvUTjSuNjXl7J/uPnZbDhVGSing4YqgZj868RS5P8UPjqibOpWOHW6QU= +SHA256 (Pkgfile) = a14eb1b889d868996784fab076fe182dec18f2a5ba8b7586c85b072935da4152 +SHA256 (.footprint) = aa979b9b4dc498b083a70f3f09160ade99f5af044d353f5b5bfb8ae17f587d1b +SHA256 (tk8.6.13-src.tar.gz) = 2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675 diff --git a/tk/Pkgfile b/tk/Pkgfile index 2738cf144..75b1e6bd9 100644 --- a/tk/Pkgfile +++ b/tk/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libxft tcl name=tk -version=8.6.12 +version=8.6.13 _version=$(echo $version | awk -F'.' '{if (NF <= '2') {print $0} else {print $1 "." $2 "." $3}}') release=1 source=(https://downloads.sourceforge.net/project/tcl/Tcl/$_version/$name$version-src.tar.gz) |