diff options
author | pav <pav@FreeBSD.org> | 2009-10-26 23:56:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-10-26 23:56:07 +0800 |
commit | 57232e867fe96d40ac45e05ce20a27763ba50ee4 (patch) | |
tree | feeff161fcef51590c6c723a4b811c43a5a33185 /databases/mytop/Makefile | |
parent | ddc93f9c7b969805a74e16b4aed37f322b515659 (diff) | |
download | freebsd-ports-gnome-57232e867fe96d40ac45e05ce20a27763ba50ee4.tar.gz freebsd-ports-gnome-57232e867fe96d40ac45e05ce20a27763ba50ee4.tar.zst freebsd-ports-gnome-57232e867fe96d40ac45e05ce20a27763ba50ee4.zip |
- Squelch perl warning triggered when a client is connected to the server and
his IP cannot be resolved into a hostname
PR: ports/139615
Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Diffstat (limited to 'databases/mytop/Makefile')
-rw-r--r-- | databases/mytop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 554035dd4cf2..c97011c77715 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -7,7 +7,7 @@ PORTNAME= mytop PORTVERSION= 1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/ |