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 unified 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,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.6 2012/10/08 15:21:18 jaapb Exp $ 1# $NetBSD: Makefile,v 1.7 2012/12/03 10:53:38 jaapb Exp $
2# 2#
3 3
4PKGNAME= ocaml-zip-${VERSION} 4PKGNAME= ocaml-zip-${VERSION}
5DISTNAME= camlzip-${VERSION} 5DISTNAME= camlzip-${VERSION}
6VERSION= 1.04 6VERSION= 1.04
7PKGREVISION= 1 7PKGREVISION= 2
8CATEGORIES= archivers 8CATEGORIES= archivers
9MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/328/ 9MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/328/
10LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
11 11
12MAINTAINER= jaapb@kerguelen.org 12MAINTAINER= jaapb@kerguelen.org
13HOMEPAGE= http://forge.ocamlcore.org/projects/camlzip/ 13HOMEPAGE= http://forge.ocamlcore.org/projects/camlzip/
14COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives 14COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives
15 15
16BUILD_TARGET= all 16BUILD_TARGET= all
17 17
18PLIST_VARS+= opt 18PLIST_VARS+= opt
19.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ 19.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
20 (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") || \ 20 (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") || \

cvs diff -r1.1.1.1 -r1.2 pkgsrc/archivers/ocaml-zip/files/Attic/META (expand / switch to unified 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 @@ @@ -1,7 +1,7 @@
1name="camlzip" 1name="camlzip"
2version="1.03" 2version="1.04"
3description="reading and writing ZIP, JAR and GZIP files" 3description="reading and writing ZIP, JAR and GZIP files"
4requires="unix" 4requires="unix"
5archive(byte)="camlzip.cma" 5archive(byte)="zip.cma"
6archive(native)="camlzip.cmxa" 6archive(native)="zip.cmxa"
7linkopts = "" 7linkopts = ""