Index: Makefile =================================================================== --- Makefile (revision 378839) +++ Makefile (working copy) @@ -1,17 +1,16 @@ -# Created by: Joe Horn +# Created by: Mattia Basone # $FreeBSD$ PORTNAME= tuning-primer PORTVERSION= 1.6.r1 CATEGORIES= databases -MASTER_SITES= http://launchpad.net/mysql-${PORTNAME}/trunk/1.6-r1/+download/ +MASTER_SITES= https://raw.githubusercontent.com/mattiabasone/${PORTNAME}/master/ DISTNAME= ${PORTNAME}.sh EXTRACT_SUFX= EXTRACT_ONLY= -DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} -MAINTAINER= joehorn@gmail.com -COMMENT= MySQL performance tuning primer script +MAINTAINER= mattia.basone@gmail.com +COMMENT= MySQL performance tuning primer script with MariaDB support LICENSE= GPLv2 @@ -21,7 +20,7 @@ PLIST_FILES= bin/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.sh \ + ${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}.sh \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: distinfo =================================================================== --- distinfo (revision 378839) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tuning-primer/1.6.r1/tuning-primer.sh) = 7906388de5616e0223dede10db368b219ad37ed6bab72e2eed1ebf1929e38420 -SIZE (tuning-primer/1.6.r1/tuning-primer.sh) = 51892 +SHA256 (tuning-primer.sh) = 638b1a161111db004a79df8a34dab42db113ce6e6fc49cc18c4960d9b025aacd +SIZE (tuning-primer.sh) = 52131 Index: pkg-descr =================================================================== --- pkg-descr (revision 378839) +++ pkg-descr (working copy) @@ -2,6 +2,7 @@ and "SHOW VARIABLES LIKE..." then attempts to produce sane recommendations for tuning server variables. -It is compatible with all versions of MySQL 3.23 - 5.1. +It is compatible with all versions of MySQL 3.23 - 5.5 and +MariaDB 5.5/10.x -WWW: https://launchpad.net/mysql-tuning-primer +WWW: https://github.com/mattiabasone/tuning-primer