Date: Fri, 27 Aug 2010 13:50:26 +0300 From: "Vlad V. Teterya" <vlad@vlad.uz.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/150038: [update] databases/mysqltuner updated to version 1.1.0 Message-ID: <E1OowVu-000I9q-VV@beta.all-biz.info> Resent-Message-ID: <201008271110.o7RBA6UL060553@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 150038 >Category: ports >Synopsis: [update] databases/mysqltuner updated to version 1.1.0 >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: Fri Aug 27 11:10:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Vlad V. Teterya <vlad@vlad.uz.ua> >Release: FreeBSD 8.0-RELEASE amd64 >Organization: Server Labs >Environment: System: FreeBSD beta 8.0-RELEASE FreeBSD 8.0-RELEASE #7: Thu May 20 15:15:47 UTC 2010 root@beta:/usr/src/sys/amd64/compile/BETA amd64 >Description: - databases/mysqltuner updated to version 1.1.0 - project moved to http://mysqltuner.pl/ - fixed version number in the mysqltuner.pl script - minor Makefile fixes maintainer is Cc'ed >How-To-Repeat: >Fix: --- mysqltuner.patch begins here --- diff -ruN mysqltuner.old/Makefile mysqltuner/Makefile --- mysqltuner.old/Makefile 2010-08-27 11:10:06.000000000 +0300 +++ mysqltuner/Makefile 2010-08-27 13:11:36.000000000 +0300 @@ -2,14 +2,15 @@ # Date created: 09 September 2008 # Whom: Wen heping <wenheping@gmail.com> # -# $FreeBSD: ports/databases/mysqltuner/Makefile,v 1.2 2009/03/20 12:03:05 lwhsu Exp $ +# $FreeBSD$ # PORTNAME= mysqltuner -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= databases -MASTER_SITES= http://mysqltuner.com/releases/ -DISTFILES= ${PORTNAME}-${PORTVERSION}.pl +MASTER_SITES= http://mysqltuner.pl/ +DISTNAME= ${PORTNAME}.pl +EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= wenheping@gmail.com @@ -20,12 +21,20 @@ PLIST_FILES= bin/${PORTNAME}.pl +pre-patch: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} + +post-patch: + @${REINPLACE_CMD} -e 's|"1.0.1";|"1.1.0";|' \ + ${WRKSRC}/${DISTNAME} + .include <bsd.port.pre.mk> do-install: - @${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}.pl \ - ${PREFIX}/bin/${PORTNAME}.pl - @${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}.pl - @${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}.pl' \ + @${CP} ${WRKSRC}/${DISTNAME} \ + ${PREFIX}/bin/${DISTNAME} + @${CHMOD} 755 ${PREFIX}/bin/${DISTNAME} + @${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/bin/${DISTNAME}.pl' \ >> ${TMPPLIST} .include <bsd.port.post.mk> diff -ruN mysqltuner.old/distinfo mysqltuner/distinfo --- mysqltuner.old/distinfo 2010-08-27 11:10:06.000000000 +0300 +++ mysqltuner/distinfo 2010-08-27 11:14:50.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (mysqltuner-1.0.0.pl) = de535154b7fb28e437ba412434ea535e -SHA256 (mysqltuner-1.0.0.pl) = 51c624b22b5792d7c462171bf39be355b45ed83155e473c259fe67576944daf4 -SIZE (mysqltuner-1.0.0.pl) = 38688 +MD5 (mysqltuner.pl) = c78c61fda3837718c59e8799f2b428af +SHA256 (mysqltuner.pl) = 751682627063109e525e6f45d6718643cc7e2f4bbb77265343d9316aa6ea4994 +SIZE (mysqltuner.pl) = 39054 diff -ruN mysqltuner.old/pkg-descr mysqltuner/pkg-descr --- mysqltuner.old/pkg-descr 2010-08-27 11:10:06.000000000 +0300 +++ mysqltuner/pkg-descr 2010-08-27 11:12:43.000000000 +0300 @@ -5,4 +5,4 @@ statistics about your MySQL installation and the areas where it can be improved. -WWW: http://wiki.mysqltuner.com/MySQLTuner +WWW: http://github.com/rackerhacker/MySQLTuner-perl --- mysqltuner.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1OowVu-000I9q-VV>