diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-15 01:29:08 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-15 01:29:08 +0800 |
commit | 1b6af443fa2da580abbdd1d31018d12757759f0a (patch) | |
tree | f0fae233b2b441e2e82c38ba3a53c8814d083d62 /databases | |
parent | 41b6897588d8329bbb5f2644d8e6c700b911a4f7 (diff) | |
download | freebsd-ports-gnome-1b6af443fa2da580abbdd1d31018d12757759f0a.tar.gz freebsd-ports-gnome-1b6af443fa2da580abbdd1d31018d12757759f0a.tar.zst freebsd-ports-gnome-1b6af443fa2da580abbdd1d31018d12757759f0a.zip |
- Update MASTER_SITES and unbreak this port
Approved by: portmgr (blanket)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/percona-toolkit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/percona-toolkit/Makefile b/databases/percona-toolkit/Makefile index 86272fbf3563..1a4f189885bb 100644 --- a/databases/percona-toolkit/Makefile +++ b/databases/percona-toolkit/Makefile @@ -4,7 +4,7 @@ PORTNAME= percona-toolkit PORTVERSION= 2.2.11 PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://www.percona.com/downloads/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= http://www.percona.com/downloads/${PORTNAME}/${PORTVERSION}/tarball/ MAINTAINER= flo@FreeBSD.org COMMENT= Collection of essential command-line utilities for MySQL @@ -12,8 +12,6 @@ COMMENT= Collection of essential command-line utilities for MySQL LICENSE= ARTPERL10 GPLv2 LICENSE_COMB= dual -BROKEN= Unfetchable - RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ p5-DBD-mysql>=3:${PORTSDIR}/databases/p5-DBD-mysql \ p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \ |