Date: Fri, 23 Sep 2011 16:11:51 +0000 From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/percona-toolkit Makefile Message-ID: <4E7CAFC7.2010904@p6m7g8.com> In-Reply-To: <201109231509.p8NF9M0o007739@repoman.freebsd.org> References: <201109231509.p8NF9M0o007739@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
You can use USE_MYSQL=yes to get the same depends IIRC. On 09/23/11 15:09, Sunpoet Po-Chuan Hsieh wrote: > sunpoet 2011-09-23 15:09:22 UTC > > FreeBSD ports repository > > Modified files: > databases/percona-toolkit Makefile > Log: > - Update RUN_DEPENDS: > - Time::HiRes is already in all supported Perl releases > - Explicitly define minimal required version of p5-DBD-mysql and p5-DBI > - Bump PORTREVISION for dependency change > > PR: ports/160928 > Submitted by: sunpoet (myself) > Approved by: flo (maintainer) > > Revision Changes Path > 1.3 +3 -4 ports/databases/percona-toolkit/Makefile > > http://cvsweb.FreeBSD.org/ports/databases/percona-toolkit/Makefile.diff?r1=1.2&r2=1.3&f=h > | --- ports/databases/percona-toolkit/Makefile 2011/09/16 21:03:28 1.2 > | +++ ports/databases/percona-toolkit/Makefile 2011/09/23 15:09:22 1.3 > | @@ -2,12 +2,12 @@ > | # Date created: 15 September 2011 > | # Whom: Florian Smeets <flo@FreeBSD.org> > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/databases/percona-toolkit/Makefile,v 1.2 2011/09/16 21:03:28 flo Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/databases/percona-toolkit/Makefile,v 1.3 2011/09/23 15:09:22 sunpoet Exp $ > | # > | > | PORTNAME= percona-toolkit > | PORTVERSION= 1.0.1 > | -PORTREVISION= 1 > | +PORTREVISION= 2 > | CATEGORIES= databases > | MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/ > | > | @@ -15,9 +15,8 @@ MAINTAINER= flo@FreeBSD.org > | COMMENT= Collection of essential command-line utilities for MySQL > | > | RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ > | - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ > | - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ > | - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes > | + p5-DBD-mysql>=3:${PORTSDIR}/databases/p5-DBD-mysql \ > | + p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI > | > | PERL_CONFIGURE= yes > | -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Infrastructure, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E7CAFC7.2010904>