Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2012 08:44:30 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301639 - head/databases/xtrabackup
Message-ID:  <201207280844.q6S8iURq003617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Sat Jul 28 08:44:29 2012
New Revision: 301639
URL: http://svn.freebsd.org/changeset/ports/301639

Log:
  This file is not required to build xtrabackup. This was the latest version of
  the patch in the PR which I missed because it was included as URLs not as diffs.
  
  PR:		ports/170018
  Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
  Approved by:	maintainer

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

Modified: head/databases/xtrabackup/Makefile
==============================================================================
--- head/databases/xtrabackup/Makefile	Sat Jul 28 08:42:56 2012	(r301638)
+++ head/databases/xtrabackup/Makefile	Sat Jul 28 08:44:29 2012	(r301639)
@@ -15,7 +15,6 @@ MASTER_SITES=	${MASTER_SITE_MYSQL_GRP} \
 		http://samm.kiev.ua/percona/:percsrc51,percsrc55
 DISTNAME=	percona-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 DISTFILES=	mysql-${MYSQL51_SRCVER}.tar.gz:mysql51 mysql-${MYSQL55_SRCVER}.tar.gz:mysql55 \
-		mysql-${MYSQL55PERCONA_SRCVER}.tar.gz:mysql55 \
 		percona-xtrabackup-${PORTVERSION}.tar.gz:xtrabackup \
 		Percona-Server-5.1.59-13.0-patches.tar.gz:percsrc51 \
 		Percona-Server-5.5.16-22.0-patches.tar.gz:percsrc55
@@ -45,15 +44,13 @@ MASTER_SITE_SUBDIR=	MySQL-5.1/:mysql51 \
 
 # port needs MySQL sources to build
 MYSQL51_SRCVER=		5.1.59
-MYSQL55_SRCVER=		5.5.17
-MYSQL55PERCONA_SRCVER=	5.5.16
+MYSQL55_SRCVER=		5.5.16
 
 PLIST_FILES=	bin/xtrabackup bin/xtrabackup_51 bin/xtrabackup_55 bin/xbstream bin/innobackupex
 
 pre-build:
 	${CP} ${DISTDIR}/percona-xtrabackup-${PORTVERSION}.tar.gz \
 	${DISTDIR}/mysql-${MYSQL51_SRCVER}.tar.gz ${DISTDIR}/mysql-${MYSQL55_SRCVER}.tar.gz \
-	${DISTDIR}/mysql-${MYSQL55PERCONA_SRCVER}.tar.gz \
 	${DISTDIR}/Percona-Server-5.1.59-13.0-patches.tar.gz \
 	${DISTDIR}/Percona-Server-5.5.16-22.0-patches.tar.gz ${WRKSRC}
 

Modified: head/databases/xtrabackup/distinfo
==============================================================================
--- head/databases/xtrabackup/distinfo	Sat Jul 28 08:42:56 2012	(r301638)
+++ head/databases/xtrabackup/distinfo	Sat Jul 28 08:44:29 2012	(r301639)
@@ -1,7 +1,5 @@
 SHA256 (mysql-5.1.59.tar.gz) = f87b99b73c0d936ed892326ebd4c90b1d5c7d5d2ac8832fc62f538db99fb04f7
 SIZE (mysql-5.1.59.tar.gz) = 24325443
-SHA256 (mysql-5.5.17.tar.gz) = 8b3c66d7ddb2c5b5fcda28964c1fcd83128d1d48efd7fb2b23338819a50911f1
-SIZE (mysql-5.5.17.tar.gz) = 24213337
 SHA256 (mysql-5.5.16.tar.gz) = 38a88d5f3a4e0ab1c6722662a2c858c63fd98f0925691400282cb23f1ea29b70
 SIZE (mysql-5.5.16.tar.gz) = 23816508
 SHA256 (percona-xtrabackup-2.0.1.tar.gz) = 975e18d5e9f8e28cc64e65971f813cd4ac9bd871a9b9329905b0c9ad7311222f



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