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. Fix: cvs diff -uN Makefile 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--OyACvfm5Uljlbb7pSP2ST6hwJUsEyVbPh3Azhsapb0eTUYo0 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" 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 @@
Responsible Changed From-To: freebsd-ports-bugs->clsung Take.
State Changed From-To: open->closed Committed. Thank You.