Date: Mon, 12 May 2014 16:43:39 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353875 - head/databases/mysqltuner Message-ID: <201405121643.s4CGhdrM038022@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon May 12 16:43:39 2014 New Revision: 353875 URL: http://svnweb.freebsd.org/changeset/ports/353875 QAT: https://qat.redports.org/buildarchive/r353875/ Log: databases/mysqltuner: 1.2.0 -> 1.3.0, switch to my FreeBSD account email Approved by: culot (mentor) Modified: head/databases/mysqltuner/Makefile head/databases/mysqltuner/distinfo Modified: head/databases/mysqltuner/Makefile ============================================================================== --- head/databases/mysqltuner/Makefile Mon May 12 16:42:54 2014 (r353874) +++ head/databases/mysqltuner/Makefile Mon May 12 16:43:39 2014 (r353875) @@ -2,26 +2,31 @@ # $FreeBSD$ PORTNAME= mysqltuner -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.3.0 CATEGORIES= databases -MASTER_SITES= https://github.com/downloads/me-vlad/MySQLTuner-perl/ +MASTER_SITES= https://github.com/major/MySQLTuner-perl/archive/ +DISTNAME= v1.3.0 -MAINTAINER= fbsd-ports@opsec.eu +MAINTAINER= pi@FreeBSD.org COMMENT= Assist you with MySQL Configuration LICENSE= GPLv3 -USES= perl5 +USES= perl5 shebangfix NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME}.pl +WRKSRC= ${WRKDIR}/MySQLTuner-perl-${PORTVERSION} + +PLIST_FILES= bin/${PORTNAME} + +SHEBANG_FILES= ${PORTNAME}.pl PORTDOCS= README do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.pl + ${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,}.md ${STAGEDIR}${DOCSDIR}/README .include <bsd.port.mk> Modified: head/databases/mysqltuner/distinfo ============================================================================== --- head/databases/mysqltuner/distinfo Mon May 12 16:42:54 2014 (r353874) +++ head/databases/mysqltuner/distinfo Mon May 12 16:43:39 2014 (r353875) @@ -1,2 +1,2 @@ -SHA256 (mysqltuner-1.2.0.tar.gz) = 53b4c5538092d8993a0f95ec364fb0530b9d5a016b1fc31f1b9290cecc77e6b4 -SIZE (mysqltuner-1.2.0.tar.gz) = 24623 +SHA256 (v1.3.0.tar.gz) = 3f5bf95ed4c0f113e4226f38f586cf5e6e124072d4a76a1b0b1a9e38877b13a2 +SIZE (v1.3.0.tar.gz) = 25344
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121643.s4CGhdrM038022>