git: ff0ac8b09ec9 - main - security/botan2: botan2 supports rng on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 19:26:53 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff0ac8b09ec989617c9a9c74132a1812bbf8f37f commit ff0ac8b09ec989617c9a9c74132a1812bbf8f37f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-07 15:56:29 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-07 19:26:44 +0000 security/botan2: botan2 supports rng on powerpc64le --- security/botan2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/botan2/Makefile b/security/botan2/Makefile index e5419d06909f..7571312a2525 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -1,6 +1,6 @@ PORTNAME= botan DISTVERSION= 2.19.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -87,7 +87,7 @@ PLIST_SUB+= HAS_RDRAND_RNG="" PLIST_SUB+= HAS_RDRAND_RNG="@comment " .endif -.if ${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH:Mpowerpc64*} +.if ${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == powerpc64 PLIST_SUB+= HAS_PROCESSOR_RNG="" .else PLIST_SUB+= HAS_PROCESSOR_RNG="@comment "