git: ae59bedbf88c - 2022Q3 - devel/google-perftools: Fix typo in options

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 22 Jul 2022 22:30:48 UTC
The branch 2022Q3 has been updated by yuri:

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

commit ae59bedbf88c5cff1642d2edeb16897e06a0e70f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-22 22:29:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-22 22:30:40 +0000

    devel/google-perftools: Fix typo in options
    
    (cherry picked from commit 3bfd1569d6b675c6ab488c3016746e57315beb6e)
---
 devel/google-perftools/Makefile | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile
index c939155f6937..ac1202426f2d 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	google-perftools
 DISTVERSIONPREFIX=	gperftools-
 DISTVERSION=	2.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/gperftools/gperftools/releases/download/gperftools-${PORTVERSION}/
 DISTNAME=	gperftools-${PORTVERSION}
@@ -25,21 +25,20 @@ LIBS+=		-lexecinfo
 
 DOCSDIR=	${PREFIX}/share/doc/gperftools
 
-OPTIONS_DEFINE=		DOCS PROFILER
-OPTIONS_SINGLE=		PAGESIZE ALIGN
-OPTIONS_SINGLE_ALIGN=	ALIGN8 ALIGN16
+OPTIONS_DEFINE=			DOCS PROFILER
+OPTIONS_SINGLE=			PAGESIZE ALIGN
+OPTIONS_SINGLE_ALIGN=		ALIGN8 ALIGN16
 OPTIONS_SINGLE_PAGESIZE=	PAGE8K PAGE32K PAGE64K
-OPTIONS_DEFAULT=	PAGE8K ALIGN16
+OPTIONS_DEFAULT=		PAGE8K ALIGN16
+OPTIONS_DEFAULT_aarch64=	PROFILER
 OPTIONS_DEFAULT_amd64=		PROFILER
-OPTIONS_DEFINE_aarch64=		PROFILER
-OPTIONS_DEFINE_amd64=		PROFILER
-OPTIONS_DEFINE_armv6=		# PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.
-OPTIONS_DEFINE_armv7=		# PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.
-OPTIONS_DEFINE_i386=		PROFILER
-OPTIONS_DEFINE_powerpc=		PROFILER
-OPTIONS_DEFINE_powerpc64=	PROFILER
-OPTIONS_DEFINE_powerpc64le=	PROFILER
-OPTIONS_DEFINE_riscv64=		PROFILER
+OPTIONS_DEFAULT_armv6=		# PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.
+OPTIONS_DEFAULT_armv7=		# PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.
+OPTIONS_DEFAULT_i386=		PROFILER
+OPTIONS_DEFAULT_powerpc=	PROFILER
+OPTIONS_DEFAULT_powerpc64=	PROFILER
+OPTIONS_DEFAULT_powerpc64le=	PROFILER
+OPTIONS_DEFAULT_riscv64=	PROFILER
 OPTIONS_SUB=		yes
 
 PROFILER_DESC=		Enable CPU profiler