mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
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
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
PORTNAME= mtop
|
PORTNAME= mtop
|
||||||
PORTVERSION= 0.6.6
|
PORTVERSION= 0.6.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= tut@nhamon.com.ua
|
||||||
COMMENT= MySQL Monitoring Tool
|
COMMENT= MySQL Monitoring Tool
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \
|
||||||
|
|
11
databases/mtop/files/patch-mtop.PL
Normal file
11
databases/mtop/files/patch-mtop.PL
Normal 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+//;
|
Loading…
Add table
Reference in a new issue