Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 22:38:00 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316398 - head/mail/fetchmail
Message-ID:  <201304232238.r3NMc0LI028345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Apr 23 22:37:59 2013
New Revision: 316398
URL: http://svnweb.freebsd.org/changeset/ports/316398

Log:
  Upgrade to new version 6.3.26.
  
  This fixes one data loss bug that causes the last line of a message to
  be lost if it is unterminated (i. e. no LF character) and if the
  "mimedecode" option is enabled (which defaults to "off").
  
  PR:		ports/178092
  Approved by:	Corey Halpin (maintainer)

Modified:
  head/mail/fetchmail/Makefile
  head/mail/fetchmail/distinfo

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Tue Apr 23 22:31:27 2013	(r316397)
+++ head/mail/fetchmail/Makefile	Tue Apr 23 22:37:59 2013	(r316398)
@@ -8,7 +8,7 @@
 # want fetchmailconf to work, define the X11 option.
 
 PORTNAME=	fetchmail
-PORTVERSION=	6.3.25
+PORTVERSION=	6.3.26
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF/${PORTNAME}/branch_6.3/ \
 		http://mandree.home.pages.de/${PORTNAME}/

Modified: head/mail/fetchmail/distinfo
==============================================================================
--- head/mail/fetchmail/distinfo	Tue Apr 23 22:31:27 2013	(r316397)
+++ head/mail/fetchmail/distinfo	Tue Apr 23 22:37:59 2013	(r316398)
@@ -1,2 +1,2 @@
-SHA256 (fetchmail-6.3.25.tar.xz) = ef1cfdf77b46c34e32a5957c7fa683969e3bf775731ec0dee6595630b290f149
-SIZE (fetchmail-6.3.25.tar.xz) = 1285360
+SHA256 (fetchmail-6.3.26.tar.xz) = 79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
+SIZE (fetchmail-6.3.26.tar.xz) = 1283816



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304232238.r3NMc0LI028345>