Date: Sun, 17 Aug 2003 01:02:47 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55628: Update port: mail/isync to 0.9.1 Message-ID: <20030817010247.5141d51c.tkato@prontomail.com> Resent-Message-ID: <200308161610.h7GGAIFI097033@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55628 >Category: ports >Synopsis: Update port: mail/isync to 0.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 16 09:10:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.9.1 Remove file: files/patch-config.c >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/isync/Makefile mail/isync/Makefile --- /usr/ports/mail/isync/Makefile Tue Aug 12 01:49:05 2003 +++ mail/isync/Makefile Sat Aug 16 20:28:36 2003 @@ -5,22 +5,25 @@ # $FreeBSD: ports/mail/isync/Makefile,v 1.8 2003/08/11 15:04:43 eivind Exp $ 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> diff -urN /usr/ports/mail/isync/distinfo mail/isync/distinfo --- /usr/ports/mail/isync/distinfo Sat Apr 13 22:58:57 2002 +++ mail/isync/distinfo Sat Aug 16 20:22:23 2003 @@ -1 +1 @@ -MD5 (isync-0.8.tar.gz) = a932d0f349f7224192f0cabf06642cfb +MD5 (isync-0.9.1.tar.gz) = d3e0dc500c9d20cea3fd1245451e14fd diff -urN /usr/ports/mail/isync/files/patch-config.c mail/isync/files/patch-config.c --- /usr/ports/mail/isync/files/patch-config.c Sat Apr 13 22:58:57 2002 +++ mail/isync/files/patch-config.c Thu Jan 1 09:00:00 1970 @@ -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); - } diff -urN /usr/ports/mail/isync/pkg-descr mail/isync/pkg-descr --- /usr/ports/mail/isync/pkg-descr Sat Apr 13 22:58:57 2002 +++ mail/isync/pkg-descr Sat Aug 16 20:20:27 2003 @@ -3,4 +3,4 @@ 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/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030817010247.5141d51c.tkato>