aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlreport
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-07 19:11:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-07 19:11:06 +0000
commit3e1fc494f16c0a7a43369c7ea7f2706560eedeb5 (patch)
treee6ee1c74dfe2b04a8db3dcfe6233cc6d2c53cd78 /databases/mysqlreport
parent89d2b286f8c62fc777c4129be0126680fc3e88f6 (diff)
downloadports-3e1fc494f16c0a7a43369c7ea7f2706560eedeb5.tar.gz
ports-3e1fc494f16c0a7a43369c7ea7f2706560eedeb5.zip
Notes
Diffstat (limited to 'databases/mysqlreport')
-rw-r--r--databases/mysqlreport/Makefile17
-rw-r--r--databases/mysqlreport/distinfo6
2 files changed, 11 insertions, 12 deletions
diff --git a/databases/mysqlreport/Makefile b/databases/mysqlreport/Makefile
index c4e73ec154a8..5cb204bfdf83 100644
--- a/databases/mysqlreport/Makefile
+++ b/databases/mysqlreport/Makefile
@@ -5,24 +5,25 @@
# $FreeBSD$
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
+MAINTAINER= lippemail@gmail.com
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}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
+ ${SITE_PERL}/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
NO_BUILD= yes
-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 +31,7 @@ do-install:
.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>
diff --git a/databases/mysqlreport/distinfo b/databases/mysqlreport/distinfo
index 2fd46c8a7c49..81d62bbac368 100644
--- a/databases/mysqlreport/distinfo
+++ b/databases/mysqlreport/distinfo
@@ -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