diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus-tcl/Makefile | 8 | ||||
-rw-r--r-- | devel/dbus-tcl/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile index 773dd4401584..234ae46dc447 100644 --- a/devel/dbus-tcl/Makefile +++ b/devel/dbus-tcl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbus-tcl -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/dbus/${PORTVERSION}/ DISTNAME= dbus-${PORTVERSION} @@ -23,7 +23,7 @@ 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 @@ -33,6 +33,10 @@ PLIST_FILES= lib/dbus/libdbus20.so.1 \ 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 diff --git a/devel/dbus-tcl/distinfo b/devel/dbus-tcl/distinfo index 60ed7d7b46f7..b4252a620d17 100644 --- a/devel/dbus-tcl/distinfo +++ b/devel/dbus-tcl/distinfo @@ -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 |