diff options
author | stas <stas@FreeBSD.org> | 2009-04-07 15:03:32 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-04-07 15:03:32 +0800 |
commit | c731cc7785a7dfee81b3c1ef3c1f4b7a6244779d (patch) | |
tree | bef02ae640a1ab55450f00049aab7d7ea50b69bd /archivers | |
parent | 9615086f7b74c41ff6c6e77800bedc7fb15c37c7 (diff) | |
download | freebsd-ports-gnome-c731cc7785a7dfee81b3c1ef3c1f4b7a6244779d.tar.gz freebsd-ports-gnome-c731cc7785a7dfee81b3c1ef3c1f4b7a6244779d.tar.zst freebsd-ports-gnome-c731cc7785a7dfee81b3c1ef3c1f4b7a6244779d.zip |
- Update to 1.04.
Changes:
- Added function Zip.add_entry_generator.
- The "level" optional argument was sometimes not honored; fixed.
- Relicensed under LGPL 2.1 or above, with Caml's special exception
for static linking.
PR: ports/132071
Submitted by: Jaap Boender <jaapb@kerguelen.org>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ocaml-zip/Makefile | 3 | ||||
-rw-r--r-- | archivers/ocaml-zip/distinfo | 6 | ||||
-rw-r--r-- | archivers/ocaml-zip/files/META | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index 5c17c12985dd..b39bb3e7fedb 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -7,8 +7,7 @@ # PORTNAME= zip -PORTVERSION= 1.03 -PORTREVISION= 2 +PORTVERSION= 1.04 CATEGORIES= archivers MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/ PKGNAMEPREFIX= ocaml- diff --git a/archivers/ocaml-zip/distinfo b/archivers/ocaml-zip/distinfo index dd77b0a85845..b81b36c6337d 100644 --- a/archivers/ocaml-zip/distinfo +++ b/archivers/ocaml-zip/distinfo @@ -1,3 +1,3 @@ -MD5 (camlzip-1.03.tar.gz) = 65cee9abf1df6544cae554b94128d441 -SHA256 (camlzip-1.03.tar.gz) = d45af5deee6126137eb1bd896373ceeabacb916e30b977122de2eb3134336f08 -SIZE (camlzip-1.03.tar.gz) = 24562 +MD5 (camlzip-1.04.tar.gz) = b3930f4f2e2563b9a5e1b17aa455e635 +SHA256 (camlzip-1.04.tar.gz) = 76f5f88a468722e851b3a959ef93e7c61dffb877fbaafa2b71a7a7146e85ecfe +SIZE (camlzip-1.04.tar.gz) = 25691 diff --git a/archivers/ocaml-zip/files/META b/archivers/ocaml-zip/files/META index b3b1adeb298d..bf215a6b2c0a 100644 --- a/archivers/ocaml-zip/files/META +++ b/archivers/ocaml-zip/files/META @@ -1,8 +1,7 @@ name="zip" -version="1.03" +version="1.04" description="reading and writing ZIP, JAR and GZIP files" requires="unix" archive(byte)="zip.cma" archive(native)="zip.cmxa" linkopts = "" - |