Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2024 00:57:30 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4a6da663260a - main - archivers/{minizip{,-ng},zlib-ng}: take maintainership
Message-ID:  <202406120057.45C0vUZN042252@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

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

commit 4a6da663260a9733d3961280a0435d85ded9348c
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-06-12 00:21:25 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-06-12 00:49:01 +0000

    archivers/{minizip{,-ng},zlib-ng}: take maintainership
    
    While here remove GNU_CONFIGURE_MANPREFIX and pet portclippy.
    
    Approved by:    lbartoletti (former maintainer, via IRC)
---
 archivers/minizip-ng/Makefile |  2 +-
 archivers/minizip/Makefile    |  5 ++---
 archivers/zlib-ng/Makefile    | 10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/archivers/minizip-ng/Makefile b/archivers/minizip-ng/Makefile
index 7175eda8f354..16451f89f08e 100644
--- a/archivers/minizip-ng/Makefile
+++ b/archivers/minizip-ng/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	minizip-ng
 DISTVERSION=	4.0.6
 CATEGORIES=	archivers
 
-MAINTAINER=	lbartoletti@FreeBSD.org
+MAINTAINER=	vvd@FreeBSD.org
 COMMENT=	Fork of the popular minizip found in the zlib distribution
 WWW=		https://github.com/zlib-ng/minizip-ng
 
diff --git a/archivers/minizip/Makefile b/archivers/minizip/Makefile
index 054609469fbb..0ccdffc457cb 100644
--- a/archivers/minizip/Makefile
+++ b/archivers/minizip/Makefile
@@ -5,20 +5,19 @@ CATEGORIES=	archivers
 MASTER_SITES=	SF/libpng/zlib/${PORTVERSION}
 DISTNAME=	zlib-${PORTVERSION}
 
-MAINTAINER=	lbartoletti@FreeBSD.org
+MAINTAINER=	vvd@FreeBSD.org
 COMMENT=	Zip library and programs from Zlib distribution
 WWW=		https://www.winimage.com/zLibDll/minizip.html
 
 LICENSE=	ZLIB
 
 USES=		autoreconf cpe libtool pathfix tar:xz
+CPE_VENDOR=	minizip_project
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--enable-demos
 INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
-CPE_VENDOR=	minizip_project
 
 post-patch:
 	@${REINPLACE_CMD} 's/#ifdef unix || __APPLE__/#ifdef unix/' ${WRKSRC}/mini???.c
diff --git a/archivers/zlib-ng/Makefile b/archivers/zlib-ng/Makefile
index d10a587b2a85..ec34a178b991 100644
--- a/archivers/zlib-ng/Makefile
+++ b/archivers/zlib-ng/Makefile
@@ -2,25 +2,25 @@ PORTNAME=	zlib-ng
 DISTVERSION=	2.1.6
 CATEGORIES=	archivers
 
-MAINTAINER=	lbartoletti@FreeBSD.org
+MAINTAINER=	vvd@FreeBSD.org
 COMMENT=	Fork of the zlib data compression library
 WWW=		https://github.com/zlib-ng/zlib-ng
 
 LICENSE=	ZLIB
 
 USES=		cmake:${TESTING} compiler:c11
-USE_LDCONFIG=	yes
 USE_GITHUB=	yes
+USE_LDCONFIG=	yes
+
+PLIST_SUB=	SHLIB_VER=${DISTVERSION}
 
 OPTIONS_DEFINE=	SIMD TEST
 
 SIMD_CMAKE_BOOL=	WITH_OPTIM
 TEST_BUILD_DEPENDS=	googletest>=0:devel/googletest
-TEST_VARS=		TESTING=testing
 TEST_CMAKE_BOOL=	ZLIB_ENABLE_TESTS ZLIBNG_ENABLE_TESTS
 # error: use of undeclared identifier 'isascii'
 TEST_CFLAGS=		-D__XSI_VISIBLE
-
-PLIST_SUB=	SHLIB_VER=${DISTVERSION}
+TEST_VARS=		TESTING=testing
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406120057.45C0vUZN042252>