From owner-svn-ports-all@freebsd.org Fri Nov 15 20:10:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A9611AF577; Fri, 15 Nov 2019 20:10:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47F8bh05sFz49CP; Fri, 15 Nov 2019 20:10:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA77E1E149; Fri, 15 Nov 2019 20:10:23 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAFKANrC042679; Fri, 15 Nov 2019 20:10:23 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAFKALkn042670; Fri, 15 Nov 2019 20:10:21 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201911152010.xAFKALkn042670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 15 Nov 2019 20:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517700 - in head: devel/dbus devel/pydbus-common devel/xdg-utils graphics/poppler graphics/poppler-data misc/shared-mime-info net/libproxy textproc/libxml2 textproc/libxslt X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/dbus devel/pydbus-common devel/xdg-utils graphics/poppler graphics/poppler-data misc/shared-mime-info net/libproxy textproc/libxml2 textproc/libxslt X-SVN-Commit-Revision: 517700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2019 20:10:24 -0000 Author: tcberner Date: Fri Nov 15 20:10:21 2019 New Revision: 517700 URL: https://svnweb.freebsd.org/changeset/ports/517700 Log: Create desktop@ as maintainer of some shared desktop ports This idea has been around for quite some time. Time to make it happen. In order to share the load on the ports required by multiple desktop environments start to share the responsibility of maintainership. This is the initial list that came to mind, but we can probably extend it, to include another handful of ports. WWW: https://wiki.freebsd.org/DesktopTeam Mailing List: https://lists.freebsd.org/mailman/listinfo/freebsd-desktop Approved by: swills, kwm (gnome), madpilot (xfce) Differential Revision: https://reviews.freebsd.org/D22389 Modified: head/devel/dbus/Makefile head/devel/pydbus-common/Makefile head/devel/xdg-utils/Makefile head/graphics/poppler-data/Makefile head/graphics/poppler/Makefile head/misc/shared-mime-info/Makefile head/net/libproxy/Makefile head/textproc/libxml2/Makefile head/textproc/libxslt/Makefile Modified: head/devel/dbus/Makefile ============================================================================== --- head/devel/dbus/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/devel/dbus/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -6,7 +6,7 @@ PORTVERSION= 1.12.12 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Message bus system for inter-application communication LICENSE= GPLv2 Modified: head/devel/pydbus-common/Makefile ============================================================================== --- head/devel/pydbus-common/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/devel/pydbus-common/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -10,7 +10,7 @@ PKGNAMEPREFIX?= py PKGNAMESUFFIX?= -common DISTNAME= dbus-python-${PORTVERSION} -MAINTAINER= gnome@FreeBSD.org +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 Modified: head/devel/xdg-utils/Makefile ============================================================================== --- head/devel/xdg-utils/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/devel/xdg-utils/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://portland.freedesktop.org/download/ -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Tools to allow all applications to integrate with the free desktop LICENSE= MIT Modified: head/graphics/poppler-data/Makefile ============================================================================== --- head/graphics/poppler-data/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/graphics/poppler-data/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://poppler.freedesktop.org/ -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Poppler encoding data LICENSE= MIT ADOBE GPLv2 Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/graphics/poppler/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -7,7 +7,7 @@ PORTREVISION?= 1 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ -MAINTAINER?= gnome@FreeBSD.org +MAINTAINER?= desktop@FreeBSD.org COMMENT?= PDF rendering library LICENSE= GPLv2 Modified: head/misc/shared-mime-info/Makefile ============================================================================== --- head/misc/shared-mime-info/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/misc/shared-mime-info/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= https://people.freedesktop.org/~hadess/ -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= MIME types database from the freedesktop.org project LICENSE= GPLv2 Modified: head/net/libproxy/Makefile ============================================================================== --- head/net/libproxy/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/net/libproxy/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -6,7 +6,7 @@ PORTVERSION= 0.4.15 PORTREVISION?= 0 CATEGORIES?= net devel -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT?= Library that provides automatic proxy configuration management LICENSE= LGPL21+ Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/textproc/libxml2/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -8,7 +8,7 @@ CATEGORIES?= textproc gnome MASTER_SITES= http://xmlsoft.org/sources/ DIST_SUBDIR= gnome2 -MAINTAINER?= gnome@FreeBSD.org +MAINTAINER?= desktop@FreeBSD.org COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) Modified: head/textproc/libxslt/Makefile ============================================================================== --- head/textproc/libxslt/Makefile Fri Nov 15 20:05:45 2019 (r517699) +++ head/textproc/libxslt/Makefile Fri Nov 15 20:10:21 2019 (r517700) @@ -8,7 +8,7 @@ MASTER_SITES= http://xmlsoft.org/sources/ \ https://mirror.umd.edu/xbmc/build-deps/sources/ DIST_SUBDIR= gnome2 -MAINTAINER?= gnome@FreeBSD.org +MAINTAINER?= desktop@FreeBSD.org COMMENT?= The XSLT C library for GNOME .if !defined(REFERENCE_PORT)