From 568ca3df1c48c7d3f56a4ef4ac1e0dba5f982622 Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 27 Jan 2013 08:56:01 +0000 Subject: fix MASTER_SITES: * use ${PKGVERSION_NOREV} instead of LATEST as subdir, or it will be invalid after new release. * this site's redirect response is invalid, use canonical one and curl will not be required anymore. --- databases/percona-toolkit/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases/percona-toolkit') diff --git a/databases/percona-toolkit/Makefile b/databases/percona-toolkit/Makefile index 40682cd11fd..eb0e8263b8f 100644 --- a/databases/percona-toolkit/Makefile +++ b/databases/percona-toolkit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2012/12/01 22:14:16 mspo Exp $ +# $NetBSD: Makefile,v 1.5 2013/01/27 08:56:01 obache Exp $ # DISTNAME= percona-toolkit-2.1.7 PKGREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://www.percona.com/redir/downloads/percona-toolkit/LATEST/ +MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/${PKGVERSION_NOREV}/ MAINTAINER= msporleder@gmail.com HOMEPAGE= http://www.percona.com/software/percona-toolkit/ @@ -12,7 +12,6 @@ COMMENT= Advanced command-line tools for open-source databases (MySQL) LICENSE= gnu-gpl-v2 USE_TOOLS+= perl -FETCH_USING= curl REPLACE_PERL+= bin/* CHECK_INTERPRETER_SKIP+= *pt-ioprofile -- cgit v1.2.3