git: 2544b7aba4f5 - main - devel/libuv: Take maintainership

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 26 Apr 2025 16:00:46 UTC
The branch main has been updated by bofh:

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

commit 2544b7aba4f5d4536289dee71649ab6176cae281
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-04-26 15:56:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-04-26 16:00:05 +0000

    devel/libuv: Take maintainership
    
    - As per the mail request from adamw@ I am taking over the
      maintainership
    - Pet portclippy
    
    Approved by:    adamw (as per mailing list request)
---
 devel/libuv/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile
index 3220b8ebd975..ec1aed1a7512 100644
--- a/devel/libuv/Makefile
+++ b/devel/libuv/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	devel
 MASTER_SITES=	https://dist.libuv.org/dist/v${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSIONFULL}-dist
 
-MAINTAINER=	adamw@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Multi-platform support library with a focus on asynchronous I/O
 WWW=		https://github.com/libuv/libuv
 
@@ -13,17 +13,17 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cpe libtool pathfix pkgconfig
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
-INSTALL_TARGET=	install-strip
+CONFIGURE_ARGS=	--disable-maintainer-mode
 
+INSTALL_TARGET=	install-strip
 # Will not run as root, reference:
 # https://github.com/libuv/libuv/commit/af45b6ba2f2c506ae18dd24481e24db17b8269e7
 TEST_TARGET=	check
 
-CONFIGURE_ARGS=	--disable-maintainer-mode
+WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 pre-configure:
 	${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \