aboutsummaryrefslogtreecommitdiff
path: root/databases/mtop
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2010-04-22 17:28:38 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2010-04-22 17:28:38 +0000
commitcce3a73037c0fbcf9c717835b2dd4fe74ae1afed (patch)
tree0515cc6fbecf5246c51a97e991b2970c9fde5daa /databases/mtop
parente8ce3f29f2a5efdeda24df5ed0f8509415abc3e9 (diff)
downloadports-cce3a73037c0fbcf9c717835b2dd4fe74ae1afed.tar.gz
ports-cce3a73037c0fbcf9c717835b2dd4fe74ae1afed.zip
- Enhance column select
- Bump PORTREVISION - Pass maintainership to submitter PR: ports/145634 Submitted by: Artem Naluzhnyy <tut nhamon.com.ua>
Notes
Notes: svn path=/head/; revision=253062
Diffstat (limited to 'databases/mtop')
-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+//;