From owner-freebsd-ports Fri Sep 6 14:40:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCC937B406 for ; Fri, 6 Sep 2002 14:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5506D43E72 for ; Fri, 6 Sep 2002 14:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86Le3JU038976 for ; Fri, 6 Sep 2002 14:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Le3jN038975; Fri, 6 Sep 2002 14:40:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC0C737B400 for ; Fri, 6 Sep 2002 14:32:29 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B7443E3B for ; Fri, 6 Sep 2002 14:32:29 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g86LWTOT006631 for ; Fri, 6 Sep 2002 14:32:29 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g86LWT0C006630; Fri, 6 Sep 2002 14:32:29 -0700 (PDT) Message-Id: <200209062132.g86LWT0C006630@www.freebsd.org> Date: Fri, 6 Sep 2002 14:32:29 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42489: Update port: mail/libetpan to 0.26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42489 >Category: ports >Synopsis: Update port: mail/libetpan to 0.26 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 06 14:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.26 >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/libetpan/Makefile mail/libetpan/Makefile --- /usr/ports/mail/libetpan/Makefile Mon Sep 2 18:09:19 2002 +++ mail/libetpan/Makefile Mon Sep 2 19:28:29 2002 @@ -7,20 +7,20 @@ # PORTNAME= libetpan -PORTVERSION= 0.25 -PORTREVISION= 1 +PORTVERSION= 0.26 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + db3.3:${PORTSDIR}/databases/db3 USE_OPENSSL= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3 -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -ldb3" INSTALLS_SHLIB= yes .include diff -urN /usr/ports/mail/libetpan/distinfo mail/libetpan/distinfo --- /usr/ports/mail/libetpan/distinfo Thu Jun 27 17:41:04 2002 +++ mail/libetpan/distinfo Mon Sep 2 19:05:06 2002 @@ -1 +1 @@ -MD5 (libetpan-0.25.tar.gz) = 2b0933e353f49f41bf1d6adfc74ba2ff +MD5 (libetpan-0.26.tar.gz) = 6da7ee96deeae0eb10d5ead86c1223ee diff -urN /usr/ports/mail/libetpan/pkg-plist mail/libetpan/pkg-plist --- /usr/ports/mail/libetpan/pkg-plist Mon Sep 2 18:09:19 2002 +++ mail/libetpan/pkg-plist Mon Sep 2 19:59:59 2002 @@ -4,6 +4,7 @@ include/libetpan/chash.h include/libetpan/cinthash.h include/libetpan/clist.h +include/libetpan/generic_cache.h include/libetpan/imapdriver.h include/libetpan/imapdriver_cached.h include/libetpan/mail.h @@ -21,6 +22,8 @@ include/libetpan/mailimf_write.h include/libetpan/mailmbox.h include/libetpan/mailmbox_types.h +include/libetpan/mailmessage.h +include/libetpan/mailmessage_types.h include/libetpan/mailmh.h include/libetpan/mailmime.h include/libetpan/mailmime_content.h @@ -39,6 +42,7 @@ include/libetpan/mailsmtp_socket.h include/libetpan/mailsmtp_ssl.h include/libetpan/mailsmtp_types.h +include/libetpan/mailstorage.h include/libetpan/mailstream.h include/libetpan/mailstream_helper.h include/libetpan/mailstream_low.h @@ -46,6 +50,7 @@ include/libetpan/mailstream_ssl.h include/libetpan/mailstream_types.h include/libetpan/mailthread.h +include/libetpan/mailthread_types.h include/libetpan/mboxdriver.h include/libetpan/mboxdriver_cached.h include/libetpan/mhdriver.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message