pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/ocaml-zip
Module Name: pkgsrc
Committed By: jaapb
Date: Tue May 3 09:27:10 UTC 2022
Modified Files:
pkgsrc/archivers/ocaml-zip: Makefile PLIST buildlink3.mk distinfo
Log Message:
Updated archivers/ocaml-zip to version 1.11.
This includes a lot of minor changes and bugfixes, including better
support for newer OCaml versions.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/archivers/ocaml-zip/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/ocaml-zip/PLIST \
pkgsrc/archivers/ocaml-zip/buildlink3.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/ocaml-zip/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/ocaml-zip/Makefile
diff -u pkgsrc/archivers/ocaml-zip/Makefile:1.26 pkgsrc/archivers/ocaml-zip/Makefile:1.27
--- pkgsrc/archivers/ocaml-zip/Makefile:1.26 Mon Mar 8 08:12:46 2021
+++ pkgsrc/archivers/ocaml-zip/Makefile Tue May 3 09:27:09 2022
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.26 2021/03/08 08:12:46 jaapb Exp $
+# $NetBSD: Makefile,v 1.27 2022/05/03 09:27:09 jaapb Exp $
#
-VERSION= 1.07
+VERSION= 1.11
GITHUB_PROJECT= camlzip
GITHUB_TAG= rel${VERSION:S/.//}
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-zip-${VERSION}
-PKGREVISION= 6
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=xavierleroy/}
LICENSE= gnu-lgpl-v2.1
Index: pkgsrc/archivers/ocaml-zip/PLIST
diff -u pkgsrc/archivers/ocaml-zip/PLIST:1.6 pkgsrc/archivers/ocaml-zip/PLIST:1.7
--- pkgsrc/archivers/ocaml-zip/PLIST:1.6 Tue Jul 11 10:00:51 2017
+++ pkgsrc/archivers/ocaml-zip/PLIST Tue May 3 09:27:09 2022
@@ -1,18 +1,24 @@
-@comment $NetBSD: PLIST,v 1.6 2017/07/11 10:00:51 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/05/03 09:27:09 jaapb Exp $
${OCAML_SITELIB}/camlzip/META
${OCAML_SITELIB}/zip/META
${OCAML_SITELIB}/zip/dllcamlzip.so
${OCAML_SITELIB}/zip/gzip.cmi
+${OCAML_SITELIB}/zip/gzip.cmt
+${OCAML_SITELIB}/zip/gzip.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/zip/gzip.cmx
${OCAML_SITELIB}/zip/gzip.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/zip/libcamlzip.a
${PLIST.ocaml-opt}${OCAML_SITELIB}/zip/zip.a
${OCAML_SITELIB}/zip/zip.cma
${OCAML_SITELIB}/zip/zip.cmi
+${OCAML_SITELIB}/zip/zip.cmt
+${OCAML_SITELIB}/zip/zip.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/zip/zip.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/zip/zip.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/zip/zip.cmxs
${OCAML_SITELIB}/zip/zip.mli
${OCAML_SITELIB}/zip/zlib.cmi
+${OCAML_SITELIB}/zip/zlib.cmt
+${OCAML_SITELIB}/zip/zlib.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/zip/zlib.cmx
${OCAML_SITELIB}/zip/zlib.mli
Index: pkgsrc/archivers/ocaml-zip/buildlink3.mk
diff -u pkgsrc/archivers/ocaml-zip/buildlink3.mk:1.6 pkgsrc/archivers/ocaml-zip/buildlink3.mk:1.7
--- pkgsrc/archivers/ocaml-zip/buildlink3.mk:1.6 Thu Jul 19 15:15:20 2018
+++ pkgsrc/archivers/ocaml-zip/buildlink3.mk Tue May 3 09:27:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2018/07/19 15:15:20 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2022/05/03 09:27:09 jaapb Exp $
BUILDLINK_TREE+= ocaml-zip
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-zip
OCAML_ZIP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-zip+= ocaml-zip>=1.05nb6
-BUILDLINK_ABI_DEPENDS.ocaml-zip+= ocaml-zip>=1.07nb4
+BUILDLINK_ABI_DEPENDS.ocaml-zip+= ocaml-zip>=1.11
BUILDLINK_PKGSRCDIR.ocaml-zip?= ../../archivers/ocaml-zip
.include "../../devel/zlib/buildlink3.mk"
Index: pkgsrc/archivers/ocaml-zip/distinfo
diff -u pkgsrc/archivers/ocaml-zip/distinfo:1.13 pkgsrc/archivers/ocaml-zip/distinfo:1.14
--- pkgsrc/archivers/ocaml-zip/distinfo:1.13 Tue Oct 26 09:57:11 2021
+++ pkgsrc/archivers/ocaml-zip/distinfo Tue May 3 09:27:09 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 09:57:11 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/05/03 09:27:09 jaapb Exp $
-BLAKE2s (camlzip-1.07.tar.gz) = f5d75f3e1716febe1e2d4dcf86940031d6d1f46ad00d2792b268fc173e3266e6
-SHA512 (camlzip-1.07.tar.gz) = b92e9db002b9b398fd132c6ecd8098fac4cc7ddb3f770cc412990dcdf4bd62ba358c762d31fb0b5cd6b32f20d3bf4b3410ca6e86c511a438b92ece940f9831bd
-Size (camlzip-1.07.tar.gz) = 26652 bytes
+BLAKE2s (camlzip-1.11.tar.gz) = 5f349eebac193485d2e9c06b34663640a89032ad0f0df31c28da1526577ac86c
+SHA512 (camlzip-1.11.tar.gz) = 4d69ef900437e66e00cd345497ec70f407f28cd8344ee5f2fad685d3bfe356924597d1854b752f2841b4007f96d6e0307cfae7e13cfb6f74951ae3eba5198a06
+Size (camlzip-1.11.tar.gz) = 28483 bytes
Home |
Main Index |
Thread Index |
Old Index