git: ae2d5809ff50 - main - devel/socket_wrapper: Fix LICENSE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 23 Jul 2025 07:26:45 UTC
The branch main has been updated by sunpoet:

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

commit ae2d5809ff505ce2fa156ca7d53119a5a1c8ce9e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-23 07:18:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-23 07:23:09 +0000

    devel/socket_wrapper: Fix LICENSE
    
    - Update WWW
    - Use USES=cmake:testing
    - Use complete arguments/options
    - Fix indent
    - Take maintainership
---
 devel/socket_wrapper/Makefile | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/devel/socket_wrapper/Makefile b/devel/socket_wrapper/Makefile
index f08eaf6ffba7..d88bd432cba8 100644
--- a/devel/socket_wrapper/Makefile
+++ b/devel/socket_wrapper/Makefile
@@ -1,23 +1,24 @@
-PORTNAME=		socket_wrapper
-PORTVERSION=		1.4.2
-CATEGORIES=		devel
-MASTER_SITES=		SAMBA/cwrap
+PORTNAME=	socket_wrapper
+PORTVERSION=	1.4.2
+CATEGORIES=	devel
+MASTER_SITES=	SAMBA/cwrap
 
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		Library passing all socket communications through unix sockets
-WWW=			https://cwrap.org/socket_wrapper.html
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Library passing all socket communications through unix sockets
+WWW=		https://cwrap.org/socket_wrapper.html \
+		https://git.samba.org/?p=socket_wrapper.git
 
-LICENSE=		GPLv3
-LICENSE_FILE=		${WRKSRC}/LICENSE
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=			cmake pathfix
-USE_LDCONFIG=		yes
+TEST_DEPENDS=	cmocka>=1.1.6:sysutils/cmocka
 
-OPTIONS_DEFINE=		TEST
+USES=		cmake:testing pathfix
 
-TEST_BUILD_DEPENDS=	cmocka>=1.1.5:sysutils/cmocka
-TEST_USES=		localbase:ldflags pkgconfig
-TEST_CMAKE_BOOL=	UNIT_TESTING
-TEST_TEST_TARGET=	test
+CMAKE_OFF=	HELGRIND_TESTING \
+		PICKY_DEVELOPER \
+		UNIT_TESTING
+CMAKE_TESTING_ON=	UNIT_TESTING
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>