tk: 8.6.12 -> 8.6.13

This commit is contained in:
Tim Biermann 2022-11-22 18:10:11 +00:00
parent 25fe72d16f
commit ae64de3799
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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)