archivers/p5-Compress-Raw-Zlib: Update to 2.209
Changes: https://metacpan.org/dist/Compress-Raw-Zlib/changes
This commit is contained in:
parent
44c13a2123
commit
750875e9b6
3 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= Compress-Raw-Zlib
|
||||
PORTVERSION= 2.206
|
||||
PORTVERSION= 2.209
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue