git: 4f8c338b2e2b - main - devel/dbus-tcl: update to 4.1

From: Pietro Cerutti <gahr_at_FreeBSD.org>
Date: Tue, 22 Oct 2024 07:29:56 UTC
The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f8c338b2e2b15eb1a161709a49608aa0c813d67

commit 4f8c338b2e2b15eb1a161709a49608aa0c813d67
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2024-10-22 07:24:17 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2024-10-22 07:29:54 +0000

    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.
---
 devel/dbus-tcl/Makefile | 5 ++---
 devel/dbus-tcl/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile
index a08135d9d04a..d125dd51700f 100644
--- a/devel/dbus-tcl/Makefile
+++ b/devel/dbus-tcl/Makefile
@@ -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
 
diff --git a/devel/dbus-tcl/distinfo b/devel/dbus-tcl/distinfo
index a6dc0215ea8e..7a3f6c35a5bb 100644
--- a/devel/dbus-tcl/distinfo
+++ b/devel/dbus-tcl/distinfo
@@ -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