- Enhance column select

- Bump PORTREVISION
- Pass maintainership to submitter

PR:		ports/145634
Submitted by:	Artem Naluzhnyy <tut nhamon.com.ua>
This commit is contained in:
Thomas Abthorpe 2010-04-22 17:28:38 +00:00
parent e8ce3f29f2
commit cce3a73037
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253062
2 changed files with 13 additions and 2 deletions

View file

@ -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 \

View file

@ -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+//;