1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Updated to 3.4a

- Add missing R-deps
- Remove unfetcheable MASTER_SITES
- Makefile cleanup
- Pass maintainership to submitter

PR:		120014
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2008-02-07 19:11:06 +00:00
parent 89d2b286f8
commit 3e1fc494f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206861
2 changed files with 11 additions and 12 deletions

View File

@ -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>

View File

@ -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