Perl script using p5-DBD-mysql to connect to MySQL, so adding it as run dependency Port maintainer (aleksandr.kuzminsky@percona.com) is cc'd. Generated with FreeBSD Port Tools 0.99
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of databases/xtrabackup, Please note that PR ports/180290 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180290 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Approved On Fri, Jul 5, 2013 at 10:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of databases/xtrabackup, > > Please note that PR ports/180290 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180290 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- Aleksandr Kuzminsky Skype: aleksandr.kuzminsky Phone: +1 919 599 6839
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
Author: wg Date: Fri Jul 5 14:31:43 2013 New Revision: 322330 URL: http://svnweb.freebsd.org/changeset/ports/322330 Log: databases/xtrabackup: fix RUN_DEPENDS - Add p5-DBD-mysql to RUN_DEPENDS PR: ports/180290 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer Modified: head/databases/xtrabackup/Makefile Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Fri Jul 5 14:30:00 2013 (r322329) +++ head/databases/xtrabackup/Makefile Fri Jul 5 14:31:43 2013 (r322330) @@ -3,6 +3,7 @@ PORTNAME= xtrabackup PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://downloads.skysql.com/archives/%SUBDIR%/:mysql51,mysql55,mysql56 \ http://downloads.mysql.com/archives/%SUBDIR%/:mysql51,mysql55,mysql56 \ @@ -27,6 +28,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b bison:${PORTSDIR}/devel/bison LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error +RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql # autotool is in use for 5.1 builds MAKE_JOBS_SAFE= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!