git: 750875e9b604 - main - archivers/p5-Compress-Raw-Zlib: Update to 2.209
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:11:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=750875e9b604f5bc1d97ea6489140087328544cd commit 750875e9b604f5bc1d97ea6489140087328544cd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:46:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:36 +0000 archivers/p5-Compress-Raw-Zlib: Update to 2.209 Changes: https://metacpan.org/dist/Compress-Raw-Zlib/changes --- archivers/p5-Compress-Raw-Zlib/Makefile | 2 +- archivers/p5-Compress-Raw-Zlib/distinfo | 6 +++--- archivers/p5-Compress-Raw-Zlib/files/patch-config.in | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/archivers/p5-Compress-Raw-Zlib/Makefile b/archivers/p5-Compress-Raw-Zlib/Makefile index 0b28e0341345..e1cd3343f168 100644 --- a/archivers/p5-Compress-Raw-Zlib/Makefile +++ b/archivers/p5-Compress-Raw-Zlib/Makefile @@ -1,5 +1,5 @@ PORTNAME= Compress-Raw-Zlib -PORTVERSION= 2.206 +PORTVERSION= 2.209 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/archivers/p5-Compress-Raw-Zlib/distinfo b/archivers/p5-Compress-Raw-Zlib/distinfo index 955ab2044bc8..7dfbd0700399 100644 --- a/archivers/p5-Compress-Raw-Zlib/distinfo +++ b/archivers/p5-Compress-Raw-Zlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691069964 -SHA256 (Compress-Raw-Zlib-2.206.tar.gz) = 46785a6a383a1c843895b7f9f25d5d759e7c305159f9d1e04a3604eb74c77374 -SIZE (Compress-Raw-Zlib-2.206.tar.gz) = 481767 +TIMESTAMP = 1709390462 +SHA256 (Compress-Raw-Zlib-2.209.tar.gz) = 806a2bbeade84ed17e18e6c7cb41e961df1fa75c6ab0f8e9b2145f6091f996cc +SIZE (Compress-Raw-Zlib-2.209.tar.gz) = 551238 diff --git a/archivers/p5-Compress-Raw-Zlib/files/patch-config.in b/archivers/p5-Compress-Raw-Zlib/files/patch-config.in index a1f6f50a7ab3..459b6c52844d 100644 --- a/archivers/p5-Compress-Raw-Zlib/files/patch-config.in +++ b/archivers/p5-Compress-Raw-Zlib/files/patch-config.in @@ -1,15 +1,15 @@ ---- config.in.orig 2019-03-16 16:41:19 UTC +--- config.in.orig 2023-09-03 19:08:08 UTC +++ config.in -@@ -16,9 +16,9 @@ +@@ -11,9 +11,9 @@ # Setting the Gzip OS Code # -BUILD_ZLIB = True --INCLUDE = ./zlib-src --LIB = ./zlib-src +-ZLIB_INCLUDE = ./zlib-src +-ZLIB_LIB = ./zlib-src +BUILD_ZLIB = False -+INCLUDE = /usr/include -+LIB = /usr/lib ++ZLIB_INCLUDE = /usr/include ++ZLIB_LIB = /usr/lib OLD_ZLIB = False GZIP_OS_CODE = AUTO_DETECT - + USE_ZLIB_NG = False