Date: Sat, 26 Jan 2008 19:19:19 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/120014: [UPDATE] databases/mysqlreport Message-ID: <200801261919.m0QJJJ06008133@www.freebsd.org> Resent-Message-ID: <200801261930.m0QJU1sN011247@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120014 >Category: ports >Synopsis: [UPDATE] databases/mysqlreport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 26 19:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 3.4a; - Install missing R-deps; - Remove unfetcheable MASTER_SITES; - Makefile cleanup >How-To-Repeat: >Fix: Patch attached with submission follows: --- patch.txt begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysqlreport/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 8 Jun 2007 22:57:20 -0000 1.3 +++ Makefile 26 Jan 2008 19:18:29 -0000 @@ -5,16 +5,18 @@ # $FreeBSD: ports/databases/mysqlreport/Makefile,v 1.3 2007/06/08 22:57:20 miwi Exp $ PORTNAME= mysqlreport -PORTVERSION= 3.2 +PORTVERSION= 3.4a CATEGORIES= databases -MASTER_SITES= http://hackmysql.com/scripts/ \ - http://zaa.pp.ru/distfiles/ +MASTER_SITES= http://hackmysql.com/scripts/ EXTRACT_SUFX= .tgz MAINTAINER= zaa@zaa.pp.ru COMMENT= Mysqlreport makes a friendly report of important MySQL status values RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ + ${SITE_PERL}/${PERL_ARCH}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ + ${SITE_PERL}/${PERL_ARCH}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql USE_PERL5= yes @@ -22,7 +24,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/mysqlreport -PORTDOCS= mysqlreportguide.html mysqlreportdoc.html +PORTDOCS= COPYING mysqlreportguide.html mysqlreportdoc.html do-install: @${INSTALL_SCRIPT} ${WRKSRC}/mysqlreport ${PREFIX}/bin @@ -30,9 +32,7 @@ .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/mysqlreport/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 8 Jun 2007 22:57:20 -0000 1.3 +++ distinfo 26 Jan 2008 19:18:29 -0000 @@ -1,3 +1,3 @@ -MD5 (mysqlreport-3.2.tgz) = cf4d2b1ae1acc4d68e7a6308ae148996 -SHA256 (mysqlreport-3.2.tgz) = 375505c5c55795b0c8a582760089c16f148c6044c14f80029404c090a90da5f2 -SIZE (mysqlreport-3.2.tgz) = 29249 +MD5 (mysqlreport-3.4a.tgz) = 694f7549a8bffb3d6bff606a12935dcc +SHA256 (mysqlreport-3.4a.tgz) = 546c3ccd7e390c2594f90d6cf8e476b4a817c5a7e68b185bafbc9314f87f7a8d +SIZE (mysqlreport-3.4a.tgz) = 40218 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801261919.m0QJJJ06008133>