Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2019 14:56:33 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513955 - in head/databases/xtrabackup: . files
Message-ID:  <201910071456.x97EuX1B088271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Oct  7 14:56:33 2019
New Revision: 513955
URL: https://svnweb.freebsd.org/changeset/ports/513955

Log:
  databases/xtrabackup: Update to 2.4.15
  
  While here, pass maintainership to submitter
  
  PR:		241081
  Submitted by:	samm@os2.kiev.ua
  Approved by:	Aleksandr Kuzminsky <aleks@twindb.com> (maintainer)

Deleted:
  head/databases/xtrabackup/files/patch-plugin_keyring_common_system__keys__container.cc
  head/databases/xtrabackup/files/patch-storage_innobase_row_row0sel.cc
  head/databases/xtrabackup/files/patch-storage_innobase_xtrabackup_src_CMakeLists.txt
  head/databases/xtrabackup/files/patch-storage_innobase_xtrabackup_src_backup__copy.cc
  head/databases/xtrabackup/files/patch-storage_innobase_xtrabackup_src_xtrabackup.cc
Modified:
  head/databases/xtrabackup/Makefile   (contents, props changed)
  head/databases/xtrabackup/distinfo   (contents, props changed)
  head/databases/xtrabackup/files/patch-cmake-install_layout.cmake   (contents, props changed)

Modified: head/databases/xtrabackup/Makefile
==============================================================================
--- head/databases/xtrabackup/Makefile	Mon Oct  7 14:52:41 2019	(r513954)
+++ head/databases/xtrabackup/Makefile	Mon Oct  7 14:56:33 2019	(r513955)
@@ -2,15 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	xtrabackup
-DISTVERSION=	2.4.12
-PORTREVISION=	1
+DISTVERSION=	2.4.15
 CATEGORIES=	databases
 MASTER_SITES=	https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/:xtrabackup \
 		SF/boost/boost/1.59.0/:boost
 DISTFILES=	percona-${PORTNAME}-${PORTVERSION}.tar.gz:xtrabackup \
 		boost_1_59_0.tar.bz2:boost
 
-MAINTAINER=	aleks@twindb.com
+MAINTAINER=	samm@os2.kiev.ua
 COMMENT=	OpenSource version of InnoDB backup with support of Percona extensions
 
 LICENSE=	GPLv2
@@ -34,7 +33,7 @@ USES=		alias autoreconf:build bison cmake:noninja comp
 		cpe gettext libtool perl5 shebangfix
 CPE_VENDOR=	percona
 SHEBANG_FILES=	storage/innobase/xtrabackup/xbcloud_osenv.sh
-CMAKE_ARGS=	-DWITH_BOOST=${WRKDIR}/boost_1_59_0
+CMAKE_ARGS=	-DWITH_BOOST=${WRKDIR}/boost_1_59_0 -DWITH_VERSION_CHECK=OFF
 
 WRKSRC=		${WRKDIR}/percona-${PORTNAME}-${PORTVERSION}
 

Modified: head/databases/xtrabackup/distinfo
==============================================================================
--- head/databases/xtrabackup/distinfo	Mon Oct  7 14:52:41 2019	(r513954)
+++ head/databases/xtrabackup/distinfo	Mon Oct  7 14:56:33 2019	(r513955)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1533575308
-SHA256 (percona-xtrabackup-2.4.12.tar.gz) = de02cfd5bde96ddbf50339ef3a4646004dde52239698df45c19ed3e8ee40738e
-SIZE (percona-xtrabackup-2.4.12.tar.gz) = 57232309
+TIMESTAMP = 1570253950
+SHA256 (percona-xtrabackup-2.4.15.tar.gz) = ea8e50b50ff7230220329431339a1f3d97af2365a31f2afe6533d13ff95c20db
+SIZE (percona-xtrabackup-2.4.15.tar.gz) = 57357749
 SHA256 (boost_1_59_0.tar.bz2) = 727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca
 SIZE (boost_1_59_0.tar.bz2) = 70389425

Modified: head/databases/xtrabackup/files/patch-cmake-install_layout.cmake
==============================================================================
--- head/databases/xtrabackup/files/patch-cmake-install_layout.cmake	Mon Oct  7 14:52:41 2019	(r513954)
+++ head/databases/xtrabackup/files/patch-cmake-install_layout.cmake	Mon Oct  7 14:56:33 2019	(r513955)
@@ -1,6 +1,6 @@
 --- cmake/install_layout.cmake	2017-02-06 18:02:22.189764000 +0000
 +++ cmake/install_layout.cmake	2017-02-06 18:02:29.642407000 +0000
-@@ -162,7 +162,7 @@
+@@ -160,7 +160,7 @@
  #
  SET(INSTALL_SHAREDIR_STANDALONE         "share")
  SET(INSTALL_MYSQLSHAREDIR_STANDALONE    "share")



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