Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2024 06:54:33 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 84947b10cd01 - main - databases/xtrabackup80: add missing chunk after previous commit
Message-ID:  <202405140654.44E6sXRK003925@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84947b10cd01360627571078984250f58a1e2cd5

commit 84947b10cd01360627571078984250f58a1e2cd5
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2024-05-14 06:51:36 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2024-05-14 06:54:27 +0000

    databases/xtrabackup80: add missing chunk after previous commit
    
    Actualize WWW link. Note that upstream supports Intel/AMD arches only.
---
 databases/xtrabackup80/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/databases/xtrabackup80/Makefile b/databases/xtrabackup80/Makefile
index 84640040fc1a..7815c90e5e5e 100644
--- a/databases/xtrabackup80/Makefile
+++ b/databases/xtrabackup80/Makefile
@@ -9,11 +9,13 @@ DISTFILES=	${PPORTNAME}-${DVERSION}${EXTRACT_SUFX}:percona \
 
 MAINTAINER=	eugene@zhegan.in
 COMMENT=	Open-source backup tool for InnoDB and XtraDB
-WWW=		https://www.percona.com/doc/percona-xtrabackup/
+WWW=		https://docs.percona.com/percona-xtrabackup/8.0/
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64 i386
+
 RUN_DEPENDS=	qpress:archivers/qpress
 
 USES=		bison cmake compiler:c++14-lang cpe pkgconfig ssl



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