From owner-svn-ports-all@freebsd.org Mon Aug 6 20:53:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08AED106574C; Mon, 6 Aug 2018 20:53:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1F048AE3B; Mon, 6 Aug 2018 20:53:42 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9422712355; Mon, 6 Aug 2018 20:53:42 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w76KrgJA016070; Mon, 6 Aug 2018 20:53:42 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w76Krgn5016069; Mon, 6 Aug 2018 20:53:42 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201808062053.w76Krgn5016069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Aug 2018 20:53:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r476548 - branches/2018Q3/databases/xtrabackup X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q3/databases/xtrabackup X-SVN-Commit-Revision: 476548 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 20:53:43 -0000 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