Date: Tue, 24 Feb 2009 15:10:41 GMT From: Jaap Boender <jaapb@kerguelen.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132071: Update: archivers/ocaml-zip to 1.04 Message-ID: <200902241510.n1OFAfG4044249@www.freebsd.org> Resent-Message-ID: <200902241520.n1OFK16Q085365@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132071 >Category: ports >Synopsis: Update: archivers/ocaml-zip to 1.04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 24 15:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jaap Boender >Release: 7.1-STABLE >Organization: >Environment: FreeBSD marion-dufresne.pps.jussieu.fr 7.1-STABLE FreeBSD 7.1-STABLE #2: Thu Feb 12 11:56:51 CET 2009 root@marion-dufresne.pps.jussieu.fr:/usr/obj/usr/src/sys/MARION-DUFRESNE i386 >Description: Update to 1.04. Changes: - Added function Zip.add_entry_generator. (Contributed by A. Frisch.) - The "level" optional argument was sometimes not honored; fixed. - Relicensed under LGPL 2.1 or above, with Caml's special exception for static linking. >How-To-Repeat: n/a >Fix: diff included. Patch attached with submission follows: diff -ruN ocaml-zip.old/Makefile ocaml-zip/Makefile --- ocaml-zip.old/Makefile 2009-02-24 16:02:38.000000000 +0100 +++ ocaml-zip/Makefile 2009-02-24 16:03:09.000000000 +0100 @@ -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 -ruN ocaml-zip.old/distinfo ocaml-zip/distinfo --- ocaml-zip.old/distinfo 2009-02-24 16:02:38.000000000 +0100 +++ ocaml-zip/distinfo 2009-02-24 16:03:11.000000000 +0100 @@ -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 -ruN ocaml-zip.old/files/META ocaml-zip/files/META --- ocaml-zip.old/files/META 2009-02-24 16:02:38.000000000 +0100 +++ ocaml-zip/files/META 2009-02-24 16:03:19.000000000 +0100 @@ -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 = "" - >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902241510.n1OFAfG4044249>