aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2010-04-23 01:28:38 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2010-04-23 01:28:38 +0800
commit01e286d97fee87097e616ded60a59ebb2acfcfc5 (patch)
tree6e15a44f7b7d9109e79b2de4c5f78ccd13257042 /databases
parentf17b6f93ba83790934090c273da8a1b8e81b9398 (diff)
downloadfreebsd-ports-gnome-01e286d97fee87097e616ded60a59ebb2acfcfc5.tar.gz
freebsd-ports-gnome-01e286d97fee87097e616ded60a59ebb2acfcfc5.tar.zst
freebsd-ports-gnome-01e286d97fee87097e616ded60a59ebb2acfcfc5.zip
- Enhance column select
- Bump PORTREVISION - Pass maintainership to submitter PR: ports/145634 Submitted by: Artem Naluzhnyy <tut nhamon.com.ua>
Diffstat (limited to 'databases')
-rw-r--r--databases/mtop/Makefile4
-rw-r--r--databases/mtop/files/patch-mtop.PL11
2 files changed, 13 insertions, 2 deletions
diff --git a/databases/mtop/Makefile b/databases/mtop/Makefile
index 7d84cbf4946f..0d0d9383912d 100644
--- a/databases/mtop/Makefile
+++ b/databases/mtop/Makefile
@@ -8,11 +8,11 @@
PORTNAME= mtop
PORTVERSION= 0.6.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tut@nhamon.com.ua
COMMENT= MySQL Monitoring Tool
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \
diff --git a/databases/mtop/files/patch-mtop.PL b/databases/mtop/files/patch-mtop.PL
new file mode 100644
index 000000000000..d6a534712b9a
--- /dev/null
+++ b/databases/mtop/files/patch-mtop.PL
@@ -0,0 +1,11 @@
+--- mtop.PL.orig 2004-09-12 22:22:03.000000000 +0000
++++ mtop.PL 2008-10-04 13:26:58.000000000 +0000
+@@ -1253,7 +1253,7 @@
+ $data =~ s/\.$DOMAIN//o if $col eq "Host";
+ if ($col eq "Info") {
+ $data = strip_comments($data);
+- $data = select_fold($data);
++ $data = select_fold($data) if $opt_fold;
+ }
+ $data =~ s/\s+/ /g;
+ $data =~ s/^\s+//;