pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/isync Update mail/isync to 1.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c48cb8e3aa2
branches:  trunk
changeset: 524080:0c48cb8e3aa2
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Thu Jan 18 10:27:11 2007 +0000

description:
Update mail/isync to 1.0.3

2006-11-01 08:19  Oswald Buddenhagen <ossi%users.sf.net@localhost>
        * 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@localhost>
        * src/drv_imap.c:
        - move assigning default port to the place of use

diffstat:

 mail/isync/Makefile         |   4 ++--
 mail/isync/distinfo         |   9 ++++-----
 mail/isync/patches/patch-ae |  12 ------------
 3 files changed, 6 insertions(+), 19 deletions(-)

diffs (47 lines):

diff -r 16fadbbdb878 -r 0c48cb8e3aa2 mail/isync/Makefile
--- a/mail/isync/Makefile       Thu Jan 18 10:24:45 2007 +0000
+++ b/mail/isync/Makefile       Thu Jan 18 10:27:11 2007 +0000
@@ -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 -r 16fadbbdb878 -r 0c48cb8e3aa2 mail/isync/distinfo
--- a/mail/isync/distinfo       Thu Jan 18 10:24:45 2007 +0000
+++ b/mail/isync/distinfo       Thu Jan 18 10:27:11 2007 +0000
@@ -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 -r 16fadbbdb878 -r 0c48cb8e3aa2 mail/isync/patches/patch-ae
--- a/mail/isync/patches/patch-ae       Thu Jan 18 10:24:45 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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]))
- 



Home | Main Index | Thread Index | Old Index