svn commit: r534161 - head/devel/dbus-tcl

Pietro Cerutti gahr at FreeBSD.org
Wed May 6 09:47:52 UTC 2020


Author: gahr
Date: Wed May  6 09:47:52 2020
New Revision: 534161
URL: https://svnweb.freebsd.org/changeset/ports/534161

Log:
  devel/dbus-tcl: make it build with out make, bump PORTREVISION

Modified:
  head/devel/dbus-tcl/Makefile

Modified: head/devel/dbus-tcl/Makefile
==============================================================================
--- head/devel/dbus-tcl/Makefile	Wed May  6 09:36:10 2020	(r534160)
+++ head/devel/dbus-tcl/Makefile	Wed May  6 09:47:52 2020	(r534161)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dbus-tcl
 PORTVERSION=	2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://chiselapp.com/user/schelte/repository/dbus/uv/
 DISTNAME=	dbus-${PORTVERSION}
@@ -16,20 +16,22 @@ 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
 
-USES=		gmake pkgconfig tcl:tea
-
 PLIST_FILES=	lib/dbus/libdbus21.so.1 \
 		lib/dbus/pkgIndex.tcl \
 		man/mann/dbus.n.gz
 
 post-patch:
-	${REINPLACE_CMD} -e '/^INSTALL_PROGRAM/s|$$| -s|' \
+	${REINPLACE_CMD} \
+	    -e '/^INSTALL_PROGRAM/s|$$| -s|' \
+	    -e 's|\$$\+|$$>|' \
 	    ${WRKSRC}/Makefile.in
 
 do-test:


More information about the svn-ports-head mailing list