pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/libzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 11 10:26:04 UTC 2020

Modified Files:
        pkgsrc/archivers/libzip: Makefile PLIST distinfo

Log Message:
libzip: update to 1.7.2.

Add github master site as fallback.

1.7.2 [2020-07-11]
==================

* Fixes for the CMake find_project() files.
* libzip moved to the CMake libzip:: NAMESPACE.
* CMake usage best practice cleanups.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/archivers/libzip/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/libzip/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/archivers/libzip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/libzip/Makefile
diff -u pkgsrc/archivers/libzip/Makefile:1.49 pkgsrc/archivers/libzip/Makefile:1.50
--- pkgsrc/archivers/libzip/Makefile:1.49       Sat Jun 13 10:46:55 2020
+++ pkgsrc/archivers/libzip/Makefile    Sat Jul 11 10:26:04 2020
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.49 2020/06/13 10:46:55 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2020/07/11 10:26:04 wiz Exp $
 
-DISTNAME=              libzip-1.7.1
+DISTNAME=              libzip-1.7.2
 CATEGORIES=            archivers devel
 MASTER_SITES=          https://libzip.org/download/
+MASTER_SITES+=         ${MASTER_SITE_GITHUB:=nih-at/}
 EXTRACT_SUFX=          .tar.xz
+GITHUB_RELEASE=                v${PKGVERSION_NOREV}
 
 MAINTAINER=            wiz%NetBSD.org@localhost
 HOMEPAGE=              https://www.libzip.org/

Index: pkgsrc/archivers/libzip/PLIST
diff -u pkgsrc/archivers/libzip/PLIST:1.15 pkgsrc/archivers/libzip/PLIST:1.16
--- pkgsrc/archivers/libzip/PLIST:1.15  Fri Jun  5 10:44:48 2020
+++ pkgsrc/archivers/libzip/PLIST       Sat Jul 11 10:26:04 2020
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.15 2020/06/05 10:44:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/07/11 10:26:04 wiz Exp $
 bin/zipcmp
 bin/zipmerge
 bin/ziptool
 include/zip.h
 include/zipconf.h
+lib/cmake/libzip/libzip-config-version.cmake
 lib/cmake/libzip/libzip-config.cmake
 lib/cmake/libzip/libzip-targets-noconfig.cmake
 lib/cmake/libzip/libzip-targets.cmake
-lib/cmake/libzip/libzip-version.cmake
 lib/libzip.so
 lib/libzip.so.5
 lib/libzip.so.5.3

Index: pkgsrc/archivers/libzip/distinfo
diff -u pkgsrc/archivers/libzip/distinfo:1.36 pkgsrc/archivers/libzip/distinfo:1.37
--- pkgsrc/archivers/libzip/distinfo:1.36       Sat Jun 13 10:46:55 2020
+++ pkgsrc/archivers/libzip/distinfo    Sat Jul 11 10:26:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2020/06/13 10:46:55 wiz Exp $
+$NetBSD: distinfo,v 1.37 2020/07/11 10:26:04 wiz Exp $
 
-SHA1 (libzip-1.7.1.tar.xz) = f9cf3a5694c8a452a49573e3d703099d4a332675
-RMD160 (libzip-1.7.1.tar.xz) = 82b2c434aaa434a605770f4aeb5dd65f8f1726b3
-SHA512 (libzip-1.7.1.tar.xz) = e924749274e5e45b83ba4bc961bfd299b9dd05829c1f42880a9814f942dbf7afe79aa1ea4e2b33d6db1dba1f7f948c0de40517f2ef90cc8725650b8cb88d9a14
-Size (libzip-1.7.1.tar.xz) = 737496 bytes
+SHA1 (libzip-1.7.2.tar.xz) = 6b31b49f8a6cdb2489ae3c6849cfe6902e98a57f
+RMD160 (libzip-1.7.2.tar.xz) = 97ab54b22d1ceb41aa5206507ade8e4cf0ed26af
+SHA512 (libzip-1.7.2.tar.xz) = 6e598b038deb6800a8f5e713f9cf61bbbebbf80dda5c7020df4a77c9b03cc41f23291712d523fb9721288382f8107170d61a82e2eeb1af5907f1b82526c3a968
+Size (libzip-1.7.2.tar.xz) = 737992 bytes



Home | Main Index | Thread Index | Old Index