ports/152999: [PATCH] mail/fetchmail: update to 6.3.19
Matthias Andree
matthias.andree at gmx.de
Fri Dec 10 17:20:11 UTC 2010
>Number: 152999
>Category: ports
>Synopsis: [PATCH] mail/fetchmail: update to 6.3.19
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 10 17:20:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Matthias Andree
>Release: FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #43: Fri Dec 10 16:02:18 CET 2010
>Description:
Hi Corey,
please decide if you approve of the patches below.
- Update to 6.3.19
Removed file(s):
- files/patch-de5f30df
Port maintainer (chalpin at cs.wisc.edu) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- fetchmail-6.3.19.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/fetchmail/Makefile,v
retrieving revision 1.213
diff -u -u -r1.213 Makefile
--- Makefile 25 Oct 2010 07:15:38 -0000 1.213
+++ Makefile 10 Dec 2010 17:07:37 -0000
@@ -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 @@
SUB_FILES= pkg-message
PATCH_STRIP= -p1
-USE_BZIP2= yes
+USE_XZ= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/fetchmail/distinfo,v
retrieving revision 1.138
diff -u -u -r1.138 distinfo
--- distinfo 14 Nov 2010 15:44:43 -0000 1.138
+++ distinfo 10 Dec 2010 17:10:06 -0000
@@ -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
Index: files/patch-de5f30df
===================================================================
RCS file: files/patch-de5f30df
diff -N files/patch-de5f30df
--- files/patch-de5f30df 14 Nov 2010 15:44:43 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,28 +0,0 @@
-From de5f30df51d15f62717ababcdde98689b2203730 Mon Sep 17 00:00:00 2001
-From: Matthias Andree <matthias.andree at 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
-
--- fetchmail-6.3.19.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list