diff options
author | jaapb <jaapb@pkgsrc.org> | 2012-12-03 10:53:38 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2012-12-03 10:53:38 +0000 |
commit | ac5a3d016ebad58ecc89ace66fda3915f2fe1826 (patch) | |
tree | bfa5d283c766128b7ecab4471d3487253c7f2d60 /archivers | |
parent | 410b7f60bc9a33294c10d8337b5317949b927821 (diff) | |
download | pkgsrc-ac5a3d016ebad58ecc89ace66fda3915f2fe1826.tar.gz |
Corrected error in META file (wrong libraries referenced). Bumped
PKGREVISION.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ocaml-zip/Makefile | 4 | ||||
-rw-r--r-- | archivers/ocaml-zip/files/META | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index 31597938950..7be1ebf8ad3 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -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 diff --git a/archivers/ocaml-zip/files/META b/archivers/ocaml-zip/files/META index 746bf3568f1..738476a495d 100644 --- a/archivers/ocaml-zip/files/META +++ b/archivers/ocaml-zip/files/META @@ -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 = "" |