Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2018 20:53:02 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476547 - head/databases/xtrabackup
Message-ID:  <201808062053.w76Kr2Fn015887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Aug  6 20:53:02 2018
New Revision: 476547
URL: https://svnweb.freebsd.org/changeset/ports/476547

Log:
  databases/xtrabackup: Remove unnecessary depdendency
  
  DBD::mysql has not been required since version 2.3.0
  
  Approved by:	portmgr (with hat)
  MFH:		2018Q3

Modified:
  head/databases/xtrabackup/Makefile

Modified: head/databases/xtrabackup/Makefile
==============================================================================
--- head/databases/xtrabackup/Makefile	Mon Aug  6 19:56:17 2018	(r476546)
+++ head/databases/xtrabackup/Makefile	Mon Aug  6 20:53:02 2018	(r476547)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xtrabackup
 DISTVERSION=	2.4.9
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/:xtrabackup \
 		SF/boost/boost/1.59.0/:boost
@@ -23,8 +24,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libev.so:devel/libev \
 		libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error
-RUN_DEPENDS=	p5-DBD-mysql>=0:databases/p5-DBD-mysql \
-		qpress:archivers/qpress
+RUN_DEPENDS=	qpress:archivers/qpress
 
 BROKEN_armv6=		fails to compile: cannot combine with previous 'type-name' declaration specifier
 BROKEN_armv7=		fails to compile: cannot combine with previous 'type-name' declaration specifier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808062053.w76Kr2Fn015887>