FreeBSD Bugzilla – Attachment 90651 Details for
Bug 127853
Change databases/mtop port maintainer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.90 KB, created by
Artem Naluzhny
on 2008-10-04 15:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Artem Naluzhny
Created:
2008-10-04 15:20:00 UTC
Size:
1.90 KB
patch
obsolete
>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+//;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 127853
: 90651