From owner-svn-ports-head@FreeBSD.ORG Tue Apr 23 22:38:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8D97D4F1; Tue, 23 Apr 2013 22:38:00 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7F42612F8; Tue, 23 Apr 2013 22:38:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3NMc0pB028348; Tue, 23 Apr 2013 22:38:00 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3NMc0LI028345; Tue, 23 Apr 2013 22:38:00 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201304232238.r3NMc0LI028345@svn.freebsd.org> From: Matthias Andree Date: Tue, 23 Apr 2013 22:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316398 - head/mail/fetchmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 22:38:00 -0000 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