pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/ocaml-zip Removed superfluous patches and re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a72b7fa2d641
branches:  trunk
changeset: 349246:a72b7fa2d641
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Sun Jul 03 10:16:36 2016 +0000

description:
Removed superfluous patches and revbump

diffstat:

 archivers/ocaml-zip/Makefile             |   3 ++-
 archivers/ocaml-zip/distinfo             |   3 ++-
 archivers/ocaml-zip/patches/patch-zip.ml |  14 --------------
 3 files changed, 4 insertions(+), 16 deletions(-)

diffs (45 lines):

diff -r 5d4959be6bf9 -r a72b7fa2d641 archivers/ocaml-zip/Makefile
--- a/archivers/ocaml-zip/Makefile      Sun Jul 03 09:38:53 2016 +0000
+++ b/archivers/ocaml-zip/Makefile      Sun Jul 03 10:16:36 2016 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2016/06/25 14:01:34 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2016/07/03 10:16:36 jaapb Exp $
 #
 
 PKGNAME=       ocaml-zip-${VERSION}
 DISTNAME=      camlzip-${VERSION}
 VERSION=       1.06
+PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  http://forge.ocamlcore.org/frs/download.php/1616/
 LICENSE=       gnu-lgpl-v2.1
diff -r 5d4959be6bf9 -r a72b7fa2d641 archivers/ocaml-zip/distinfo
--- a/archivers/ocaml-zip/distinfo      Sun Jul 03 09:38:53 2016 +0000
+++ b/archivers/ocaml-zip/distinfo      Sun Jul 03 10:16:36 2016 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2016/06/25 14:01:34 jaapb Exp $
+$NetBSD: distinfo,v 1.9 2016/07/03 10:16:36 jaapb Exp $
 
 SHA1 (camlzip-1.06.tar.gz) = fcf13339e836fe7e945907da62038271f814a00b
 RMD160 (camlzip-1.06.tar.gz) = 99f9366d4daff7923225166dc9f2d19b8dae86d9
 SHA512 (camlzip-1.06.tar.gz) = 5ef0172927106589620678897f12f054533503a5cf13df71bf4deda43f223d0cd6acce118977e87bce53afe289f367b851f192a8e693274c2bd13549121019dd
 Size (camlzip-1.06.tar.gz) = 26499 bytes
+SHA1 (patch-zip.ml) = d3ff0fcd82a13882767c3ad648b9775e2d9d0b73
diff -r 5d4959be6bf9 -r a72b7fa2d641 archivers/ocaml-zip/patches/patch-zip.ml
--- a/archivers/ocaml-zip/patches/patch-zip.ml  Sun Jul 03 09:38:53 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-zip.ml,v 1.1 2016/05/05 11:27:47 jaapb Exp $
-
-Remove redundant definition
---- zip.ml.orig        2012-10-12 03:36:07.000000000 +0000
-+++ zip.ml
-@@ -73,7 +73,7 @@ type out_file =
-     mutable of_entries: entry list;
-     of_comment: string }
- 
--exception Error of string * string * string
-+(* exception Error of string * string * string *)
- 
- (* Return the position of the last occurrence of s1 in s2, or -1 if not
-    found. *)



Home | Main Index | Thread Index | Old Index