Summary: | Upgrade mail/davmail to 4.0.0-2016 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Doug Barton <dougb> | ||||||
Component: | Individual Port(s) | Assignee: | Doug Barton <dougb> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | john.c.prather | ||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Doug Barton
2012-09-19 02:50:12 UTC
Maintainer of mail/davmail, Please note that PR ports/171763 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171763 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Another update. -- I am only one, but I am one. I cannot do everything, but I can do something. And I will not let what I cannot do interfere with what I can do. -- Edward Everett Hale, (1822 - 1909) Sorry for the wait! I see that Doug has kindly bumped the PR with a second patch which takes it to revision 2042. Please proceed with the latter patch to update mail/davmail to 4.0.0 revision 2042. Thanks!!! -john Typo correction: Please use latter patch, updating mail/davmail to 4.1.0 revision 2042. Author: dougb Date: Thu Oct 4 22:04:32 2012 New Revision: 305284 URL: http://svn.freebsd.org/changeset/ports/305284 Log: 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 Modified: head/mail/davmail/Makefile head/mail/davmail/distinfo Modified: head/mail/davmail/Makefile ============================================================================== --- head/mail/davmail/Makefile Thu Oct 4 21:43:27 2012 (r305283) +++ head/mail/davmail/Makefile Thu Oct 4 22:04:32 2012 (r305284) @@ -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} Modified: head/mail/davmail/distinfo ============================================================================== --- head/mail/davmail/distinfo Thu Oct 4 21:43:27 2012 (r305283) +++ head/mail/davmail/distinfo Thu Oct 4 22:04:32 2012 (r305284) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Responsible Changed From-To: freebsd-ports-bugs->dougb I submitted the PR, and committed the change. |