Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2019 20:10:21 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
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
Message-ID:  <201911152010.xAFKALkn042670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911152010.xAFKALkn042670>