diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile index 6b96b302f39c..b8b79c29ebb5 100644 --- a/devel/dbus-tcl/Makefile +++ b/devel/dbus-tcl/Makefile @@ -1,44 +1,43 @@ # Created by: gahr PORTNAME= dbus-tcl -PORTVERSION= 2.1 -PORTREVISION= 2 +PORTVERSION= 2.2 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= https://chiselapp.com/user/schelte/repository/dbus/uv/ DISTNAME= dbus-${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= Tcl interface to the D-Bus messaging system LICENSE= ISCL LIB_DEPENDS= libdbus-1.so:devel/dbus BUILD_DEPENDS= dtplite:devel/tcllib USES= pkgconfig tcl:tea OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/dbus PORTDOCS= * TEST_TARGET= do-test -PLIST_FILES= lib/dbus/libdbus21.so.1 \ +PLIST_FILES= lib/dbus/lib${TCL_PKG}.so.1 \ lib/dbus/pkgIndex.tcl \ man/mann/dbus.n.gz post-patch: ${REINPLACE_CMD} \ -e '/^INSTALL_PROGRAM/s|$$| -s|' \ - -e '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 c7922772180b..a986ca62750c 100644 --- a/devel/dbus-tcl/distinfo +++ b/devel/dbus-tcl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588663324 -SHA256 (dbus-2.1.tar.gz) = 03f5314d5ba334a498ca30dac492a88ba9300480a0c0a4d39231c54b21654bb8 -SIZE (dbus-2.1.tar.gz) = 159437 +TIMESTAMP = 1624883352 +SHA256 (dbus-2.2.tar.gz) = 651863ce10563084f09b01d9a13bbeabc5cd359946fa47c942e23a4bd8ac1500 +SIZE (dbus-2.2.tar.gz) = 164288