From ac5a3d016ebad58ecc89ace66fda3915f2fe1826 Mon Sep 17 00:00:00 2001 From: jaapb Date: Mon, 3 Dec 2012 10:53:38 +0000 Subject: Corrected error in META file (wrong libraries referenced). Bumped PKGREVISION. --- archivers/ocaml-zip/Makefile | 4 ++-- archivers/ocaml-zip/files/META | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'archivers') 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 = "" -- cgit v1.2.3