diff -Nru xtrabackup/Makefile xtrabackup.new/Makefile --- xtrabackup/Makefile 2015-10-29 14:47:34.000000000 +0100 +++ xtrabackup.new/Makefile 2015-11-03 14:58:51.438627454 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/databases/xtrabackup/Makefile 400459 2015-10-29 13:47:34Z mat $ PORTNAME= xtrabackup -PORTVERSION= 2.2.12 +PORTVERSION= 2.3.2 CATEGORIES= databases MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/ DISTNAME= percona-${PORTNAME}-${PORTVERSION} @@ -17,7 +17,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ cmake:${PORTSDIR}/devel/cmake \ bison:${PORTSDIR}/devel/bison -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ qpress:${PORTSDIR}/archivers/qpress diff -Nru xtrabackup/distinfo xtrabackup.new/distinfo --- xtrabackup/distinfo 2015-10-29 14:47:34.000000000 +0100 +++ xtrabackup.new/distinfo 2015-11-03 14:09:42.313831914 +0100 @@ -1,2 +1,2 @@ -SHA256 (percona-xtrabackup-2.2.12.tar.gz) = 6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3 -SIZE (percona-xtrabackup-2.2.12.tar.gz) = 34827353 +SHA256 (percona-xtrabackup-2.3.2.tar.gz) = 5680500d513324b2e034969c5cf1b17790588cce628a31607d55a637b38c80e5 +SIZE (percona-xtrabackup-2.3.2.tar.gz) = 34858678 diff -Nru xtrabackup/files/patch-libarchive-CMakeLists.txt xtrabackup.new/files/patch-libarchive-CMakeLists.txt --- xtrabackup/files/patch-libarchive-CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 +++ xtrabackup.new/files/patch-libarchive-CMakeLists.txt 2015-11-03 14:50:39.923042030 +0100 @@ -0,0 +1,14 @@ +--- storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt 2015-10-16 20:40:52.000000000 +0200 ++++ storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt.new 2015-11-03 14:46:57.952677630 +0100 +@@ -822,9 +822,9 @@ + # Especially for early development, we want to be a little + # aggressive about diagnosing build problems; this can get + # relaxed somewhat in final shipping versions. +-IF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") ++IF (CMAKE_C_COMPILER_ID MATCHES "^GNU$") + ADD_DEFINITIONS(-Wall -Werror) +-ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") ++ENDIF (CMAKE_C_COMPILER_ID MATCHES "^GNU$") + + IF(ENABLE_TEST) + ADD_CUSTOM_TARGET(run_all_tests)