diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-10-04 22:04:32 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-10-04 22:04:32 +0000 |
commit | f9596ff4390e496eb0506afccfaafa17d139d867 (patch) | |
tree | c8e4f6d58be0cee641ecafbb532c3e0487560917 /mail | |
parent | fae71b84fbe0b19607ef6f9b9fc6fbbb69aa791d (diff) | |
download | ports-f9596ff4390e496eb0506afccfaafa17d139d867.tar.gz ports-f9596ff4390e496eb0506afccfaafa17d139d867.zip |
Upgrade to 4.1.0-2042:
This version features significant enhancements over the 3.x series,
especially for simulated IMAP access. There are also improvements
in the Caldav functionality, and many bug fixes.
See http://sourceforge.net/news/?group_id=184600 for the details of
the 4.0.0 and 4.1.0 upgrades.
PR: ports/171763
Submitted by: me
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=305284
Diffstat (limited to 'mail')
-rw-r--r-- | mail/davmail/Makefile | 9 | ||||
-rw-r--r-- | mail/davmail/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/mail/davmail/Makefile b/mail/davmail/Makefile index 7c3e9a3bc9e2..be713678d7a5 100644 --- a/mail/davmail/Makefile +++ b/mail/davmail/Makefile @@ -1,12 +1,9 @@ -# New ports collection Makefile for: davmail -# Date created: 28 Oct 2010 -# Whom: John Prather +# Created by: John Prather # # $FreeBSD$ -# PORTNAME= davmail -PORTVERSION= 3.9.9 +PORTVERSION= 4.1.0 CATEGORIES= mail java MASTER_SITES= SF/davmail/davmail/${PORTVERSION} DISTNAME= ${PORTNAME}-src-${PORTVERSION}-${REVISION} @@ -23,7 +20,7 @@ USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6+ ALL_TARGET= release -REVISION= 1976 +REVISION= 2042 # port build number, same as on DISTNAME MAKE_ARGS= -Drevision=${REVISION} diff --git a/mail/davmail/distinfo b/mail/davmail/distinfo index 9952ee8ec733..010fcbe12cdc 100644 --- a/mail/davmail/distinfo +++ b/mail/davmail/distinfo @@ -1,2 +1,2 @@ -SHA256 (davmail-src-3.9.9-1976.tgz) = 1f94cdd1b3725d871bc0c5bc08946f8c0bf84c5185f23e5e1e65884d4069f5d2 -SIZE (davmail-src-3.9.9-1976.tgz) = 22143077 +SHA256 (davmail-src-4.1.0-2042.tgz) = eb0bec08e125b891ab6302ac5b86ac9a5e5b58bbd7fa178a00f5380b62cd58c5 +SIZE (davmail-src-4.1.0-2042.tgz) = 22433512 |