Date: Wed, 13 Jan 2021 21:12:43 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561509 - in head/databases: mongodb40 mongodb42 mongodb44 Message-ID: <202101132112.10DLChvv097610@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Jan 13 21:12:42 2021 New Revision: 561509 URL: https://svnweb.freebsd.org/changeset/ports/561509 Log: Add powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "". Modified: head/databases/mongodb40/Makefile head/databases/mongodb42/Makefile head/databases/mongodb44/Makefile Modified: head/databases/mongodb40/Makefile ============================================================================== --- head/databases/mongodb40/Makefile Wed Jan 13 21:10:22 2021 (r561508) +++ head/databases/mongodb40/Makefile Wed Jan 13 21:12:42 2021 (r561509) @@ -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} \ Modified: head/databases/mongodb42/Makefile ============================================================================== --- head/databases/mongodb42/Makefile Wed Jan 13 21:10:22 2021 (r561508) +++ head/databases/mongodb42/Makefile Wed Jan 13 21:12:42 2021 (r561509) @@ -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} \ Modified: head/databases/mongodb44/Makefile ============================================================================== --- head/databases/mongodb44/Makefile Wed Jan 13 21:10:22 2021 (r561508) +++ head/databases/mongodb44/Makefile Wed Jan 13 21:12:42 2021 (r561509) @@ -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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101132112.10DLChvv097610>