View | Details | Raw Unified | Return to bug 152067
Collapse All | Expand All

(-)distinfo (-1 lines)
Lines 1-3 Link Here
1
MD5 (fetchmail-6.3.18.tar.bz2) = e01377cf2751465c509c39029e8da92b
2
SHA256 (fetchmail-6.3.18.tar.bz2) = cd916c8409bfbf6c869a2892b429f6d6cc6270072a138356c091c2992474faaf
1
SHA256 (fetchmail-6.3.18.tar.bz2) = cd916c8409bfbf6c869a2892b429f6d6cc6270072a138356c091c2992474faaf
3
SIZE (fetchmail-6.3.18.tar.bz2) = 1683949
2
SIZE (fetchmail-6.3.18.tar.bz2) = 1683949
(-)files/patch-de5f30df (+28 lines)
Added Link Here
1
From de5f30df51d15f62717ababcdde98689b2203730 Mon Sep 17 00:00:00 2001
2
From: Matthias Andree <matthias.andree@gmx.de>
3
Date: Sat, 6 Nov 2010 11:44:34 +0100
4
Subject: [PATCH] Skip validation asciidoc-generated file.
5
6
---
7
 t.validate-xhtml |    5 ++++-
8
 1 files changed, 4 insertions(+), 1 deletions(-)
9
10
diff --git a/t.validate-xhtml b/t.validate-xhtml
11
index bf55f4f..a64399a 100755
12
--- a/t.validate-xhtml
13
+++ b/t.validate-xhtml
14
@@ -16,7 +16,10 @@ cat - <<'_EOF'  | xmllint 2>/dev/null --nonet --postvalid --noout - || exit 77
15
 _EOF
16
 
17
 for i in "${srcdir}"/*.html ; do
18
-    case "$i" in */fetchmail-man.html) continue ;; esac
19
+    case "$i" in
20
+	*/fetchmail-man.html) continue ;;
21
+	*/Mailbox-Names-UTF7.html) continue ;;
22
+    esac
23
     xmllint --postvalid --noout "$i" || { e=1 ; fail="$i${fail:+" "}$fail" ; }
24
 done
25
 if [ $e != 0 ] ; then
26
-- 
27
1.6.1
28

Return to bug 152067