Update to 2.2.12. [1]
Remove unneeded bits from the past. PR: 202760 Submitted by: maintainer Sponsored by: Absolight
This commit is contained in:
parent
be3db7e210
commit
a56018d570
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400459
2 changed files with 5 additions and 10 deletions
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xtrabackup
|
||||
PORTVERSION= 2.2.10
|
||||
PORTVERSION= 2.2.12
|
||||
CATEGORIES= databases
|
||||
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
|
||||
DISTNAME= percona-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= aleksandr.kuzminsky@percona.com
|
||||
COMMENT= OpenSource version of InnoDB backup with support of Percona extensions
|
||||
|
@ -25,12 +23,9 @@ RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
|
|||
qpress:${PORTSDIR}/archivers/qpress
|
||||
|
||||
# autotool is in use for 5.1 builds
|
||||
USES= alias autoreconf:build cpe gettext cmake iconv libtool perl5
|
||||
USES= alias autoreconf:build cpe gettext cmake libtool perl5
|
||||
CPE_VENDOR= percona
|
||||
|
||||
PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt
|
||||
|
||||
pre-build:
|
||||
${CP} ${DISTDIR}/percona-xtrabackup-${PORTVERSION}.tar.gz ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (percona-xtrabackup-2.2.10.tar.gz) = 16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4
|
||||
SIZE (percona-xtrabackup-2.2.10.tar.gz) = 34767239
|
||||
SHA256 (percona-xtrabackup-2.2.12.tar.gz) = 6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3
|
||||
SIZE (percona-xtrabackup-2.2.12.tar.gz) = 34827353
|
||||
|
|
Loading…
Reference in a new issue