diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 09:40:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 09:40:47 +0800 |
commit | e91ca4de71355a2619b8e2069f908514f8446f1c (patch) | |
tree | b79b181c8a47c114f43ad6d4efa88301485b821a /databases | |
parent | 5c56dc3c73b04e2ca25b3bd64eaf05a30a7b3557 (diff) | |
download | freebsd-ports-gnome-e91ca4de71355a2619b8e2069f908514f8446f1c.tar.gz freebsd-ports-gnome-e91ca4de71355a2619b8e2069f908514f8446f1c.tar.zst freebsd-ports-gnome-e91ca4de71355a2619b8e2069f908514f8446f1c.zip |
Don my portmgr hat and return dirk@FreeBSD.org's ports back to the
unmaintained pool. He has not committed in over a year and has been
unresponsive to emails over a similar time period.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gmysql/Makefile | 2 | ||||
-rw-r--r-- | databases/xmysqladmin/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 822432a00c11..31c0aa93e52e 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -12,7 +12,7 @@ CATEGORIES= databases MASTER_SITES= http://www.loth.demon.co.uk/people/steved/projects/gmysql/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -MAINTAINER= dirk@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ frontend for mysql LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index c52fc1b58ef2..6c71e65bf7af 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://ftp.gwdg.de/pub/misc/mysql/Downloads/Contrib/ \ http://ftp.rtfm.no/pub/mysql/Downloads/Contrib/ \ ftp://mysql.secsup.org/pub/software/mysql/Downloads/Contrib/ -MAINTAINER= dirk@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= X11 front end to the mysqladmin command of the MySQL database engine LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ |