Date: Tue, 15 Mar 2011 10:32:10 -0500 From: Mark Felder <feld@feld.me> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ports@christianserving.org Subject: ports/155578: [PATCH] mail/imapsync: update to 1.404 Message-ID: <E1PzWEE-000PUx-Pb@nas.feld.me> Resent-Message-ID: <201103151540.p2FFeAmt095235@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 155578 >Category: ports >Synopsis: [PATCH] mail/imapsync: update to 1.404 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 15 15:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD nas.feld.me 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Thu Feb 17 13:03:46 CST 2011 >Description: - Update to 1.404 - Removed linux-france.org mirror which no longer has up to date versions. - Added fedorahosted.org mirror New features since previous releases 1.383 and 1.398: Fixed the not enough memory issue with big messages by using perl module Mail-IMAPClient 3.27 (thanks to Phil Pearl Lobbes) New option --useuid to speed up or deal with problems using headers (--delete2 doesn't work yet with --useuid). Better performance of --usecache with MS Exchange New option --usecache to speedup transfers when using multiple runs. Port maintainer (ports@christianserving.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- imapsync-1.404.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/imapsync.orig/Makefile /usr/ports/mail/imapsync/Makefile --- /usr/ports/mail/imapsync.orig/Makefile 2011-03-15 10:23:38.859849644 -0500 +++ /usr/ports/mail/imapsync/Makefile 2011-03-15 10:24:39.666011834 -0500 @@ -6,9 +6,9 @@ # PORTNAME= imapsync -PORTVERSION= 1.366 +PORTVERSION= 1.404 CATEGORIES= mail perl5 -MASTER_SITES= ftp://www.linux-france.org/pub/prj/${PORTNAME}/ \ +MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://christianserving.org/ports/mail/${PORTNAME}/ EXTRACT_SUFX= .tgz diff -ruN --exclude=CVS /usr/ports/mail/imapsync.orig/distinfo /usr/ports/mail/imapsync/distinfo --- /usr/ports/mail/imapsync.orig/distinfo 2011-03-15 10:23:38.851850139 -0500 +++ /usr/ports/mail/imapsync/distinfo 2011-03-15 10:24:45.633837715 -0500 @@ -1,3 +1,2 @@ -MD5 (imapsync-1.366.tgz) = 56641586a58d0361bf8decac026565f0 -SHA256 (imapsync-1.366.tgz) = d7f78a4a072c9ba0ad0e6007aef0078a6f570d4573a0020aeef00b4699d1ec12 -SIZE (imapsync-1.366.tgz) = 894408 +SHA256 (imapsync-1.404.tgz) = 51836439ca25ce390ddeeaf9293734c6b01708a36763451ef46be68c53a05285 +SIZE (imapsync-1.404.tgz) = 6961989 --- imapsync-1.404.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1PzWEE-000PUx-Pb>