From 5bed1dc4735a28e1f44a25650993124e06523538 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 15 Nov 2019 20:10:21 +0000 Subject: 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 --- misc/shared-mime-info/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/shared-mime-info') diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index ac01e21627ac..bd083ff7b2f9 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -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 -- cgit