Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2022 15:11:59 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c0fb55c34187 - main - archivers/p5-Compress-Raw-Zlib: Update to 2.105
Message-ID:  <202205141511.24EFBxOr096415@gitrepo.freebsd.org>

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

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

commit c0fb55c34187d539ea6faddfe6de16b3e75599ee
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-14 15:11:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-14 15:11:40 +0000

    archivers/p5-Compress-Raw-Zlib: Update to 2.105
    
    - Add more TEST_DEPENDS
    - Add post-patch: to remove bundled library
    
    Changes:        https://metacpan.org/dist/Compress-Raw-Zlib/changes
---
 archivers/p5-Compress-Raw-Zlib/Makefile | 11 +++++++++--
 archivers/p5-Compress-Raw-Zlib/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/archivers/p5-Compress-Raw-Zlib/Makefile b/archivers/p5-Compress-Raw-Zlib/Makefile
index 311c27e2aeb6..c3b6e07af2f5 100644
--- a/archivers/p5-Compress-Raw-Zlib/Makefile
+++ b/archivers/p5-Compress-Raw-Zlib/Makefile
@@ -1,7 +1,7 @@
 # Created by: Thomas Abthorpe <thomas@goodking.ca>
 
 PORTNAME=	Compress-Raw-Zlib
-PORTVERSION=	2.104
+PORTVERSION=	2.105
 CATEGORIES=	archivers perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,11 +12,18 @@ COMMENT=	Low-Level Interface to zlib compression library
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-TEST_DEPENDS=	p5-Test-Pod>=1:devel/p5-Test-Pod
+TEST_DEPENDS=	p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \
+		p5-Test-Pod>=1:devel/p5-Test-Pod
 
 USES=		perl5
 USE_PERL5=	configure
 
+TEST_ENV=	COMPRESS_ZLIB_RUN_ALL=yes
+
+post-patch:
+# Clean up bundled libraries
+	@${RM} -r ${WRKSRC}/zlib-src/
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so
 
diff --git a/archivers/p5-Compress-Raw-Zlib/distinfo b/archivers/p5-Compress-Raw-Zlib/distinfo
index ebe6a332645c..343a0da2f9de 100644
--- a/archivers/p5-Compress-Raw-Zlib/distinfo
+++ b/archivers/p5-Compress-Raw-Zlib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652471211
-SHA256 (Compress-Raw-Zlib-2.104.tar.gz) = 5eb162c70ebe9bd3695f90361c4e11532875846e161ee48d2927d2f77dd5e08c
-SIZE (Compress-Raw-Zlib-2.104.tar.gz) = 476027
+TIMESTAMP = 1652537788
+SHA256 (Compress-Raw-Zlib-2.105.tar.gz) = 228159574899c56fe616c4dc889bddcf41db6079e095a2d622af96b043bbe7d8
+SIZE (Compress-Raw-Zlib-2.105.tar.gz) = 476654



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