Skip to content

Commit

Permalink
archivers/p5-Compress-Raw-Zlib: Update to 2.209
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent 44c13a2 commit 750875e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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-
Expand Down
6 changes: 3 additions & 3 deletions 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
14 changes: 7 additions & 7 deletions 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

0 comments on commit 750875e

Please sign in to comment.