diff options
author | Oleksii Samorukov <samm@FreeBSD.org> | 2019-10-13 18:16:38 +0000 |
---|---|---|
committer | Oleksii Samorukov <samm@FreeBSD.org> | 2019-10-13 18:16:38 +0000 |
commit | fe4dcede8803bef287545d6074293a83d96aa2c7 (patch) | |
tree | fe355d53b45a305b42ff1af556ba391ff0de4b52 /databases/xtrabackup | |
parent | fa7b8b1a4276822d6bc3081785ea068a07bf778a (diff) | |
download | ports-fe4dcede8803bef287545d6074293a83d96aa2c7.tar.gz ports-fe4dcede8803bef287545d6074293a83d96aa2c7.zip |
Notes
Diffstat (limited to 'databases/xtrabackup')
-rw-r--r-- | databases/xtrabackup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile index a9112e3d9e6a..e05903671095 100644 --- a/databases/xtrabackup/Makefile +++ b/databases/xtrabackup/Makefile @@ -1,4 +1,4 @@ -# Created by: Alex Samorukov <samm@os2.kiev.ua> +# Created by: Alex Samorukov <samm@freebsd.org> # $FreeBSD$ PORTNAME= xtrabackup @@ -9,7 +9,7 @@ MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${ DISTFILES= percona-${PORTNAME}-${PORTVERSION}.tar.gz:xtrabackup \ boost_1_59_0.tar.bz2:boost -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= OpenSource version of InnoDB backup with support of Percona extensions LICENSE= GPLv2 |