svn commit: r385671 - branches/2015Q2/databases/xtrabackup

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 20:38:41 UTC 2015


Author: amdmi3
Date: Thu May  7 20:38:40 2015
New Revision: 385671
URL: https://svnweb.freebsd.org/changeset/ports/385671

Log:
  MFH: r385619
  
  - Fix fetch
  - Add LICENSE_FILE
  - Add CPE info
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/databases/xtrabackup/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/databases/xtrabackup/Makefile
==============================================================================
--- branches/2015Q2/databases/xtrabackup/Makefile	Thu May  7 20:37:52 2015	(r385670)
+++ branches/2015Q2/databases/xtrabackup/Makefile	Thu May  7 20:38:40 2015	(r385671)
@@ -5,7 +5,7 @@ PORTNAME=	xtrabackup
 PORTVERSION=	2.2.6
 PORTREVISION=	1
 CATEGORIES=	databases
-MASTER_SITES=	http://www.percona.com/redir/downloads/XtraBackup/LATEST/source/tarball/
+MASTER_SITES=	http://www.percona.com/downloads/XtraBackup/XtraBackup-${PORTVERSION}/source/tarball/
 DISTNAME=	percona-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 DISTFILES=	percona-xtrabackup-${PORTVERSION}.tar.gz
 EXTRACT_ONLY=	percona-xtrabackup-${PORTVERSION}.tar.gz
@@ -14,6 +14,7 @@ MAINTAINER=	aleksandr.kuzminsky at percona.
 COMMENT=	OpenSource version of InnoDB backup with support of Percona extensions
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 # quilt is required by build.sh
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
@@ -25,7 +26,8 @@ RUN_DEPENDS=	p5-DBD-mysql>=0:${PORTSDIR}
 		qpress:${PORTSDIR}/archivers/qpress
 
 # autotool is in use for 5.1 builds
-USES=		autoreconf:build gettext cmake iconv libtool perl5
+USES=		autoreconf:build cpe gettext cmake iconv libtool perl5
+CPE_VENDOR=	percona
 
 PLIST_FILES=	bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt
 


More information about the svn-ports-all mailing list