mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
devel/dbus-tcl: update to 4.1
Version 4.0 - Oct 7 2023 - Explicitly convert strings in dbus messages from utf-8. - Add arg#, arg#path, arg0namespace, and path_namespace filter keys. - Drop the leading '-' from the filter keys, but still tolerate them for backward compatibility. - Make bus IDs distinct from bus names. Aliases are provided for limited backward compatibility (possible incompatibility) - Add an option to send a signal to a specific destination. - Provide details of the dbus response message in the return options of the call command. Version 4.1 - Sep 27 2024 - Make the code compatible with Tcl 9.
This commit is contained in:
parent
ad266f7ef9
commit
4f8c338b2e
@ -1,6 +1,5 @@
|
||||
PORTNAME= dbus
|
||||
PORTVERSION= 3.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://chiselapp.com/user/schelte/repository/dbus/uv/
|
||||
PKGNAMESUFFIX= -tcl
|
||||
@ -24,7 +23,7 @@ PORTDOCS= *
|
||||
|
||||
TEST_TARGET= do-test
|
||||
|
||||
PLIST_FILES= lib/dbus/lib${TCL_PKG}.so \
|
||||
PLIST_FILES= lib/dbus/lib${TCL_PKG_LIB_PREFIX}${TCL_PKG}.so \
|
||||
lib/dbus/pkgIndex.tcl \
|
||||
share/man/mann/dbus.n.gz
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1693298116
|
||||
SHA256 (dbus-3.1.tar.gz) = 0e1cdfd1c465942be33962353d104738b0e045d0a0723699c698a3a14152395b
|
||||
SIZE (dbus-3.1.tar.gz) = 162037
|
||||
TIMESTAMP = 1729580537
|
||||
SHA256 (dbus-4.1.tar.gz) = 2de951380e5b489526a054dae8c3ce6e37c82d932a69ffa816e64b3aa8b056d6
|
||||
SIZE (dbus-4.1.tar.gz) = 160629
|
||||
|
Loading…
Reference in New Issue
Block a user