From 8331363e5a53a951dda0b83b3b55c4ecb2c697ef Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 13 Jan 2021 21:12:42 +0000 Subject: [PATCH] Add powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "". --- databases/mongodb40/Makefile | 2 +- databases/mongodb42/Makefile | 2 +- databases/mongodb44/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/mongodb40/Makefile b/databases/mongodb40/Makefile index 114700aa652f..90ef7c13e137 100644 --- a/databases/mongodb40/Makefile +++ b/databases/mongodb40/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le -ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)" +ONLY_FOR_ARCHS_REASON= Only supported on amd64, aarch64 and powerpc64le (i386 deprecated in v3) BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ diff --git a/databases/mongodb42/Makefile b/databases/mongodb42/Makefile index f70e12122824..d457888c2a0e 100644 --- a/databases/mongodb42/Makefile +++ b/databases/mongodb42/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le -ONLY_FOR_ARCHS_REASON= "Only ported to amd64 and aarch64 on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64." +ONLY_FOR_ARCHS_REASON= Only ported to amd64, aarch64 and powerpc64le on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64. BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile index 166a3e53e351..7c023b46ab30 100644 --- a/databases/mongodb44/Makefile +++ b/databases/mongodb44/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le -ONLY_FOR_ARCHS_REASON= "Only ported to amd64 and aarch64 on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64." +ONLY_FOR_ARCHS_REASON= Only ported to amd64, aarch64 and powerpc64le on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64. BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \