diff options
author | rm <rm@FreeBSD.org> | 2012-09-30 14:25:19 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-30 14:25:19 +0800 |
commit | e5b3448be130a3bd69e1a4683404efba5d6afc44 (patch) | |
tree | 3aa016350465b9652676a8ba08c9b11c944e9515 /databases/kmysqladmin | |
parent | bec194c63f8a7aacb7b4e1786c91824712aef5b3 (diff) | |
download | freebsd-ports-graphics-e5b3448be130a3bd69e1a4683404efba5d6afc44.tar.gz freebsd-ports-graphics-e5b3448be130a3bd69e1a4683404efba5d6afc44.tar.zst freebsd-ports-graphics-e5b3448be130a3bd69e1a4683404efba5d6afc44.zip |
- pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr
PR: 172163
Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
Diffstat (limited to 'databases/kmysqladmin')
-rw-r--r-- | databases/kmysqladmin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile index 7fada25d9ed..ba33c610f25 100644 --- a/databases/kmysqladmin/Makefile +++ b/databases/kmysqladmin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kmysqladmin -# Date created: Aug 12, 2005 -# Whom: Igor Leonenko <bananaz@bk.ru> -# +# Created by: Igor Leonenko <bananaz@bk.ru> # $FreeBSD$ -# PORTNAME= kmysqladmin PORTVERSION= 0.7.2 @@ -11,7 +7,7 @@ PORTREVISION= 10 CATEGORIES= databases MASTER_SITES= http://www.alwins-world.de/programs/download/kmysqladmin/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A graphical frontend for administration of MySQL servers USE_AUTOTOOLS= libtool |