diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2024-05-14 06:51:36 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2024-05-14 06:54:27 +0000 |
commit | 84947b10cd01360627571078984250f58a1e2cd5 (patch) | |
tree | 107b895103d85ea03e4cc36df8ba1ec790ccf2c3 | |
parent | 433aaa4bcc7d359a58aa7cf94358fd37e45c9e2b (diff) | |
download | ports-84947b10cd01360627571078984250f58a1e2cd5.tar.gz ports-84947b10cd01360627571078984250f58a1e2cd5.zip |
databases/xtrabackup80: add missing chunk after previous commit
Actualize WWW link. Note that upstream supports Intel/AMD arches only.
-rw-r--r-- | databases/xtrabackup80/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |