svn commit: r476548 - branches/2018Q3/databases/xtrabackup

Mark Felder feld at FreeBSD.org
Mon Aug 6 20:53:43 UTC 2018


Author: feld
Date: Mon Aug  6 20:53:42 2018
New Revision: 476548
URL: https://svnweb.freebsd.org/changeset/ports/476548

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

Modified:
  branches/2018Q3/databases/xtrabackup/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/databases/xtrabackup/Makefile
==============================================================================
--- branches/2018Q3/databases/xtrabackup/Makefile	Mon Aug  6 20:53:02 2018	(r476547)
+++ branches/2018Q3/databases/xtrabackup/Makefile	Mon Aug  6 20:53:42 2018	(r476548)
@@ -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


More information about the svn-ports-branches mailing list