View | Details | Raw Unified | Return to bug 132071
Collapse All | Expand All

(-)ocaml-zip/Makefile (-2 / +1 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	zip
9
PORTNAME=	zip
10
PORTVERSION=	1.03
10
PORTVERSION=	1.04
11
PORTREVISION=	2
12
CATEGORIES=	archivers
11
CATEGORIES=	archivers
13
MASTER_SITES=	http://caml.inria.fr/distrib/bazar-ocaml/
12
MASTER_SITES=	http://caml.inria.fr/distrib/bazar-ocaml/
14
PKGNAMEPREFIX=	ocaml-
13
PKGNAMEPREFIX=	ocaml-
(-)ocaml-zip/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (camlzip-1.03.tar.gz) = 65cee9abf1df6544cae554b94128d441
1
MD5 (camlzip-1.04.tar.gz) = b3930f4f2e2563b9a5e1b17aa455e635
2
SHA256 (camlzip-1.03.tar.gz) = d45af5deee6126137eb1bd896373ceeabacb916e30b977122de2eb3134336f08
2
SHA256 (camlzip-1.04.tar.gz) = 76f5f88a468722e851b3a959ef93e7c61dffb877fbaafa2b71a7a7146e85ecfe
3
SIZE (camlzip-1.03.tar.gz) = 24562
3
SIZE (camlzip-1.04.tar.gz) = 25691
(-)ocaml-zip/files/META (-2 / +1 lines)
Lines 1-8 Link Here
1
name="zip"
1
name="zip"
2
version="1.03"
2
version="1.04"
3
description="reading and writing ZIP, JAR and GZIP files"
3
description="reading and writing ZIP, JAR and GZIP files"
4
requires="unix"
4
requires="unix"
5
archive(byte)="zip.cma"
5
archive(byte)="zip.cma"
6
archive(native)="zip.cmxa"
6
archive(native)="zip.cmxa"
7
linkopts = ""
7
linkopts = ""
8

Return to bug 132071