update to isync 0.8
This commit is contained in:
parent
7b5aa8970c
commit
3de393eba7
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/10/29 19:24:57 danh Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2002/04/24 17:43:34 danh Exp $
|
||||
|
||||
COMMENT= "synchronize IMAP4 and maildir mailboxes"
|
||||
|
||||
DISTNAME= isync-0.5
|
||||
DISTNAME= isync-0.8
|
||||
CATEGORIES= mail
|
||||
NEED_VERSION= 1.364
|
||||
MASTER_SITES= http://www.sigpipe.org:8080/isync/
|
||||
NEED_VERSION= 1.522
|
||||
MASTER_SITES= http://sigpipe.org:8080/isync/ \
|
||||
http://www.cs.hmc.edu/~me/isync/
|
||||
|
||||
HOMEPAGE= http://www.sigpipe.org:8080/isync/
|
||||
HOMEPAGE= http://sigpipe.org:8080/isync/
|
||||
|
||||
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (isync-0.5.tar.gz) = bd618d29822623e0516eca49c8928a18
|
||||
RMD160 (isync-0.5.tar.gz) = eb4fb4af423bd39b8ef909f284e81a2523c9d99f
|
||||
SHA1 (isync-0.5.tar.gz) = 3c1d9ee3be323bad9d37ce8c7bd71f344c4c1ce4
|
||||
MD5 (isync-0.8.tar.gz) = a932d0f349f7224192f0cabf06642cfb
|
||||
RMD160 (isync-0.8.tar.gz) = 67a463ec04675cf42463b2e91fffe8cd8f89d9e5
|
||||
SHA1 (isync-0.8.tar.gz) = d93b2e63f3239ea5ff15a037f957e252f380c3ac
|
||||
|
12
mail/isync/patches/patch-isync_h
Normal file
12
mail/isync/patches/patch-isync_h
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-isync_h,v 1.1 2002/04/24 17:43:34 danh Exp $
|
||||
--- isync.h.orig Wed Apr 24 13:31:44 2002
|
||||
+++ isync.h Wed Apr 24 13:32:49 2002
|
||||
@@ -25,7 +25,7 @@
|
||||
#if HAVE_LIBSSL
|
||||
#include <openssl/ssl.h>
|
||||
#endif
|
||||
-#include <db.h>
|
||||
+#include <ndbm.h>
|
||||
#include "debug.h"
|
||||
|
||||
typedef struct
|
Loading…
Reference in New Issue
Block a user