Skip to content

Commit

Permalink
archivers/libzip: Update to 1.10.0
Browse files Browse the repository at this point in the history
* Remove Perl dependency
* Unit tests relies on unported libraries, disable for now
* Disable RPATH via CMAKE_SKIP_RPATH argument instead of patching

Changelog: https://github.com/nih-at/libzip/releases/tag/v1.10.0

PR:		272208
Reviewed by:	rakuco (maintainer)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jun 26, 2023
1 parent 770f3a4 commit 1025e15
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
10 changes: 4 additions & 6 deletions archivers/libzip/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libzip
PORTVERSION= 1.9.2
DISTVERSION= 1.10.0
CATEGORIES= archivers devel
MASTER_SITES= https://github.com/nih-at/${PORTNAME}/releases/download/v${DISTVERSION}/ \
https://libzip.org/download/
Expand All @@ -13,13 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libzstd.so:archivers/zstd

USES= cmake cpe perl5 ssl tar:xz
USES= cmake cpe pathfix ssl tar:xz
CPE_VENDOR= nih
USE_LDCONFIG= yes
USE_PERL5= test

TEST_TARGET= test

CMAKE_OFF= ENABLE_COMMONCRYPTO ENABLE_GNUTLS ENABLE_MBEDTLS
CMAKE_OFF= BUILD_REGRESS ENABLE_COMMONCRYPTO ENABLE_GNUTLS ENABLE_MBEDTLS
CMAKE_ON= CMAKE_SKIP_RPATH

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions archivers/libzip/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1657800190
SHA256 (libzip-1.9.2.tar.xz) = c93e9852b7b2dc931197831438fee5295976ee0ba24f8524a8907be5c2ba5937
SIZE (libzip-1.9.2.tar.xz) = 763980
TIMESTAMP = 1687547011
SHA256 (libzip-1.10.0.tar.xz) = cd2a7ac9f1fb5bfa6218272d9929955dc7237515bba6e14b5ad0e1d1e2212b43
SIZE (libzip-1.10.0.tar.xz) = 771676
12 changes: 0 additions & 12 deletions archivers/libzip/files/patch-CMakeLists.txt

This file was deleted.

11 changes: 10 additions & 1 deletion archivers/libzip/pkg-plist
Expand Up @@ -7,6 +7,9 @@ lib/cmake/libzip/libzip-config-version.cmake
lib/cmake/libzip/libzip-config.cmake
lib/cmake/libzip/libzip-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/libzip/libzip-targets.cmake
lib/cmake/libzip/modules/FindMbedTLS.cmake
lib/cmake/libzip/modules/FindNettle.cmake
lib/cmake/libzip/modules/Findzstd.cmake
lib/libzip.so
lib/libzip.so.5
lib/libzip.so.5.5
Expand Down Expand Up @@ -109,7 +112,10 @@ share/man/man3/zip_source_free.3.gz
share/man/man3/zip_source_function.3.gz
share/man/man3/zip_source_function_create.3.gz
share/man/man3/zip_source_is_deleted.3.gz
share/man/man3/zip_source_is_seekable.3.gz
share/man/man3/zip_source_keep.3.gz
share/man/man3/zip_source_layered.3.gz
share/man/man3/zip_source_layered_create.3.gz
share/man/man3/zip_source_make_command_bitmap.3.gz
share/man/man3/zip_source_open.3.gz
share/man/man3/zip_source_read.3.gz
Expand All @@ -126,9 +132,12 @@ share/man/man3/zip_source_win32handle.3.gz
share/man/man3/zip_source_win32handle_create.3.gz
share/man/man3/zip_source_win32w.3.gz
share/man/man3/zip_source_win32w_create.3.gz
share/man/man3/zip_source_window.3.gz
share/man/man3/zip_source_window_create.3.gz
share/man/man3/zip_source_write.3.gz
share/man/man3/zip_source_zip.3.gz
share/man/man3/zip_source_zip_create.3.gz
share/man/man3/zip_source_zip_file.3.gz
share/man/man3/zip_source_zip_file_create.3.gz
share/man/man3/zip_stat.3.gz
share/man/man3/zip_stat_index.3.gz
share/man/man3/zip_stat_init.3.gz
Expand Down

0 comments on commit 1025e15

Please sign in to comment.