1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to version 0.9.1

PR:		55628
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-08-16 16:32:44 +00:00
parent aa90e3df9a
commit f6385c78d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87072
4 changed files with 12 additions and 17 deletions

View File

@ -5,22 +5,25 @@
# $FreeBSD$
PORTNAME= isync
PORTVERSION= 0.8
PORTREVISION= 1
PORTVERSION= 0.9.1
CATEGORIES= mail
MASTER_SITES= http://www.cs.hmc.edu/~me/isync/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
MAINTAINER= ports@FreeBSD.org
COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
GNU_CONFIGURE= yes
USE_GETOPT_LONG= yes
USE_OPENSSL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3" \
LIBS="-L${LOCALBASE}/lib" \
LDFLAGS="-ldb3"
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= isync.1
CPPFLAGS= -I${LOCALBASE}/include/db3 -I${OPENSSLINC}
LDFLAGS= -L${LOCALBASE}/lib -ldb3 -L${OPENSSLLIB} -lssl -lcrypto
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (isync-0.8.tar.gz) = a932d0f349f7224192f0cabf06642cfb
MD5 (isync-0.9.1.tar.gz) = d3e0dc500c9d20cea3fd1245451e14fd

View File

@ -1,8 +0,0 @@
--- config.c.orig Mon Apr 1 19:20:55 2002
+++ config.c Mon Apr 1 19:21:06 2002
@@ -327,5 +327,4 @@
free (global.user);
free (global.maildir);
free (global.host);
- free (global.pass);
}

View File

@ -3,4 +3,4 @@ mailbox with a remote IMAP4 mailbox, suitable for use in IMAP-disconnected
mode. Multiple copies of the remote IMAP4 mailbox can be maintained, and all
flags are synchronized. TLS/SSL is supported via imaps: or STARTTLS.
WWW: http://www.cs.hmc.edu/~me/isync/
WWW: http://isync.sourceforge.net/