diff options
| author | Pietro Cerutti <gahr@FreeBSD.org> | 2026-07-27 14:12:20 +0000 |
|---|---|---|
| committer | Pietro Cerutti <gahr@FreeBSD.org> | 2026-07-27 14:14:30 +0000 |
| commit | f853d4f58bfee5405b92fcf4af93c87dc6fd3389 (patch) | |
| tree | ffffb052788a0bf65f2d5fe00ceaad1f44159145 | |
| parent | a891139454983b7a30eb289a32417c4b8b448bbd (diff) | |
devel/dbus-tcl: update to 4.2
| -rw-r--r-- | devel/dbus-tcl/Makefile | 9 | ||||
| -rw-r--r-- | devel/dbus-tcl/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile index 27c9b806391f..172bafa4d427 100644 --- a/devel/dbus-tcl/Makefile +++ b/devel/dbus-tcl/Makefile @@ -1,6 +1,5 @@ PORTNAME= dbus -PORTVERSION= 4.1 -PORTREVISION= 1 +DISTVERSION= 4.2 CATEGORIES= devel MASTER_SITES= https://chiselapp.com/user/schelte/repository/dbus/uv/ PKGNAMESUFFIX= -tcl @@ -16,6 +15,8 @@ BUILD_DEPENDS= dtplite:devel/tcllib USES= pkgconfig tcl:tea +WRKSRC= ${WRKDIR}/${PORTNAME}${DISTVERSION} + GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= DOCS @@ -24,8 +25,8 @@ PORTDOCS= * TEST_TARGET= do-test -PLIST_FILES= lib/dbus/lib${TCL_PKG_LIB_PREFIX}${TCL_PKG}.so \ - lib/dbus/pkgIndex.tcl \ +PLIST_FILES= lib/${TCL_PKG}/lib${TCL_PKG_LIB_PREFIX}${TCL_PKG}.so \ + lib/${TCL_PKG}/pkgIndex.tcl \ share/man/mann/dbus.n.gz post-patch: diff --git a/devel/dbus-tcl/distinfo b/devel/dbus-tcl/distinfo index 7a3f6c35a5bb..2f50f9b3fcbd 100644 --- a/devel/dbus-tcl/distinfo +++ b/devel/dbus-tcl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729580537 -SHA256 (dbus-4.1.tar.gz) = 2de951380e5b489526a054dae8c3ce6e37c82d932a69ffa816e64b3aa8b056d6 -SIZE (dbus-4.1.tar.gz) = 160629 +TIMESTAMP = 1785160409 +SHA256 (dbus-4.2.tar.gz) = 1ca4bbdf3fbef017a3ba4c1e322a448c5bb065080c1a8cd7a974eb54e5f8d7e2 +SIZE (dbus-4.2.tar.gz) = 163701 |
