Index: head/devel/dbus/Makefile =================================================================== --- head/devel/dbus/Makefile (revision 518268) +++ head/devel/dbus/Makefile (revision 518269) @@ -1,65 +1,65 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= dbus -PORTVERSION= 1.12.12 +DISTVERSION= 1.12.16 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ MAINTAINER= desktop@FreeBSD.org COMMENT= Message bus system for inter-application communication LICENSE= GPLv2 LIB_DEPENDS= libexpat.so:textproc/expat2 PORTSCOUT= limitw:1,even USES= cpe gmake libtool localbase pkgconfig python:build shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ --disable-doxygen-docs \ --disable-selinux \ --disable-apparmor \ --disable-systemd INSTALL_TARGET= install-strip SHEBANG_FILES= tools/GetAllMatchRules.py CPE_VENDOR= d-bus_project CPE_PRODUCT= d-bus USE_RC_SUBR= dbus USERS= messagebus GROUPS= messagebus PLIST_SUB= VERSION="1.0" GROUPS=${GROUPS} OPTIONS_DEFINE= EXAMPLES MANPAGES X11 OPTIONS_DEFAULT=MANPAGES X11 OPTIONS_SUB= yes X11_DESC= Support X11 Desktop Environments MANPAGES_CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto MANPAGES_CONFIGURE_ENABLE= xml-docs X11_USES= xorg X11_USE= xorg=ice,sm,x11 X11_CONFIGURE_WITH= x post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/dbus/dbus-sysdeps-unix.c @${REINPLACE_CMD} '/^SUBDIRS =/s|test||' ${WRKSRC}/Makefile.in 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 Index: head/devel/dbus/distinfo =================================================================== --- head/devel/dbus/distinfo (revision 518268) +++ head/devel/dbus/distinfo (revision 518269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551020450 -SHA256 (dbus-1.12.12.tar.gz) = 9546f226011a1e5d9d77245fe5549ef25af4694053189d624d0d6ac127ecf5f8 -SIZE (dbus-1.12.12.tar.gz) = 2077301 +TIMESTAMP = 1573905407 +SHA256 (dbus-1.12.16.tar.gz) = 54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80 +SIZE (dbus-1.12.16.tar.gz) = 2093296 Index: head/devel/dbus/pkg-plist =================================================================== --- head/devel/dbus/pkg-plist (revision 518268) +++ head/devel/dbus/pkg-plist (revision 518269) @@ -1,60 +1,60 @@ bin/dbus-cleanup-sockets bin/dbus-daemon bin/dbus-launch bin/dbus-monitor bin/dbus-run-session bin/dbus-send bin/dbus-test-tool bin/dbus-update-activation-environment bin/dbus-uuidgen -@sample %%ETCDIR%%-1/session.conf.sample -@sample %%ETCDIR%%-1/system.conf.sample +@sample etc/dbus-1/session.conf.sample +@sample etc/dbus-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 include/dbus-%%VERSION%%/dbus/dbus-errors.h include/dbus-%%VERSION%%/dbus/dbus-macros.h include/dbus-%%VERSION%%/dbus/dbus-memory.h include/dbus-%%VERSION%%/dbus/dbus-message.h include/dbus-%%VERSION%%/dbus/dbus-misc.h include/dbus-%%VERSION%%/dbus/dbus-pending-call.h include/dbus-%%VERSION%%/dbus/dbus-protocol.h include/dbus-%%VERSION%%/dbus/dbus-server.h include/dbus-%%VERSION%%/dbus/dbus-shared.h include/dbus-%%VERSION%%/dbus/dbus-signature.h 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.19.9 +lib/libdbus-1.so.3.19.11 libdata/pkgconfig/dbus-1.pc @(,%%GROUPS%%,4750) libexec/dbus-daemon-launch-helper %%MANPAGES%%man/man1/dbus-cleanup-sockets.1.gz %%MANPAGES%%man/man1/dbus-daemon.1.gz %%MANPAGES%%man/man1/dbus-launch.1.gz %%MANPAGES%%man/man1/dbus-monitor.1.gz %%MANPAGES%%man/man1/dbus-run-session.1.gz %%MANPAGES%%man/man1/dbus-send.1.gz %%MANPAGES%%man/man1/dbus-test-tool.1.gz %%MANPAGES%%man/man1/dbus-update-activation-environment.1.gz %%MANPAGES%%man/man1/dbus-uuidgen.1.gz -%%DATADIR%%-1/session.conf -%%DATADIR%%-1/system.conf +share/dbus-1/session.conf +share/dbus-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 +@dir share/dbus-1/system-services @dir share/dbus-1/system.d @dir /var/lib/dbus @dir /var/lib @dir /var/run/dbus Index: head/devel/pydbus-common/Makefile =================================================================== --- head/devel/pydbus-common/Makefile (revision 518268) +++ head/devel/pydbus-common/Makefile (revision 518269) @@ -1,76 +1,76 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ PORTNAME= dbus -PORTVERSION= 1.2.8 +DISTVERSION= 1.2.12 PORTREVISION?= 0 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ PKGNAMEPREFIX?= py PKGNAMESUFFIX?= -common DISTNAME= dbus-python-${PORTVERSION} MAINTAINER= desktop@FreeBSD.org COMMENT?= Common files for the Python bindings for the D-BUS messaging system BUILD_DEPENDS= dbus-glib>=0:devel/dbus-glib SLAVE_PORT?= no USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${PYTHON_INCLUDEDIR} CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --disable-api-docs INSTALL_TARGET= install-strip .if ${SLAVE_PORT} == no USES+= python:2.7,build DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} OPTIONS_SUB= yes OPTIONS_DEFINE= HTMLDOCS DOCS EXAMPLES HTMLDOCS_DESC= build html documentation HTMLDOCS_IMPLIES= DOCS HTMLDOCS_CONFIGURE_ENABLE= documentation HTMLDOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx post-patch-DOCS-on: @${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \ s|PYTHON install-nodist_docDATA|PYTHON|g' \ ${WRKSRC}/Makefile.in do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/dbus-1.0/dbus/ ${INSTALL_DATA} ${WRKSRC}/include/dbus/dbus-python.h \ ${STAGEDIR}${PREFIX}/include/dbus-1.0/dbus/dbus-python.h ${INSTALL_DATA} ${WRKSRC}/dbus-python.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dbus-python.pc ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} && \ ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} && \ ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${STAGEDIR}${DOCSDIR} && \ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} && \ ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} do-install-HTMLDOCS-on: ${INSTALL_DATA} ${WRKSRC}/doc/_build/*.html ${STAGEDIR}${DOCSDIR} .else # slave is defined LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib RUN_DEPENDS+= pydbus-common>=0:devel/pydbus-common USE_LDCONFIG= yes USES+= python USE_PYTHON= flavors py3kplist post-install: @${RM} -r ${STAGEDIR}${PREFIX}/include/dbus-1.0 \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dbus-python.pc @${RM} -r ${STAGEDIR}/${DOCSDIR} .endif # end of slaving block .include Index: head/devel/pydbus-common/distinfo =================================================================== --- head/devel/pydbus-common/distinfo (revision 518268) +++ head/devel/pydbus-common/distinfo (revision 518269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529840338 -SHA256 (dbus-python-1.2.8.tar.gz) = abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f -SIZE (dbus-python-1.2.8.tar.gz) = 787426 +TIMESTAMP = 1573906155 +SHA256 (dbus-python-1.2.12.tar.gz) = cdd4de2c4f5e58f287b12013ed7b41dee81d503c8d0d2397c5bd2fb01badf260 +SIZE (dbus-python-1.2.12.tar.gz) = 574727 Index: head/devel/pydbus-common/pkg-plist =================================================================== --- head/devel/pydbus-common/pkg-plist (revision 518268) +++ head/devel/pydbus-common/pkg-plist (revision 518269) @@ -1,41 +1,40 @@ include/dbus-1.0/dbus/dbus-python.h libdata/pkgconfig/dbus-python.pc %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html %%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.txt %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html -%%PORTDOCS%%%%DOCSDIR%%/HACKING.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/PY3PORT.html %%PORTDOCS%%%%DOCSDIR%%/PY3PORT.txt %%PORTDOCS%%%%DOCSDIR%%/README %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.bus.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.connection.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.decorators.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.exceptions.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.gi_service.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.glib.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.gobject_service.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.lowlevel.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.mainloop.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.proxies.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.server.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.service.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/dbus.types.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/genindex.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/index.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/news.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/py-modindex.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/search.html %%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html %%PORTDOCS%%%%DOCSDIR%%/tutorial.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-async-client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-service.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-emitter.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-recipient.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gconf-proxy-client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gconf-proxy-service2.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/list-system-services.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/unix-fd-client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/unix-fd-service.py