Bug 180290 - [PATCH] databases/xtrabackup: add p5-DBD-mysql dependency
Summary: [PATCH] databases/xtrabackup: add p5-DBD-mysql dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 08:40 UTC by Oleksii Samorukov
Modified: 2013-07-05 15:40 UTC (History)
1 user (show)

See Also:


Attachments
xtrabackup-2.1.3.patch (522 bytes, patch)
2013-07-05 08:40 UTC, Oleksii Samorukov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksii Samorukov freebsd_committer freebsd_triage 2013-07-05 08:40:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-05 08:40:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-05 08:40:07 UTC
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
Comment 3 Aleksandr Kuzminsky 2013-07-05 15:06:11 UTC
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
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2013-07-05 15:12:16 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-07-05 15:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-07-05 15:31:51 UTC
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"
Comment 7 William Grzybowski freebsd_committer freebsd_triage 2013-07-05 15:34:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!