diff options
author | kwm <kwm@FreeBSD.org> | 2019-02-25 15:06:21 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2019-02-25 15:06:21 +0800 |
commit | 61869609ade7fc8afb4e76da9102f6c2a338efe9 (patch) | |
tree | 3e0cab440c8c0201ad8168521fe2096f494c3701 /devel/dbus/Makefile | |
parent | fc28ca1a67b592f03f85270213249f1e9c5e79ec (diff) | |
download | freebsd-ports-gnome-61869609ade7fc8afb4e76da9102f6c2a338efe9.tar.gz freebsd-ports-gnome-61869609ade7fc8afb4e76da9102f6c2a338efe9.tar.zst freebsd-ports-gnome-61869609ade7fc8afb4e76da9102f6c2a338efe9.zip |
Update dbus to 1.12.12.
Remove machine-id copy code, it done it job.
Diffstat (limited to 'devel/dbus/Makefile')
-rw-r--r-- | devel/dbus/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index d477161d4c41..98c073125e8c 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dbus -PORTVERSION= 1.10.16 -PORTREVISION= 1 +PORTVERSION= 1.12.12 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ @@ -16,7 +15,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 PORTSCOUT= limitw:1,even -USES= cpe gmake libtool localbase pathfix python:build shebangfix +USES= cpe gmake libtool localbase pkgconfig python:build shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ @@ -57,5 +56,9 @@ post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${MV} ${STAGEDIR}${DOCSDIR}/examples/* ${STAGEDIR}${EXAMPLESDIR} ${RM} -r ${STAGEDIR}${DOCSDIR} +.for file in session.conf system.conf + @cd ${STAGEDIR}${ETCDIR}-1/ && \ + ${MV} ${file} ${file}.sample +.endfor .include <bsd.port.mk> |