diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2010-12-11 22:27:06 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2010-12-11 22:27:06 +0000 |
commit | d626429de15bf4c9c605ec05a86e398f2fc26b42 (patch) | |
tree | d8268f710bcd72e728213a72117f6c2598f28671 /mail/fetchmail/files | |
parent | - Fix pkg-plist in NOPORTDOCS case (diff) |
Update to new upstream release 6.3.19.
Approved by: Corey Halpin (maintainer)
Submitted by: mandree
PR: ports/152999
Notes
Notes:
svn path=/head/; revision=266073
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r-- | mail/fetchmail/files/patch-de5f30df | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/mail/fetchmail/files/patch-de5f30df b/mail/fetchmail/files/patch-de5f30df deleted file mode 100644 index 451e8a4fe821..000000000000 --- a/mail/fetchmail/files/patch-de5f30df +++ /dev/null @@ -1,28 +0,0 @@ -From de5f30df51d15f62717ababcdde98689b2203730 Mon Sep 17 00:00:00 2001 -From: Matthias Andree <matthias.andree@gmx.de> -Date: Sat, 6 Nov 2010 11:44:34 +0100 -Subject: [PATCH] Skip validation asciidoc-generated file. - ---- - t.validate-xhtml | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) - -diff --git a/t.validate-xhtml b/t.validate-xhtml -index bf55f4f..a64399a 100755 ---- a/t.validate-xhtml -+++ b/t.validate-xhtml -@@ -16,7 +16,10 @@ cat - <<'_EOF' | xmllint 2>/dev/null --nonet --postvalid --noout - || exit 77 - _EOF - - for i in "${srcdir}"/*.html ; do -- case "$i" in */fetchmail-man.html) continue ;; esac -+ case "$i" in -+ */fetchmail-man.html) continue ;; -+ */Mailbox-Names-UTF7.html) continue ;; -+ esac - xmllint --postvalid --noout "$i" || { e=1 ; fail="$i${fail:+" "}$fail" ; } - done - if [ $e != 0 ] ; then --- -1.6.1 - |