Index: head/devel/dbus-tcl/Makefile =================================================================== --- head/devel/dbus-tcl/Makefile (revision 390156) +++ head/devel/dbus-tcl/Makefile (revision 390157) @@ -1,39 +1,43 @@ # Created by: gahr # $FreeBSD$ PORTNAME= dbus-tcl -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/dbus/${PORTVERSION}/ DISTNAME= dbus-${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= Tcl interface to the D-Bus messaging system LICENSE= ISCL LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/dbus PORTDOCS= * USES= pkgconfig tcl:85+ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ --exec-prefix=${PREFIX} -PLIST_FILES= lib/dbus/libdbus20.so.1 \ +PLIST_FILES= lib/dbus/libdbus21.so.1 \ lib/dbus/pkgIndex.tcl \ man/mann/dbus.n.gz .include .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib .endif + +post-patch: + ${REINPLACE_CMD} -e '/^INSTALL_PROGRAM/s|$$| -s|' \ + ${WRKSRC}/Makefile.in regression-test: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test .include Index: head/devel/dbus-tcl/distinfo =================================================================== --- head/devel/dbus-tcl/distinfo (revision 390156) +++ head/devel/dbus-tcl/distinfo (revision 390157) @@ -1,2 +1,2 @@ -SHA256 (dbus-2.0.tar.gz) = 428b4045d395b0d26255730ce7c0d14850e45abb3c7cc6d9d48c1d2b723bb16a -SIZE (dbus-2.0.tar.gz) = 170733 +SHA256 (dbus-2.1.tar.gz) = 82c116cb7b70cdd7183e1054f2c52363aab7c608b5fb375dbb129f080734e2d0 +SIZE (dbus-2.1.tar.gz) = 173734