git: 93e773aec63c - main - misc/units: Update WWW; Add comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 06 Apr 2025 23:48:10 UTC
The branch main has been updated by yuri:

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

commit 93e773aec63c77433220329b31f6bab5f959076c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-04-06 21:44:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-04-06 23:48:05 +0000

    misc/units: Update WWW; Add comment
---
 misc/units/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/units/Makefile b/misc/units/Makefile
index e3d8dab77904..b2f5ab394d41 100644
--- a/misc/units/Makefile
+++ b/misc/units/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX=	-library
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	C++ library for working with units of measurement
-WWW=		https://units.readthedocs.io/en/latest/
+WWW=		https://units.readthedocs.io/en/latest\ \
+		https://github.com/LLNL/units
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -16,7 +17,7 @@ USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	LLNL
-GH_TUPLE=	google:googletest:v1.15.2:googletest/ThirdParty/googletest
+GH_TUPLE=	google:googletest:v1.15.2:googletest/ThirdParty/googletest # next release will have UNITS_USE_EXTERNAL_GTEST
 
 CMAKE_ON=	UNITS_BUILD_OBJECT_LIBRARY \
 		UNITS_BUILD_SHARED_LIBRARY