From nobody@FreeBSD.org  Fri Jun  2 18:45:59 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 75FAA16A422
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Jun 2006 18:45:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 42B0B43D45
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Jun 2006 18:45:59 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k52IjxFo063195
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 2 Jun 2006 18:45:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k52IjxZT063194;
	Fri, 2 Jun 2006 18:45:59 GMT
	(envelope-from nobody)
Message-Id: <200606021845.k52IjxZT063194@www.freebsd.org>
Date: Fri, 2 Jun 2006 18:45:59 GMT
From: Thomas Abthorpe <thomas@goodking.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Patch] databases/mrtg-mysql-load
X-Send-Pr-Version: www-2.3

>Number:         98389
>Category:       ports
>Synopsis:       [Patch] databases/mrtg-mysql-load
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 18:50:15 GMT 2006
>Closed-Date:    Sat Jun 03 13:48:34 GMT 2006
>Last-Modified:  Sat Jun 03 13:48:34 GMT 2006
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.1-RELEASE
>Organization:
GoodKing.Ca
>Environment:
FreeBSD goodking.goodking.ca 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #18: Wed May 31 22:39:05 EDT 2006     root@goodking.goodking.ca:/usr/obj/usr/src/sys/GKSMP  i386
>Description:
Assume maintainership of port, and update the Makefile to include USE_MYSQL=yes, in lieu of hardwiring to databases/mysql40-client. Makes the port a little more robust in nature.
>How-To-Repeat:

>Fix:
cvs diff -uN Makefile
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mrtg-mysql-load/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    27 May 2006 01:30:15 -0000      1.4
+++ Makefile    2 Jun 2006 18:43:09 -0000
@@ -7,19 +7,20 @@

 PORTNAME=      mrtg-mysql-load
 PORTVERSION=   1.02
+PORTREVISION=  1
 CATEGORIES=    databases net-mgmt
 MASTER_SITES=  http://www.bitbybit.dk/mysql/mrtg-mysql-load/ \
                http://freebsd.unixfreunde.de/sources/

-MAINTAINER=    ports@FreeBSD.org
+MAINTAINER=    thomas@goodking.ca
 COMMENT=       A MySQL load analysis fetcher for MRTG

-RUN_DEPENDS=   mrtg:${PORTSDIR}/net-mgmt/mrtg \
-               mysqladmin:${PORTSDIR}/databases/mysql40-client
+RUN_DEPENDS=   mrtg:${PORTSDIR}/net-mgmt/mrtg

 NO_BUILD=      yes
 NO_WRKSUBDIR=  yes
 USE_PERL5_RUN= yes
+USE_MYSQL=     yes

 MAN1=          ${PORTNAME}.1

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Sat Jun 3 01:02:27 UTC 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98389 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Sat Jun 3 13:48:32 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98389 
>Unformatted:
