diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-04-23 22:37:59 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-04-23 22:37:59 +0000 |
commit | 92d82be9be54a9196f4ed417438cfa5f05520857 (patch) | |
tree | acdba1e82153689220f3c96bb55a3181654433d4 /mail/fetchmail/Makefile | |
parent | 764b40497b16916902d44a45cb480b05e10f2a9e (diff) | |
download | ports-92d82be9be54a9196f4ed417438cfa5f05520857.tar.gz ports-92d82be9be54a9196f4ed417438cfa5f05520857.zip |
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)
Notes
Notes:
svn path=/head/; revision=316398
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index ef3f26196455..99966aff06b2 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -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}/ |