Update to 6.5.3

Diff sent by Bjorn Ketelaars a long time ago.

ok ajacoutot@
This commit is contained in:
pea 2012-05-13 11:56:35 +00:00
parent cafd23d129
commit 681a6c2ce0
4 changed files with 21 additions and 33 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.23 2011/10/10 13:31:43 mpi Exp $
# $OpenBSD: Makefile,v 1.24 2012/05/13 11:56:35 pea Exp $
COMMENT= powerful IMAP/Maildir synchronization and reader support
MODPY_EGG_VERSION= 6.3.4
DISTNAME= offlineimap_${MODPY_EGG_VERSION}.orig
MODPY_EGG_VERSION= 6.5.3
DISTNAME= offlineimap-${MODPY_EGG_VERSION}
CATEGORIES= mail
PKGNAME= offlineimap-${MODPY_EGG_VERSION}
HOMEPAGE= http://offlineimap.org/
@ -17,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://github.com/nicolas33/offlineimap/tarball/v${MODPY_EGG_VERSION}/
MASTER_SITES= https://github.com/spaetz/offlineimap/tarball/v${MODPY_EGG_VERSION}/
NO_REGRESS= Yes
@ -25,7 +24,7 @@ MODULES= lang/python
BUILD_DEPENDS= textproc/py-docutils
WRKDIST= ${WRKDIR}/nicolas33-offlineimap-94450e9
WRKDIST= ${WRKDIR}/spaetz-offlineimap-f2fe807
EXAMPLESDIR= ${PREFIX}/share/examples/offlineimap

View File

@ -1,5 +1,5 @@
MD5 (offlineimap_6.3.4.orig.tar.gz) = hMQgiP/McJJHP+924XwIKw==
RMD160 (offlineimap_6.3.4.orig.tar.gz) = HlmyU19qYGvP+CtlPMjpF40fZss=
SHA1 (offlineimap_6.3.4.orig.tar.gz) = K6PRFFo+NtDoG6DupzvUxbSGMeY=
SHA256 (offlineimap_6.3.4.orig.tar.gz) = oqxppYYFM46XFljpMOCV5MJhE4ODepN4uIwHSc03QzM=
SIZE (offlineimap_6.3.4.orig.tar.gz) = 137313
MD5 (offlineimap-6.5.3.tar.gz) = uoRbkWv88/ReetQmvOaWAg==
RMD160 (offlineimap-6.5.3.tar.gz) = OE8LkouKi0eRRaMs1q2x96lA9ak=
SHA1 (offlineimap-6.5.3.tar.gz) = 90L8Dihpis2qyPI88AXknGaho1I=
SHA256 (offlineimap-6.5.3.tar.gz) = hxelbmJEtHuQiyO1mO+zRw10RQ7NiBttNXPYrsSl2zg=
SIZE (offlineimap-6.5.3.tar.gz) = 168333

View File

@ -1,21 +1,12 @@
$OpenBSD: patch-docs_MANUAL_rst,v 1.1 2011/10/10 13:31:43 mpi Exp $
$OpenBSD: patch-docs_MANUAL_rst,v 1.2 2012/05/13 11:56:35 pea Exp $
--- docs/MANUAL.rst.orig Mon Oct 10 10:25:54 2011
+++ docs/MANUAL.rst Mon Oct 10 10:26:53 2011
@@ -380,7 +380,7 @@
default.
Certificate checking
-^^^^^^^^^^^^^^^^^^^^
+--------------------
Unfortunately, by default we will not verify the certificate of an IMAP
TLS/SSL server we connect to, so connecting by SSL is no guarantee
@@ -397,7 +397,7 @@
certificate and CA certificate.
StartTLS
-^^^^^^^^
+--------
If you have not configured your account to connect via SSL anyway,
OfflineImap will still attempt to set up an SSL connection via the
@@ -322,7 +322,7 @@
Folder filtering and nametrans
==============================
-OfflineImap offers flexible (and complex) ways of filtering and transforming folder names. Please see the docs/dev-docs-src/folderfilters.rst document about details how to use folder filters and name transformations. The documentation will be autogenerated by a "make dev-doc" in the docs directory. It is also viewable at :ref:`folder_filtering_and_name_translation`.
+OfflineImap offers flexible (and complex) ways of filtering and transforming folder names. Please see the docs/dev-docs-src/folderfilters.rst document about details how to use folder filters and name transformations. The documentation will be autogenerated by a "make dev-doc" in the docs directory. It is also viewable at `folder_filtering_and_name_translation`.
KNOWN BUGS
==========

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2011/10/10 13:31:43 mpi Exp $
@comment $OpenBSD: PLIST,v 1.11 2012/05/13 11:56:35 pea Exp $
bin/offlineimap
lib/python${MODPY_VERSION}/site-packages/offlineimap/
lib/python${MODPY_VERSION}/site-packages/offlineimap-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
@ -59,8 +59,6 @@ lib/python${MODPY_VERSION}/site-packages/offlineimap/syncmaster.pyc
lib/python${MODPY_VERSION}/site-packages/offlineimap/threadutil.py
lib/python${MODPY_VERSION}/site-packages/offlineimap/threadutil.pyc
lib/python${MODPY_VERSION}/site-packages/offlineimap/ui/
lib/python${MODPY_VERSION}/site-packages/offlineimap/ui/Blinkenlights.py
lib/python${MODPY_VERSION}/site-packages/offlineimap/ui/Blinkenlights.pyc
lib/python${MODPY_VERSION}/site-packages/offlineimap/ui/Curses.py
lib/python${MODPY_VERSION}/site-packages/offlineimap/ui/Curses.pyc
lib/python${MODPY_VERSION}/site-packages/offlineimap/ui/Machine.py