diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-27 15:04:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-27 15:04:07 +0800 |
commit | 44f97abacc34eeee6c14425d33e441f5357062b7 (patch) | |
tree | db1c2dbcefc34c0ec5f235f66669551c015028e2 /databases | |
parent | 343a2f6f2daa8ac7a2e10122c248091080f31528 (diff) | |
download | freebsd-ports-graphics-44f97abacc34eeee6c14425d33e441f5357062b7.tar.gz freebsd-ports-graphics-44f97abacc34eeee6c14425d33e441f5357062b7.tar.zst freebsd-ports-graphics-44f97abacc34eeee6c14425d33e441f5357062b7.zip |
In a followup to ports/60559, Alex admitted to being the maintainer of all
the other mysql-(server|client) ports, and thus found himself volunteered
for this one as well. Of course, it may well be that he didn't run away
fast enough ... or that this release is probably the last in the 3.x series.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql323-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index 5e97603517f..d2a73a0fa61 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -18,7 +18,7 @@ MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \ ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-3.23/ DISTFILES= mysql-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sysadmin@alexdupre.com COMMENT?= Multithreaded SQL database (server) WRKSRC= ${WRKDIR}/mysql-${PORTVERSION} |