Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2008 14:12:35 GMT
From:      Artem Naluzhnyy <tut@nhamon.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127853: Change databases/mtop port maintainer
Message-ID:  <200810041412.m94ECZL6025455@www.freebsd.org>
Resent-Message-ID: <200810041420.m94EK0It038969@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127853
>Category:       ports
>Synopsis:       Change databases/mtop port maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 04 14:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Artem Naluzhnyy
>Release:        
>Organization:
>Environment:
>Description:
I'd like to take maintainership of databases/mtop port.
>How-To-Repeat:

>Fix:
diff -ruN mtop.bak/Makefile mtop/Makefile
--- mtop.bak/Makefile	2007-10-17 14:02:08.000000000 +0000
+++ mtop/Makefile	2008-10-04 14:10:41.000000000 +0000
@@ -7,14 +7,13 @@
 #
 
 PORTNAME=	mtop
-PORTVERSION=	0.6.6
-PORTREVISION=	1
+PORTVERSION=	0.6.7.r1
 CATEGORIES=	databases
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
+DISTNAME=	${PORTNAME}-0.6.6
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	MySQL Monitoring Tool
+MAINTAINER=	tut@nhamon.com.ua
+COMMENT=	MySQL top-like monitoring tool
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \
 		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
diff -ruN mtop.bak/files/patch-Makefile.PL mtop/files/patch-Makefile.PL
--- mtop.bak/files/patch-Makefile.PL	1970-01-01 00:00:00.000000000 +0000
+++ mtop/files/patch-Makefile.PL	2008-10-04 13:36:18.000000000 +0000
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2004-09-13 11:19:24.000000000 +0000
++++ Makefile.PL	2008-10-04 13:35:43.000000000 +0000
+@@ -52,7 +52,7 @@
+ $d = "0$d" if $d <= 9;
+ 
+ my $release = "$y$m$d";
+-my $version = "0.6.6";
++my $version = "0.6.7.rc1";
+ 
+ my %opts =  (
+     ABSTRACT      => 'A top program for MySQL which shows the longest running queries.',
diff -ruN mtop.bak/files/patch-mtop.PL mtop/files/patch-mtop.PL
--- mtop.bak/files/patch-mtop.PL	1970-01-01 00:00:00.000000000 +0000
+++ mtop/files/patch-mtop.PL	2008-10-04 13:33:40.000000000 +0000
@@ -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+//;


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810041412.m94ECZL6025455>