Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 13:47:34 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400459 - head/databases/xtrabackup
Message-ID:  <201510291347.t9TDlY6p010296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Oct 29 13:47:34 2015
New Revision: 400459
URL: https://svnweb.freebsd.org/changeset/ports/400459

Log:
  Update to 2.2.12. [1]
  
  Remove unneeded bits from the past.
  
  PR:		202760
  Submitted by:	maintainer
  Sponsored by:	Absolight

Modified:
  head/databases/xtrabackup/Makefile
  head/databases/xtrabackup/distinfo

Modified: head/databases/xtrabackup/Makefile
==============================================================================
--- head/databases/xtrabackup/Makefile	Thu Oct 29 13:47:30 2015	(r400458)
+++ head/databases/xtrabackup/Makefile	Thu Oct 29 13:47:34 2015	(r400459)
@@ -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}
 		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>

Modified: head/databases/xtrabackup/distinfo
==============================================================================
--- head/databases/xtrabackup/distinfo	Thu Oct 29 13:47:30 2015	(r400458)
+++ head/databases/xtrabackup/distinfo	Thu Oct 29 13:47:34 2015	(r400459)
@@ -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



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