From owner-svn-ports-head@FreeBSD.ORG Tue Oct 1 22:21:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33EC2543; Tue, 1 Oct 2013 22:21:56 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07DC12FB0; Tue, 1 Oct 2013 22:21:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r91MLt0A061816; Tue, 1 Oct 2013 22:21:55 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r91MLtt5061811; Tue, 1 Oct 2013 22:21:55 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201310012221.r91MLtt5061811@svn.freebsd.org> From: Alex Kozlov Date: Tue, 1 Oct 2013 22:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329005 - head/databases/mysqltuner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 22:21:56 -0000 Author: ak Date: Tue Oct 1 22:21:55 2013 New Revision: 329005 URL: http://svnweb.freebsd.org/changeset/ports/329005 Log: - Support STAGEDIR - Makefile cleanup - Use a single space for WWW in pkg-descr - Give maintainership to submitter [1] PR: ports/182541 [1] Submitted by: Kurt Jaeger [1] Modified: head/databases/mysqltuner/Makefile head/databases/mysqltuner/pkg-descr (contents, props changed) Modified: head/databases/mysqltuner/Makefile ============================================================================== --- head/databases/mysqltuner/Makefile Tue Oct 1 22:16:39 2013 (r329004) +++ head/databases/mysqltuner/Makefile Tue Oct 1 22:21:55 2013 (r329005) @@ -7,8 +7,8 @@ PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://github.com/downloads/me-vlad/MySQLTuner-perl/ -MAINTAINER= vlad@vlad.uz.ua -COMMENT= A Script Assist You with MySQL Configuration +MAINTAINER= fbsd-ports@opsec.eu +COMMENT= Assist you with MySQL Configuration LICENSE= GPLv3 @@ -21,16 +21,9 @@ PLIST_FILES= bin/${PORTNAME}.pl PORTDOCS= README -NO_STAGE= yes -.include do-install: - @${CP} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl - @${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}.pl - @${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}.pl' \ - >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.pl + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.include +.include Modified: head/databases/mysqltuner/pkg-descr ============================================================================== --- head/databases/mysqltuner/pkg-descr Tue Oct 1 22:16:39 2013 (r329004) +++ head/databases/mysqltuner/pkg-descr Tue Oct 1 22:21:55 2013 (r329005) @@ -5,4 +5,4 @@ stability. Within seconds, it will displ statistics about your MySQL installation and the areas where it can be improved. -WWW: https://github.com/rackerhacker/MySQLTuner-perl +WWW: https://github.com/rackerhacker/MySQLTuner-perl/