Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 22:21:55 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329005 - head/databases/mysqltuner
Message-ID:  <201310012221.r91MLtt5061811@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fbsd-ports@opsec.eu> [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 <bsd.port.pre.mk>
 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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310012221.r91MLtt5061811>