diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-13 09:14:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-13 09:14:52 +0000 |
commit | afead37cf1bdc22fc6a45c389e2d82bb800a4dd4 (patch) | |
tree | 04b3c3cf0be2cd48865ba3d1403a3113ead9a65e | |
parent | e070324ad23082da23a571972af7cc1a36b7365d (diff) | |
download | pkgsrc-afead37cf1bdc22fc6a45c389e2d82bb800a4dd4.tar.gz |
Remove obsolete patch.
-rw-r--r-- | net/unison/patches/patch-update.ml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/unison/patches/patch-update.ml b/net/unison/patches/patch-update.ml deleted file mode 100644 index dd74d04b1cd..00000000000 --- a/net/unison/patches/patch-update.ml +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-update.ml,v 1.1 2012/10/13 09:05:12 wiz Exp $ - -r511 | vouillon | 2012-09-17 16:09:03 +0200 (Mon, 17 Sep 2012) | 3 lines - -* Use hash function from OCaml 3.x for comparing archives, even when - compiled with OCaml 4.x - ---- update.ml.orig 2010-04-15 17:29:31.000000000 +0000 -+++ update.ml -@@ -248,9 +248,9 @@ let rec checkArchive - (checkArchive false (n :: path) a h)) - children (Props.hash desc h) - | ArchiveFile (desc, dig, _, ress) -> -- Uutil.hash2 (Hashtbl.hash dig) (Props.hash desc h) -+ Uutil.hash2 (Uutil.hash dig) (Props.hash desc h) - | ArchiveSymlink content -> -- Uutil.hash2 (Hashtbl.hash content) h -+ Uutil.hash2 (Uutil.hash content) h - | NoArchive -> - 135 - |