svn commit: r493840 - head/devel/dbus

Koop Mast kwm at FreeBSD.org
Mon Feb 25 07:06:23 UTC 2019


Author: kwm
Date: Mon Feb 25 07:06:21 2019
New Revision: 493840
URL: https://svnweb.freebsd.org/changeset/ports/493840

Log:
  Update dbus to 1.12.12.
  
  Remove machine-id copy code, it done it job.

Modified:
  head/devel/dbus/Makefile
  head/devel/dbus/distinfo
  head/devel/dbus/pkg-plist

Modified: head/devel/dbus/Makefile
==============================================================================
--- head/devel/dbus/Makefile	Mon Feb 25 07:04:49 2019	(r493839)
+++ head/devel/dbus/Makefile	Mon Feb 25 07:06:21 2019	(r493840)
@@ -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>

Modified: head/devel/dbus/distinfo
==============================================================================
--- head/devel/dbus/distinfo	Mon Feb 25 07:04:49 2019	(r493839)
+++ head/devel/dbus/distinfo	Mon Feb 25 07:06:21 2019	(r493840)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491087035
-SHA256 (dbus-1.10.16.tar.gz) = a7b0ba6ea3e8d0e08afec5e3030d0245614268276620c536726f8fa6e5c43388
-SIZE (dbus-1.10.16.tar.gz) = 1986063
+TIMESTAMP = 1551020450
+SHA256 (dbus-1.12.12.tar.gz) = 9546f226011a1e5d9d77245fe5549ef25af4694053189d624d0d6ac127ecf5f8
+SIZE (dbus-1.12.12.tar.gz) = 2077301

Modified: head/devel/dbus/pkg-plist
==============================================================================
--- head/devel/dbus/pkg-plist	Mon Feb 25 07:04:49 2019	(r493839)
+++ head/devel/dbus/pkg-plist	Mon Feb 25 07:06:21 2019	(r493840)
@@ -7,8 +7,8 @@ bin/dbus-send
 bin/dbus-test-tool
 bin/dbus-update-activation-environment
 bin/dbus-uuidgen
-etc/dbus-1/session.conf
-etc/dbus-1/system.conf
+ at sample %%ETCDIR%%-1/session.conf.sample
+ at sample %%ETCDIR%%-1/system.conf.sample
 include/dbus-%%VERSION%%/dbus/dbus-address.h
 include/dbus-%%VERSION%%/dbus/dbus-bus.h
 include/dbus-%%VERSION%%/dbus/dbus-connection.h
@@ -26,11 +26,13 @@ include/dbus-%%VERSION%%/dbus/dbus-syntax.h
 include/dbus-%%VERSION%%/dbus/dbus-threads.h
 include/dbus-%%VERSION%%/dbus/dbus-types.h
 include/dbus-%%VERSION%%/dbus/dbus.h
+lib/cmake/DBus1/DBus1Config.cmake
+lib/cmake/DBus1/DBus1ConfigVersion.cmake
 lib/dbus-%%VERSION%%/include/dbus/dbus-arch-deps.h
 lib/libdbus-1.a
 lib/libdbus-1.so
 lib/libdbus-1.so.3
-lib/libdbus-1.so.3.14.10
+lib/libdbus-1.so.3.19.9
 libdata/pkgconfig/dbus-1.pc
 @(,%%GROUPS%%,4750) libexec/dbus-daemon-launch-helper
 %%MANPAGES%%man/man1/dbus-cleanup-sockets.1.gz
@@ -42,11 +44,13 @@ libdata/pkgconfig/dbus-1.pc
 %%MANPAGES%%man/man1/dbus-test-tool.1.gz
 %%MANPAGES%%man/man1/dbus-update-activation-environment.1.gz
 %%MANPAGES%%man/man1/dbus-uuidgen.1.gz
-share/dbus-1/session.conf
-share/dbus-1/system.conf
+%%DATADIR%%-1/session.conf
+%%DATADIR%%-1/system.conf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/GetAllMatchRules.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-session-disable-stats.conf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-system-enable-stats.conf
+share/xml/dbus-1/busconfig.dtd
+share/xml/dbus-1/introspect.dtd
 @dir share/dbus-1/system-services
 @dir share/dbus-1/services
 @dir share/dbus-1/session.d
@@ -54,5 +58,3 @@ share/dbus-1/system.conf
 @dir /var/lib/dbus
 @dir /var/lib
 @dir /var/run/dbus
- at comment The following line may be removed after 2018-01-01
- at postexec [ -f /var/lib/dbus/machine-id -o ! -f /var/db/dbus/machine-id ] || cp -p /var/db/dbus/machine-id /var/lib/dbus/


More information about the svn-ports-all mailing list