diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-05 22:14:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-05 22:14:10 +0800 |
commit | baeabed5ff7f1559546202c9abcde6a536dae173 (patch) | |
tree | da31ba98ea63885248f31eccd3d3fde5bc2e7c7b /databases | |
parent | dcfe78cec47f8170561b8e31ec8477e60b35bc8b (diff) | |
download | freebsd-ports-gnome-baeabed5ff7f1559546202c9abcde6a536dae173.tar.gz freebsd-ports-gnome-baeabed5ff7f1559546202c9abcde6a536dae173.tar.zst freebsd-ports-gnome-baeabed5ff7f1559546202c9abcde6a536dae173.zip |
- Update to 2.2.10
- Fix fetch
PR: 199778
Submitted by: timp87@gmail.com
Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 1 month)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xtrabackup/Makefile | 5 | ||||
-rw-r--r-- | databases/xtrabackup/distinfo | 4 | ||||
-rw-r--r-- | databases/xtrabackup/files/patch-include-my_global.h | 12 |
3 files changed, 4 insertions, 17 deletions
diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile index 61c28e1f04ef..0cc9f5cbb719 100644 --- a/databases/xtrabackup/Makefile +++ b/databases/xtrabackup/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= xtrabackup -PORTVERSION= 2.2.6 -PORTREVISION= 1 +PORTVERSION= 2.2.10 CATEGORIES= databases -MASTER_SITES= http://www.percona.com/downloads/XtraBackup/XtraBackup-${PORTVERSION}/source/tarball/ +MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/ DISTNAME= percona-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} DISTFILES= percona-xtrabackup-${PORTVERSION}.tar.gz EXTRACT_ONLY= percona-xtrabackup-${PORTVERSION}.tar.gz diff --git a/databases/xtrabackup/distinfo b/databases/xtrabackup/distinfo index 996b0ec68133..ecd8550bcb58 100644 --- a/databases/xtrabackup/distinfo +++ b/databases/xtrabackup/distinfo @@ -1,2 +1,2 @@ -SHA256 (percona-xtrabackup-2.2.6.tar.gz) = c5f42fbc406195e6de306b23a86f2d18283d3e086b9c1f4e8722635fd55e0b1d -SIZE (percona-xtrabackup-2.2.6.tar.gz) = 34656899 +SHA256 (percona-xtrabackup-2.2.10.tar.gz) = 16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4 +SIZE (percona-xtrabackup-2.2.10.tar.gz) = 34767239 diff --git a/databases/xtrabackup/files/patch-include-my_global.h b/databases/xtrabackup/files/patch-include-my_global.h deleted file mode 100644 index f1432d427722..000000000000 --- a/databases/xtrabackup/files/patch-include-my_global.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/my_global.h.orig 2014-11-19 12:34:01.000000000 +0100 -+++ include/my_global.h 2014-11-19 12:34:39.000000000 +0100 -@@ -333,9 +333,6 @@ - #ifdef HAVE_FCNTL_H - #include <fcntl.h> - #endif --#ifdef HAVE_SYS_TIMEB_H --#include <sys/timeb.h> /* Avoid warnings on SCO */ --#endif - #if TIME_WITH_SYS_TIME - # include <sys/time.h> - # include <time.h> |