Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 18:55:41 +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: r548219 - in head: accessibility/at-spi2-atk accessibility/at-spi2-core accessibility/atk audio/libcanberra audio/libcanberra-gtk3 audio/pulseaudio converters/fribidi converters/libicon...
Message-ID:  <202009101855.08AItfNh082106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Sep 10 18:55:41 2020
New Revision: 548219
URL: https://svnweb.freebsd.org/changeset/ports/548219

Log:
  Move some gnome@ ports to desktop@
  
  As gnome@ is lacking active committers at the moment, transfer some of its
  ports [1] up the stack to the desktop@ group, in hope that this way we get some
  updates in as the set of people that "should feel responsible" grows.
  
  As soon as gnome@ grows some committers again, this can (and should) of course
  be reverted again.
  
  [1] The list of ports chosen in this move consits of all the ports that are
  required to build x11/kde5.
  
  Approved by:	portmgr (bapt)
  Differential Revision:	https://reviews.freebsd.org/D26362

Modified:
  head/accessibility/at-spi2-atk/Makefile
  head/accessibility/at-spi2-core/Makefile
  head/accessibility/atk/Makefile
  head/audio/libcanberra-gtk3/Makefile
  head/audio/libcanberra/Makefile
  head/audio/pulseaudio/Makefile
  head/converters/fribidi/Makefile
  head/converters/libiconv/Makefile
  head/devel/ORBit2/Makefile
  head/devel/dbus-glib/Makefile
  head/devel/dconf/Makefile
  head/devel/desktop-file-utils/Makefile
  head/devel/gconf2/Makefile
  head/devel/glib20/Makefile
  head/devel/gobject-introspection/Makefile
  head/devel/gsettings-desktop-schemas/Makefile
  head/devel/json-glib/Makefile
  head/devel/libIDL/Makefile
  head/devel/libdaemon/Makefile
  head/devel/libgsf/Makefile
  head/devel/libical/Makefile
  head/devel/libnotify/Makefile
  head/devel/libsoup/Makefile
  head/devel/meson/Makefile
  head/devel/pygobject3-common/Makefile
  head/graphics/cairo/Makefile
  head/graphics/gdk-pixbuf2/Makefile
  head/graphics/gtk-update-icon-cache/Makefile
  head/graphics/librsvg2/Makefile
  head/graphics/py-cairo/Makefile
  head/lang/vala/Makefile
  head/misc/hicolor-icon-theme/Makefile
  head/net/avahi-app/Makefile
  head/net/avahi-libdns/Makefile
  head/net/glib-networking/Makefile
  head/print/harfbuzz/Makefile
  head/print/libspectre/Makefile
  head/security/libpwquality/Makefile
  head/sysutils/consolekit2/Makefile
  head/sysutils/gnome_subr/Makefile
  head/textproc/gtk-doc/Makefile
  head/textproc/intltool/Makefile
  head/textproc/libcroco/Makefile
  head/x11-themes/adwaita-icon-theme/Makefile
  head/x11-toolkits/gtk20/Makefile
  head/x11-toolkits/gtk30/Makefile
  head/x11-toolkits/pango/Makefile

Modified: head/accessibility/at-spi2-atk/Makefile
==============================================================================
--- head/accessibility/at-spi2-atk/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/accessibility/at-spi2-atk/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ CATEGORIES=	accessibility x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Assisted Technology Provider module for GTK+
 
 LICENSE=	LGPL21

Modified: head/accessibility/at-spi2-core/Makefile
==============================================================================
--- head/accessibility/at-spi2-core/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/accessibility/at-spi2-core/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ CATEGORIES=	accessibility x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Assistive Technology Service Provider Interface
 
 LICENSE=	LGPL21

Modified: head/accessibility/atk/Makefile
==============================================================================
--- head/accessibility/atk/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/accessibility/atk/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ CATEGORIES=	accessibility devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	GNOME accessibility toolkit (ATK)
 
 LICENSE=	LGPL20+

Modified: head/audio/libcanberra-gtk3/Makefile
==============================================================================
--- head/audio/libcanberra-gtk3/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/audio/libcanberra-gtk3/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -5,7 +5,7 @@
 CATEGORIES=	audio devel
 PKGNAMESUFFIX=	-gtk3
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Implementation of the Freedesktop sound theme spec
 
 MASTERDIR=	${.CURDIR}/../../audio/libcanberra

Modified: head/audio/libcanberra/Makefile
==============================================================================
--- head/audio/libcanberra/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/audio/libcanberra/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ CATEGORIES=	audio devel
 MASTER_SITES=	http://0pointer.de/lennart/projects/libcanberra/ \
 		http://pkgs.fedoraproject.org/repo/pkgs/libcanberra/libcanberra-0.30.tar.xz/34cb7e4430afaf6f447c4ebdb9b42072/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Implementation of the Freedesktop sound theme spec
 
 LICENSE=	LGPL21

Modified: head/audio/pulseaudio/Makefile
==============================================================================
--- head/audio/pulseaudio/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/audio/pulseaudio/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ PORTVERSION=	13.0
 CATEGORIES=	audio
 MASTER_SITES=	http://freedesktop.org/software/pulseaudio/releases/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Sound server for UNIX
 
 LICENSE=	LGPL21

Modified: head/converters/fribidi/Makefile
==============================================================================
--- head/converters/fribidi/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/converters/fribidi/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	0.19.7
 CATEGORIES=	converters
 MASTER_SITES=	https://github.com/fribidi/fribidi/releases/download/${PORTVERSION}/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Free Implementation of the Unicode Bidirectional Algorithm
 
 LICENSE=	LGPL21

Modified: head/converters/libiconv/Makefile
==============================================================================
--- head/converters/libiconv/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/converters/libiconv/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	1.16
 CATEGORIES=	converters devel
 MASTER_SITES=	GNU
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Character set conversion library
 
 LICENSE=	GPLv3

Modified: head/devel/ORBit2/Makefile
==============================================================================
--- head/devel/ORBit2/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/ORBit2/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	High-performance CORBA ORB with support for the C language
 
 USES=		tar:bzip2

Modified: head/devel/dbus-glib/Makefile
==============================================================================
--- head/devel/dbus-glib/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/dbus-glib/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	0.110
 CATEGORIES=	devel gnome
 MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus-glib/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	GLib bindings for the D-BUS messaging system
 
 LICENSE=	GPLv2+

Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/dconf/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ MASTER_SITES=	GNOME
 DISTNAME=	dconf-${PORTVERSION}
 DIST_SUBDIR=	gnome3
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Configuration database system for GNOME
 
 LICENSE=	LGPL21

Modified: head/devel/desktop-file-utils/Makefile
==============================================================================
--- head/devel/desktop-file-utils/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/desktop-file-utils/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	0.24
 CATEGORIES=	devel
 MASTER_SITES=	http://freedesktop.org/software/${PORTNAME}/releases/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Couple of command line utilities for working with desktop entries
 
 LICENSE=	GPLv2+

Modified: head/devel/gconf2/Makefile
==============================================================================
--- head/devel/gconf2/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/gconf2/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -10,7 +10,7 @@ MASTER_SITES=	GNOME/sources/GConf/${PORTVERSION:C/^([0
 DISTNAME=	GConf-${PORTVERSION}
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Configuration database system for GNOME
 
 LICENSE=	LGPL20

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/glib20/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Some useful routines of C programming (current stable version)
 
 LICENSE=	LGPL20

Modified: head/devel/gobject-introspection/Makefile
==============================================================================
--- head/devel/gobject-introspection/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/gobject-introspection/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Generate interface introspection data for GObject libraries
 
 LICENSE=	GPLv2+ LGPL20+

Modified: head/devel/gsettings-desktop-schemas/Makefile
==============================================================================
--- head/devel/gsettings-desktop-schemas/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/gsettings-desktop-schemas/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Collection of globally shared GSetting schemas
 
 LICENSE=	LGPL21

Modified: head/devel/json-glib/Makefile
==============================================================================
--- head/devel/json-glib/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/json-glib/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	1.4.4
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	JSON (RFC 4627) interface for Glib
 
 LICENSE=	LGPL21

Modified: head/devel/libIDL/Makefile
==============================================================================
--- head/devel/libIDL/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/libIDL/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Library for creating trees of CORBA IDL files
 
 USES=		bison:alias gettext gmake gnome libtool:keepla localbase \

Modified: head/devel/libdaemon/Makefile
==============================================================================
--- head/devel/libdaemon/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/libdaemon/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://0pointer.de/lennart/projects/${PORTNAME}/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Lightweight C library that eases the writing of UNIX daemons
 
 LICENSE=	LGPL21+

Modified: head/devel/libgsf/Makefile
==============================================================================
--- head/devel/libgsf/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/libgsf/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Extensible I/O abstraction for dealing with structured file formats
 
 LICENSE=	GPLv2 LGPL21

Modified: head/devel/libical/Makefile
==============================================================================
--- head/devel/libical/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/libical/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libical/libical/releases/download/v${PORTVERSION}/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Implementation of the IETF Calendaring and Scheduling protocols
 
 LICENSE=	LGPL21 MPL20

Modified: head/devel/libnotify/Makefile
==============================================================================
--- head/devel/libnotify/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/libnotify/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	0.7.8
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Library for desktop notifications
 
 LICENSE=	LGPL21

Modified: head/devel/libsoup/Makefile
==============================================================================
--- head/devel/libsoup/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/libsoup/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	SOAP (Simple Object Access Protocol) implementation in C
 
 LICENSE=	LGPL20

Modified: head/devel/meson/Makefile
==============================================================================
--- head/devel/meson/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/meson/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	0.54.3
 CATEGORIES=	devel python
 MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	High performance build system
 
 LICENSE=	APACHE20

Modified: head/devel/pygobject3-common/Makefile
==============================================================================
--- head/devel/pygobject3-common/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/devel/pygobject3-common/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX?=	3-common
 DISTNAME=	pygobject-${PORTVERSION}
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT?=	Common files for the Python bindings for GObject
 
 LICENSE=	LGPL21

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/graphics/cairo/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/releases/ \
 		http://cairographics.org/snapshots/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Vector graphics library with cross-device output support
 
 LICENSE=	LGPL21 MPL11

Modified: head/graphics/gdk-pixbuf2/Makefile
==============================================================================
--- head/graphics/gdk-pixbuf2/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/graphics/gdk-pixbuf2/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Graphic library for GTK+
 
 LICENSE=	LGPL20+

Modified: head/graphics/gtk-update-icon-cache/Makefile
==============================================================================
--- head/graphics/gtk-update-icon-cache/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/graphics/gtk-update-icon-cache/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	3.24.20
 CATEGORIES=	graphics
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Gtk-update-icon-cache utility from the Gtk+ toolkit
 
 LICENSE=	LGPL20

Modified: head/graphics/librsvg2/Makefile
==============================================================================
--- head/graphics/librsvg2/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/graphics/librsvg2/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Library for parsing and rendering SVG vector-graphic files
 
 LICENSE=	GPLv2 LGPL20

Modified: head/graphics/py-cairo/Makefile
==============================================================================
--- head/graphics/py-cairo/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/graphics/py-cairo/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ MASTER_SITES=	https://github.com/pygobject/pycairo/rel
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Python 2 bindings for Cairo
 
 LICENSE=	LGPL21 MPL11

Modified: head/lang/vala/Makefile
==============================================================================
--- head/lang/vala/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/lang/vala/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ PORTEPOCH=	1
 CATEGORIES=	lang gnome
 MASTER_SITES=	GNOME
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Programming language and compiler that converts Vala code into C code
 
 LICENSE=	LGPL21

Modified: head/misc/hicolor-icon-theme/Makefile
==============================================================================
--- head/misc/hicolor-icon-theme/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/misc/hicolor-icon-theme/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	0.17
 CATEGORIES=	misc gnome
 MASTER_SITES=	http://icon-theme.freedesktop.org/releases/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	High-color icon theme shell from the FreeDesktop project
 
 LICENSE=	GPLv2

Modified: head/net/avahi-app/Makefile
==============================================================================
--- head/net/avahi-app/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/net/avahi-app/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ CATEGORIES?=	net dns
 MASTER_SITES=	http://www.avahi.org/download/
 PKGNAMESUFFIX?=	-app
 
-MAINTAINER?=	gnome@FreeBSD.org
+MAINTAINER?=	desktop@FreeBSD.org
 COMMENT?=	Service discovery on a local network
 
 LICENSE=	LGPL21+

Modified: head/net/avahi-libdns/Makefile
==============================================================================
--- head/net/avahi-libdns/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/net/avahi-libdns/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -5,7 +5,7 @@ PORTREVISION=	0
 CATEGORIES=	net
 PKGNAMESUFFIX=	-libdns
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	mDNSResponder compatibility from Avahi
 
 LIB_DEPENDS=	libavahi-common.so:net/avahi-app

Modified: head/net/glib-networking/Makefile
==============================================================================
--- head/net/glib-networking/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/net/glib-networking/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ CATEGORIES=	net
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Network-related giomodules for glib
 
 LICENSE=	LGPL21

Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/print/harfbuzz/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ DISTVERSION=	2.7.2
 PORTREVISION?=	0
 CATEGORIES=	print
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT?=	OpenType text shaping engine
 
 LICENSE=	MIT

Modified: head/print/libspectre/Makefile
==============================================================================
--- head/print/libspectre/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/print/libspectre/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ PORTVERSION=	0.2.9
 CATEGORIES=	print
 MASTER_SITES=	http://libspectre.freedesktop.org/releases/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Small library for rendering Postscript documents
 
 LICENSE=	GPLv2

Modified: head/security/libpwquality/Makefile
==============================================================================
--- head/security/libpwquality/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/security/libpwquality/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -5,7 +5,7 @@ PORTVERSION=	1.4.2
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Library for generating random passwords and quality checking
 
 LICENSE=	GPLv2+ LIBPWQUALITY

Modified: head/sysutils/consolekit2/Makefile
==============================================================================
--- head/sysutils/consolekit2/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/sysutils/consolekit2/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ MASTER_SITES=	https://github.com/ConsoleKit2/ConsoleKi
 PKGNAMESUFFIX=	2
 DISTNAME=	ConsoleKit2-${PORTVERSION}
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Framework for defining and tracking users
 
 LICENSE=	GPLv2

Modified: head/sysutils/gnome_subr/Makefile
==============================================================================
--- head/sysutils/gnome_subr/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/sysutils/gnome_subr/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	1.0
 CATEGORIES=	sysutils
 DISTFILES=	# none
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Common startup and shutdown subroutines used by GNOME scripts
 
 LICENSE=	BSD2CLAUSE

Modified: head/textproc/gtk-doc/Makefile
==============================================================================
--- head/textproc/gtk-doc/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/textproc/gtk-doc/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	GNOME
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Code documentation system, originally for GTK+
 
 LICENSE=	GPLv2

Modified: head/textproc/intltool/Makefile
==============================================================================
--- head/textproc/intltool/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/textproc/intltool/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ CATEGORIES=	textproc gnome
 MASTER_SITES=	https://launchpad.net/intltool/trunk/${PORTVERSION}/+download/
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Tools to internationalize various kinds of data files
 
 LICENSE=	GPLv2

Modified: head/textproc/libcroco/Makefile
==============================================================================
--- head/textproc/libcroco/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/textproc/libcroco/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -6,7 +6,7 @@ PORTVERSION=	0.6.13
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	CSS2 parsing library
 
 LICENSE=	LGPL21

Modified: head/x11-themes/adwaita-icon-theme/Makefile
==============================================================================
--- head/x11-themes/adwaita-icon-theme/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/x11-themes/adwaita-icon-theme/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -7,7 +7,7 @@ CATEGORIES=	x11-themes gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	GNOME Symbolic Icons
 
 NO_ARCH=	yes

Modified: head/x11-toolkits/gtk20/Makefile
==============================================================================
--- head/x11-toolkits/gtk20/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/x11-toolkits/gtk20/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -9,7 +9,7 @@ PKGNAMESUFFIX=	2
 DISTNAME=	gtk+-${PORTVERSION}
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Gimp Toolkit for X11 GUI (previous stable version)
 
 LICENSE=	LGPL20

Modified: head/x11-toolkits/gtk30/Makefile
==============================================================================
--- head/x11-toolkits/gtk30/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/x11-toolkits/gtk30/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	3
 DISTNAME=	gtk+-${PORTVERSION}
 DIST_SUBDIR=	gnome
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Gimp Toolkit for X11 GUI (current stable version)
 
 LICENSE=	LGPL20

Modified: head/x11-toolkits/pango/Makefile
==============================================================================
--- head/x11-toolkits/pango/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
+++ head/x11-toolkits/pango/Makefile	Thu Sep 10 18:55:41 2020	(r548219)
@@ -8,7 +8,7 @@ CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Open-source framework for the layout and rendering of i18n text
 
 LICENSE=	LGPL20



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