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,44 +1,45 @@ PORTNAME= dbus -PORTVERSION= 4.1 -PORTREVISION= 1 +DISTVERSION= 4.2 CATEGORIES= devel MASTER_SITES= https://chiselapp.com/user/schelte/repository/dbus/uv/ PKGNAMESUFFIX= -tcl MAINTAINER= tcltk@FreeBSD.org COMMENT= Tcl interface to the D-Bus messaging system WWW= http://chiselapp.com/user/schelte/repository/dbus/home LICENSE= ISCL LIB_DEPENDS= libdbus-1.so:devel/dbus BUILD_DEPENDS= dtplite:devel/tcllib USES= pkgconfig tcl:tea +WRKSRC= ${WRKDIR}/${PORTNAME}${DISTVERSION} + GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/dbus 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: ${REINPLACE_CMD} \ -e '/^INSTALL_PROGRAM/s|$$| -s|' \ ${WRKSRC}/Makefile.in do-test: DBUS=$$(${LOCALBASE}/bin/dbus-daemon --session --print-address --fork --print-pid); \ DBUS_ADDR=$$(echo $$DBUS | ${AWK} '{print $$1}'); \ DBUS_PID=$$(echo $$DBUS | ${AWK} '{print $$2}'); \ DBUS_ENV=DBUS_SESSION_BUS_ADDRESS=$$DBUS_ADDR; \ ${SETENV} ${MAKE_ENV} $$DBUS_ENV ${MAKE} -C ${WRKSRC} test; \ kill $$DBUS_PID .include 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