Saturday, August 24, 2019

[update] OfflineIMAP v7.3.0

Hi,

The OfflineIMAP project released version 7.3.0 a few days ago. The main
changes are:
- Because the imalib2 project is discontinued OfflineIMAP started maintaining
its own version.
- Support for Happy Eyeballs was added (RFC 6555)

Changelog:
http://www.offlineimap.org/doc/Changelog.html#offlineimap-v730-2019-08-19

OK?

Remi


Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/offlineimap/Makefile,v
retrieving revision 1.55
diff -u -p -r1.55 Makefile
--- Makefile 12 Jul 2019 20:47:31 -0000 1.55
+++ Makefile 24 Aug 2019 20:29:37 -0000
@@ -2,7 +2,7 @@

COMMENT= powerful IMAP/Maildir synchronization and reader support

-MODPY_EGG_VERSION = 7.2.4
+MODPY_EGG_VERSION = 7.3.0
DISTNAME = offlineimap-v${MODPY_EGG_VERSION}
PKGNAME = offlineimap-${MODPY_EGG_VERSION}

@@ -20,9 +20,11 @@ NO_TEST= Yes
MODULES= lang/python

BUILD_DEPENDS= textproc/asciidoc \
+ devel/py-rfc6555 \
devel/py-six

-RUN_DEPENDS= devel/py-six
+RUN_DEPENDS= devel/py-rfc6555 \
+ devel/py-six

MASTER_SITES= http://www.offlineimap.org/uploads/

Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/offlineimap/distinfo,v
retrieving revision 1.41
diff -u -p -r1.41 distinfo
--- distinfo 18 Jun 2019 20:32:37 -0000 1.41
+++ distinfo 20 Aug 2019 07:07:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (offlineimap-v7.2.4.tar.gz) = bO2R4Mlcsy2GbWe7FdTsV1uvVL765PUT3P7E84ivNzQ=
-SIZE (offlineimap-v7.2.4.tar.gz) = 737300
+SHA256 (offlineimap-v7.3.0.tar.gz) = MKX+O9UkiW6u/pzTojQa2gUuzEnjN9dQ9Rla+YUjO28=
+SIZE (offlineimap-v7.3.0.tar.gz) = 739413

No comments:

Post a Comment