summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortonio <tonio>2007-02-16 15:46:21 +0000
committertonio <tonio>2007-02-16 15:46:21 +0000
commit9cdfd3e5cbaf828e412c8c762989d2905aeb18fa (patch)
tree7a5a6aeec55ae9b93aee2893c56f24a97ac73d6d /mail
parentf2f9452b36b1dce2ee45549d646bfe8bed113fb2 (diff)
downloadpkgsrc-9cdfd3e5cbaf828e412c8c762989d2905aeb18fa.tar.gz
Update mail/offlineimap to 4.0.16
Added dependency on python curse libraries, do that it does not fail at runtime Changelog contains many bugfixes, and: * Support IPv6 with SSL. * improve performance with large folders. * new homepage * sync INTERNALDATEs. * Fixed a bug that could cause OfflineIMAP to crash when copying a message from a remote server that didn't have an INTERNALDATE.
Diffstat (limited to 'mail')
-rw-r--r--mail/offlineimap/Makefile13
-rw-r--r--mail/offlineimap/distinfo8
2 files changed, 11 insertions, 10 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile
index 486a1938e3d..797fac10dea 100644
--- a/mail/offlineimap/Makefile
+++ b/mail/offlineimap/Makefile
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.13 2007/01/07 09:13:59 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2007/02/16 15:46:21 tonio Exp $
#
DISTNAME= offlineimap_${_OFFLINEIMAP_VER}
PKGNAME= offlineimap-${_OFFLINEIMAP_VER}
-PKGREVISION= 1
CATEGORIES= mail
-MASTER_SITES= http://gopher.quux.org:70/devel/offlineimap/
+MASTER_SITES= http://software.complete.org/offlineimap/static/download_area/${_OFFLINEIMAP_VER}/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://gopher.quux.org:70/devel/offlineimap/
+HOMEPAGE= http://software.complete.org/offlineimap
COMMENT= Powerful IMAP/Maildir synchronization and reader support
WRKSRC= ${WRKDIR}/offlineimap
# This is only to placate pkglint
-_OFFLINEIMAP_VER= 4.0.6
+_OFFLINEIMAP_VER= 4.0.16
-PYTHON_VERSIONS_ACCEPTED= 22 23
+PYTHON_VERSIONS_ACCEPTED= 22 23 24
PYDISTUTILSPKG= yes
PYTHON_PATCH_SCRIPTS= bin/offlineimap
PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q}
@@ -29,6 +28,8 @@ post-install:
.endfor
${INSTALL_MAN} ${WRKSRC}/offlineimap.1 ${PREFIX}/${PKGMANDIR}/man1/offlineimap.1
+.include "../../devel/py-cursespanel/buildlink3.mk"
+.include "../../devel/py-curses/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/offlineimap/distinfo b/mail/offlineimap/distinfo
index fcc51c91852..9461c3984ad 100644
--- a/mail/offlineimap/distinfo
+++ b/mail/offlineimap/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:59:25 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/02/16 15:46:21 tonio Exp $
-SHA1 (offlineimap_4.0.6.tar.gz) = 9516529267731566f20faf309fae7e17f04a1a46
-RMD160 (offlineimap_4.0.6.tar.gz) = 282d2e9c054e07dda3b28b3a2816f83a9a2992be
-Size (offlineimap_4.0.6.tar.gz) = 449448 bytes
+SHA1 (offlineimap_4.0.16.tar.gz) = fcbd16b1838d3dde328b939de2256b9480216e43
+RMD160 (offlineimap_4.0.16.tar.gz) = 0182994bab7a244c45d59c5cdbd620451c21f29c
+Size (offlineimap_4.0.16.tar.gz) = 174917 bytes