summaryrefslogtreecommitdiff
path: root/mail/isync
diff options
context:
space:
mode:
authortonio <tonio>2007-01-18 10:27:11 +0000
committertonio <tonio>2007-01-18 10:27:11 +0000
commit4d5146318bd6566e84fd241ac49399bfea8f8f34 (patch)
treee90edb41ce483ef963316f687eaffd1331ce9068 /mail/isync
parent524fee90ed56a3a038dfebaf6b62fd980348fe04 (diff)
downloadpkgsrc-4d5146318bd6566e84fd241ac49399bfea8f8f34.tar.gz
Update mail/isync to 1.0.3
2006-11-01 08:19 Oswald Buddenhagen <ossi@users.sf.net> * src/: drv_imap.c, mbsync.1: - un-document "Host imaps:[...]" syntax and introduce new option UseIMAPS instead - apply ted's patch to support UseIMAPS in conjunction with Tunnel - document that SSLv2 is No Good (TM) 2006-11-01 08:14 Oswald Buddenhagen <ossi@users.sf.net> * src/drv_imap.c: - move assigning default port to the place of use
Diffstat (limited to 'mail/isync')
-rw-r--r--mail/isync/Makefile4
-rw-r--r--mail/isync/distinfo9
-rw-r--r--mail/isync/patches/patch-ae12
3 files changed, 6 insertions, 19 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 78646b394c7..d7c1f52b74c 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/03/07 20:20:26 tonio Exp $
+# $NetBSD: Makefile,v 1.19 2007/01/18 10:27:11 tonio Exp $
#
-DISTNAME= isync-1.0.2
+DISTNAME= isync-1.0.3
CATEGORIES= mail net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}
diff --git a/mail/isync/distinfo b/mail/isync/distinfo
index 5ef01fe8d6f..fff0aa2d422 100644
--- a/mail/isync/distinfo
+++ b/mail/isync/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.6 2006/03/07 20:20:26 tonio Exp $
+$NetBSD: distinfo,v 1.7 2007/01/18 10:27:11 tonio Exp $
-SHA1 (isync-1.0.2.tar.gz) = 93dbfb0290c8c73137d2b2e9880de43f9f268e69
-RMD160 (isync-1.0.2.tar.gz) = 66161696761a8ab41431748ec7b442035c1d97c8
-Size (isync-1.0.2.tar.gz) = 166143 bytes
+SHA1 (isync-1.0.3.tar.gz) = 21500bb486ea0b8e9eae680f835a5a58ffe6a0d3
+RMD160 (isync-1.0.3.tar.gz) = c1ed6e3691eebbe97a57247102afb6794556bdb2
+Size (isync-1.0.3.tar.gz) = 169840 bytes
SHA1 (patch-aa) = 5ac207f7d7b634673e60ce34cc9a921846d205da
SHA1 (patch-ab) = bee5b091f89a670b584b73ef58774ae992bb6637
SHA1 (patch-ac) = d06d1444f66eaeab1fdf22e1aa2f1b9184abccfa
SHA1 (patch-ad) = c4a86de19b3004752dc51da9453b702945fe6578
-SHA1 (patch-ae) = ad8ced1548ecd3eb224a2a81dffd5e0f1caaac87
diff --git a/mail/isync/patches/patch-ae b/mail/isync/patches/patch-ae
deleted file mode 100644
index 7e6c4f7b418..00000000000
--- a/mail/isync/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2005/04/24 09:31:54 adrianp Exp $
-
---- src/isync.h.orig 2005-04-24 09:54:50.000000000 +0100
-+++ src/isync.h
-@@ -28,6 +28,7 @@
- #include <sys/types.h>
- #include <stdarg.h>
- #include <stdio.h>
-+#include <stdarg.h>
-
- #define as(ar) (sizeof(ar)/sizeof(ar[0]))
-