Date: Thu, 7 Jun 2007 15:36:53 +0400 (MSD) From: Alexander Zhuravlev <zaa@zaa.pp.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113450: [MAINTAINER UPDATE] databases/mysqlreport to 3.2 Message-ID: <20070607113653.A74A0B834@wave.zaa.local> Resent-Message-ID: <200706071210.l57CA6YO076931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113450 >Category: ports >Synopsis: [MAINTAINER UPDATE] databases/mysqlreport to 3.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 07 12:10:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD wave.zaa.local 6.2-STABLE FreeBSD 6.2-STABLE #60: Mon May 21 03:09:55 MSD 2007 root@wave.zaa.local:/usr/obj/usr/src/sys/WAVE i386 >Description: >How-To-Repeat: >Fix: --- mysqlreport.diff begins here --- diff -urbBNp mysqlreport.orig/Makefile mysqlreport/Makefile --- mysqlreport.orig/Makefile Sun Feb 11 15:05:56 2007 +++ mysqlreport/Makefile Thu Jun 7 15:00:00 2007 @@ -5,9 +5,10 @@ # $FreeBSD: ports/databases/mysqlreport/Makefile,v 1.2 2007/02/11 12:05:56 miwi Exp $ PORTNAME= mysqlreport -PORTVERSION= 3.0a +PORTVERSION= 3.2 CATEGORIES= databases -MASTER_SITES= http://hackmysql.com/scripts/ +MASTER_SITES= http://hackmysql.com/scripts/ \ + http://zaa.pp.ru/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= zaa@zaa.pp.ru diff -urbBNp mysqlreport.orig/distinfo mysqlreport/distinfo --- mysqlreport.orig/distinfo Sun Feb 11 11:58:56 2007 +++ mysqlreport/distinfo Thu Jun 7 15:01:35 2007 @@ -1,3 +1,3 @@ -MD5 (mysqlreport-3.0a.tgz) = 3858ca49ccef1af40228202bf166694d -SHA256 (mysqlreport-3.0a.tgz) = 57ea9d753af8e01d9d013c593f827c98aa1c03d6f6b3834b9bb7873b8aaae59d -SIZE (mysqlreport-3.0a.tgz) = 22125 +MD5 (mysqlreport-3.2.tgz) = cf4d2b1ae1acc4d68e7a6308ae148996 +SHA256 (mysqlreport-3.2.tgz) = 375505c5c55795b0c8a582760089c16f148c6044c14f80029404c090a90da5f2 +SIZE (mysqlreport-3.2.tgz) = 29249 diff -urbBNp mysqlreport.orig/files/patch-mysqlreport mysqlreport/files/patch-mysqlreport --- mysqlreport.orig/files/patch-mysqlreport Thu Nov 23 18:04:34 2006 +++ mysqlreport/files/patch-mysqlreport Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- mysqlreport.orig Thu Nov 23 17:56:12 2006 -+++ mysqlreport Thu Nov 23 18:03:54 2006 -@@ -76,7 +76,7 @@ $mycnf{'user'} = $op{'user'} if have - # Default values if nothing else - $mycnf{'host'} ||= 'localhost'; - $mycnf{'port'} ||= 3306; --$mycnf{'socket'} ||= '/var/run/mysqld/mysqld.sock'; # Debian default -+$mycnf{'socket'} ||= '/tmp/mysql.sock'; - $mycnf{'user'} ||= $ENV{'USER'}; - - if(exists $op{'password'}) --- mysqlreport.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070607113653.A74A0B834>