Mon Dec 3 10:53:39 2012 UTC ()
Corrected error in META file (wrong libraries referenced). Bumped
PKGREVISION.


(jaapb)
diff -r1.6 -r1.7 pkgsrc/archivers/ocaml-zip/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/archivers/ocaml-zip/files/META

cvs diff -r1.6 -r1.7 pkgsrc/archivers/ocaml-zip/Makefile (expand / switch to context diff)
--- pkgsrc/archivers/ocaml-zip/Makefile 2012/10/08 15:21:18 1.6
+++ pkgsrc/archivers/ocaml-zip/Makefile 2012/12/03 10:53:38 1.7
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2012/10/08 15:21:18 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2012/12/03 10:53:38 jaapb Exp $
 #
 
 PKGNAME=	ocaml-zip-${VERSION}
 DISTNAME=	camlzip-${VERSION}
 VERSION=	1.04
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/328/
 LICENSE=	gnu-lgpl-v2.1

cvs diff -r1.1.1.1 -r1.2 pkgsrc/archivers/ocaml-zip/files/Attic/META (expand / switch to context diff)
--- pkgsrc/archivers/ocaml-zip/files/Attic/META 2008/09/02 11:45:32 1.1.1.1
+++ pkgsrc/archivers/ocaml-zip/files/Attic/META 2012/12/03 10:53:39 1.2
@@ -1,7 +1,7 @@
 name="camlzip"
-version="1.03"
+version="1.04"
 description="reading and writing ZIP, JAR and GZIP files"
 requires="unix"
-archive(byte)="camlzip.cma"
-archive(native)="camlzip.cmxa"
+archive(byte)="zip.cma"
+archive(native)="zip.cmxa"
 linkopts = ""