View | Details | Raw Unified | Return to bug 113450
Collapse All | Expand All

(-)mysqlreport/Makefile (-2 / +3 lines)
Lines 5-13 Link Here
5
# $FreeBSD: ports/databases/mysqlreport/Makefile,v 1.2 2007/02/11 12:05:56 miwi Exp $
5
# $FreeBSD: ports/databases/mysqlreport/Makefile,v 1.2 2007/02/11 12:05:56 miwi Exp $
6
6
7
PORTNAME=	mysqlreport
7
PORTNAME=	mysqlreport
8
PORTVERSION=	3.0a
8
PORTVERSION=	3.2
9
CATEGORIES=	databases
9
CATEGORIES=	databases
10
MASTER_SITES=	http://hackmysql.com/scripts/
10
MASTER_SITES=	http://hackmysql.com/scripts/ \
11
		http://zaa.pp.ru/distfiles/
11
EXTRACT_SUFX=	.tgz
12
EXTRACT_SUFX=	.tgz
12
13
13
MAINTAINER=	zaa@zaa.pp.ru
14
MAINTAINER=	zaa@zaa.pp.ru
(-)mysqlreport/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mysqlreport-3.0a.tgz) = 3858ca49ccef1af40228202bf166694d
1
MD5 (mysqlreport-3.2.tgz) = cf4d2b1ae1acc4d68e7a6308ae148996
2
SHA256 (mysqlreport-3.0a.tgz) = 57ea9d753af8e01d9d013c593f827c98aa1c03d6f6b3834b9bb7873b8aaae59d
2
SHA256 (mysqlreport-3.2.tgz) = 375505c5c55795b0c8a582760089c16f148c6044c14f80029404c090a90da5f2
3
SIZE (mysqlreport-3.0a.tgz) = 22125
3
SIZE (mysqlreport-3.2.tgz) = 29249
(-)mysqlreport/files/patch-mysqlreport (-11 lines)
Lines 1-11 Link Here
1
--- mysqlreport.orig	Thu Nov 23 17:56:12 2006
2
+++ mysqlreport	Thu Nov 23 18:03:54 2006
3
@@ -76,7 +76,7 @@ $mycnf{'user'}   = $op{'user'}   if have
4
 # Default values if nothing else
5
 $mycnf{'host'}   ||= 'localhost';
6
 $mycnf{'port'}   ||= 3306;
7
-$mycnf{'socket'} ||= '/var/run/mysqld/mysqld.sock'; # Debian default
8
+$mycnf{'socket'} ||= '/tmp/mysql.sock';
9
 $mycnf{'user'}   ||= $ENV{'USER'};
10
 
11
 if(exists $op{'password'})

Return to bug 113450