diff options
author | obache <obache@pkgsrc.org> | 2013-01-27 08:56:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-01-27 08:56:01 +0000 |
commit | 7810546ef62a7538a83289e3c0507bc29bfacda3 (patch) | |
tree | 847aef8bc0273ac0da30b1aedbc83e8d9834ef63 /databases/percona-toolkit | |
parent | ebf14bfd0379bbb71c2d177ea7d6905e44001c68 (diff) | |
download | pkgsrc-7810546ef62a7538a83289e3c0507bc29bfacda3.tar.gz |
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.
Diffstat (limited to 'databases/percona-toolkit')
-rw-r--r-- | databases/percona-toolkit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |