diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-09-11 02:55:41 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-09-11 02:55:41 +0800 |
commit | 28bac6ebdd35f45d649f559489b2e69a949b89fe (patch) | |
tree | a3c773ab8d8371a1c504ea7cfab9dc948059cd8a /converters | |
parent | 5dc59a82ae0c1334491d59d893c3ed34b5f5699e (diff) | |
download | freebsd-ports-gnome-28bac6ebdd35f45d649f559489b2e69a949b89fe.tar.gz freebsd-ports-gnome-28bac6ebdd35f45d649f559489b2e69a949b89fe.tar.zst freebsd-ports-gnome-28bac6ebdd35f45d649f559489b2e69a949b89fe.zip |
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
Diffstat (limited to 'converters')
-rw-r--r-- | converters/fribidi/Makefile | 2 | ||||
-rw-r--r-- | converters/libiconv/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index b7e7880281a9..cef2f2e920c0 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -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 diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 64898d3835c0..b93579c14ffe 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -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 |