aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2010-12-11 22:27:06 +0000
committerMatthias Andree <mandree@FreeBSD.org>2010-12-11 22:27:06 +0000
commitd626429de15bf4c9c605ec05a86e398f2fc26b42 (patch)
treed8268f710bcd72e728213a72117f6c2598f28671 /mail
parent8c0d67bb0eee998b0c8ed2768ac56ae9227fb830 (diff)
downloadports-d626429de15bf4c9c605ec05a86e398f2fc26b42.tar.gz
ports-d626429de15bf4c9c605ec05a86e398f2fc26b42.zip
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')
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/fetchmail/distinfo4
-rw-r--r--mail/fetchmail/files/patch-de5f30df28
3 files changed, 4 insertions, 32 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 8e1174fd8750..d4b20869f163 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -10,7 +10,7 @@
# want fetchmailconf to work, define WITH_X11
PORTNAME= fetchmail
-PORTVERSION= 6.3.18
+PORTVERSION= 6.3.19
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
http://mandree.home.pages.de/fetchmail/:ma \
@@ -30,7 +30,7 @@ FETCHMAILRC= ${PREFIX}/etc/fetchmailrc
SUB_FILES= pkg-message
PATCH_STRIP= -p1
-USE_BZIP2= yes
+USE_XZ= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 217423798fbd..954f1556c991 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fetchmail-6.3.18.tar.bz2) = cd916c8409bfbf6c869a2892b429f6d6cc6270072a138356c091c2992474faaf
-SIZE (fetchmail-6.3.18.tar.bz2) = 1683949
+SHA256 (fetchmail-6.3.19.tar.xz) = 1847cccf0a3f9cd2e5effd8c9ab1e486bd1d553e5098d2e16a67c8b17cf9a712
+SIZE (fetchmail-6.3.19.tar.xz) = 1244804
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
-