diff options
author | wiz <wiz> | 2012-12-13 09:14:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-12-13 09:14:52 +0000 |
commit | c5079a86acea8ef90bbd0e0094a35cdcd37bc43f (patch) | |
tree | 04b3c3cf0be2cd48865ba3d1403a3113ead9a65e /net/unison | |
parent | 5ca05cbd6bbaa3bb656fc9e78bd9151119bb5346 (diff) | |
download | pkgsrc-c5079a86acea8ef90bbd0e0094a35cdcd37bc43f.tar.gz |
Remove obsolete patch.
Diffstat (limited to 'net/unison')
-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 - |