From owner-svn-ports-head@FreeBSD.ORG Fri Jul 5 14:31:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EE67F53B; Fri, 5 Jul 2013 14:31:43 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E08ED1FFA; Fri, 5 Jul 2013 14:31:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r65EVhXe059323; Fri, 5 Jul 2013 14:31:43 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r65EVh32059322; Fri, 5 Jul 2013 14:31:43 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201307051431.r65EVh32059322@svn.freebsd.org> From: William Grzybowski Date: Fri, 5 Jul 2013 14:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322330 - head/databases/xtrabackup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2013 14:31:44 -0000 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 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