From owner-svn-ports-all@FreeBSD.ORG Sat Dec 14 22:02:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6A532F5; Sat, 14 Dec 2013 22:02:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C201E11E1; Sat, 14 Dec 2013 22:02:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBEM2CXN074663; Sat, 14 Dec 2013 22:02:12 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBEM2ANh074649; Sat, 14 Dec 2013 22:02:10 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312142202.rBEM2ANh074649@svn.freebsd.org> From: Pawel Pekala Date: Sat, 14 Dec 2013 22:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336489 - in head/mail: claws-mail claws-mail-bsfilter claws-mail-notification claws-mail-pgp claws-mail-vcalendar claws-mail-vcalendar/files claws-mail/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2013 22:02:13 -0000 Author: pawel Date: Sat Dec 14 22:02:10 2013 New Revision: 336489 URL: http://svnweb.freebsd.org/changeset/ports/336489 Log: Update to version 3.9.3 New in this release: ~~~~~~~~~~~~~~~~~~~~ * The TAB address completion in the Compose window now matches any part of the address and not just the beginning. * When copying or moving a message, the type-ahead search now matches any part of a folder name and not just the beginning. * It is now possible to replace the current signature in the Compose window by using the '/Message/Replace signature' menu item. * It is now possible to disable the 'Subject is empty' warning dialogue. See the option 'Warn when Subject is empty' option on the '/Configuration/Preferences/Mail handling/Sending' page. * When sending messages, if the hostname cannot be determined, fallback to 'localhost' rather than 'unknown', as the latter is rejected by some servers. * Added better handling of messages from broken mailers, such as yahoo groups. * PDF plugin: the minimum required version of poppler is 0.12.0. * PGP/* plugin: long key IDs are now displayed in the dialogues instead of short IDs. * PGP/* plugin: The automatic signature check is now non-blocking. * Python plugin: can now access accounts, mailboxes, folder properties * vCalendar plugin: webcals:// URLs are now treated as https:// * Translation updates: Brazilian Portuguese, Czech, Dutch, French, German, Hebrew, Slovak, Spanish, and Swedish. * Support for Maemo has been removed. Deleted: head/mail/claws-mail-vcalendar/files/ head/mail/claws-mail/files/patch-combobox_set_popdown_strings Modified: head/mail/claws-mail-bsfilter/Makefile head/mail/claws-mail-notification/Makefile head/mail/claws-mail-pgp/Makefile head/mail/claws-mail-vcalendar/Makefile head/mail/claws-mail/Makefile head/mail/claws-mail/Makefile.claws head/mail/claws-mail/distinfo head/mail/claws-mail/files/patch-configure head/mail/claws-mail/pkg-plist Modified: head/mail/claws-mail-bsfilter/Makefile ============================================================================== --- head/mail/claws-mail-bsfilter/Makefile Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail-bsfilter/Makefile Sat Dec 14 22:02:10 2013 (r336489) @@ -6,6 +6,8 @@ PORTREVISION= 0 COMMENT= Spam filtering, bsfilter based plugin for Claws Mail +RUN_DEPENDS= bsfilter:${PORTSDIR}/mail/bsfilter + CLAWS_PLUGINS_BUILD= bsfilter .include "../claws-mail/Makefile.claws" Modified: head/mail/claws-mail-notification/Makefile ============================================================================== --- head/mail/claws-mail-notification/Makefile Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail-notification/Makefile Sat Dec 14 22:02:10 2013 (r336489) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notification -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= New mail notification plugin for Claws Mail Modified: head/mail/claws-mail-pgp/Makefile ============================================================================== --- head/mail/claws-mail-pgp/Makefile Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail-pgp/Makefile Sat Dec 14 22:02:10 2013 (r336489) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgp -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PGP plugins for Claws Mail Modified: head/mail/claws-mail-vcalendar/Makefile ============================================================================== --- head/mail/claws-mail-vcalendar/Makefile Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail-vcalendar/Makefile Sat Dec 14 22:02:10 2013 (r336489) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= vcalendar -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= vCalendar plugin for Claws Mail -EXTRA_PATCHES= ${FILESDIR}/patch-src__plugins__vcalendar__vcal_meeting_gtk.c - CLAWS_PLUGINS_BUILD= vcalendar .include "../claws-mail/Makefile.claws" Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail/Makefile Sat Dec 14 22:02:10 2013 (r336489) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= claws-mail -PORTREVISION= 1 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client @@ -45,6 +44,7 @@ JPILOT_LIB_DEPENDS= libpisock.so:${PORTS JPILOT_RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot LDAP_CONFIGURE_ENABLE= ldap +LDAP_USE= openldap=yes MANUAL_CONFIGURE_ON= --enable-manual --with-manualdir=${DOCSDIR}/manual MANUAL_CONFIGURE_OFF= --disable-manual @@ -59,11 +59,6 @@ STARTUP_LIB_DEPENDS= libstartup-notifica THEMES_RUN_DEPENDS= ${LOCALBASE}/share/claws-mail/themes/ZX-0_1.1/down_arrow.xpm:${PORTSDIR}/x11-themes/claws-mail-themes .include "Makefile.claws" -.include - -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= yes -.endif post-patch: @${REINPLACE_CMD} -e 's|-lresolv||g; s|-lpisock\"|${ICONV_LIB} &|g' \ Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail/Makefile.claws Sat Dec 14 22:02:10 2013 (r336489) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTVERSION= 3.9.2 +PORTVERSION= 3.9.3 CATEGORIES?= mail MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION} Modified: head/mail/claws-mail/distinfo ============================================================================== --- head/mail/claws-mail/distinfo Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail/distinfo Sat Dec 14 22:02:10 2013 (r336489) @@ -1,2 +1,2 @@ -SHA256 (claws-mail-3.9.2.tar.bz2) = e396cb67e8ecdae926dfcd59da4b3f26a633aabc0f4f00b1f24cb207f3ff2330 -SIZE (claws-mail-3.9.2.tar.bz2) = 9413758 +SHA256 (claws-mail-3.9.3.tar.bz2) = 53aacceab45af6c3ee1f0668956a6e3328d21ac4efcfc0aa8dfd7d7552a62372 +SIZE (claws-mail-3.9.3.tar.bz2) = 9463943 Modified: head/mail/claws-mail/files/patch-configure ============================================================================== --- head/mail/claws-mail/files/patch-configure Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail/files/patch-configure Sat Dec 14 22:02:10 2013 (r336489) @@ -1,11 +1,10 @@ ---- configure.orig 2013-06-12 17:09:02.000000000 +0200 -+++ configure 2013-06-12 17:10:54.000000000 +0200 -@@ -21627,7 +21627,7 @@ - # libpython.so - PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so" - _save_libs="$LIBS" -- LIBS="-ldl" -+ LIBS="$lt_cv_dlopen_libs" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to dlopen $PYTHON_SHARED_LIB works" >&5 +--- configure.orig 2013-12-14 14:13:44.125318907 +0100 ++++ configure 2013-12-14 14:15:18.705347095 +0100 +@@ -21459,7 +21459,6 @@ + if test x"$platform_win32" = xno; then + # libpython.so + PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so" +- LIBS="-ldl" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to dlopen $PYTHON_SHARED_LIB works" >&5 $as_echo_n "checking whether to dlopen $PYTHON_SHARED_LIB works... " >&6; } - if test "$cross_compiling" = yes; then : + if test "$cross_compiling" = yes; then : Modified: head/mail/claws-mail/pkg-plist ============================================================================== --- head/mail/claws-mail/pkg-plist Sat Dec 14 21:27:28 2013 (r336488) +++ head/mail/claws-mail/pkg-plist Sat Dec 14 22:02:10 2013 (r336489) @@ -78,6 +78,7 @@ include/claws-mail/expldifdlg.h include/claws-mail/export.h include/claws-mail/exporthtml.h include/claws-mail/exportldif.h +include/claws-mail/file_checker.h include/claws-mail/filtering.h include/claws-mail/folder.h include/claws-mail/folder_item_prefs.h @@ -171,6 +172,7 @@ include/claws-mail/plugins/claws-mail/gt include/claws-mail/plugins/claws-mail/gtkhotkey/tomboykeybinder.h include/claws-mail/plugins/claws-mail/ical.h include/claws-mail/plugins/pgpcore/passphrase.h +include/claws-mail/plugins/pgpcore/pgp_utils.h include/claws-mail/plugins/pgpcore/pgp_viewer.h include/claws-mail/plugins/pgpcore/prefs_gpg.h include/claws-mail/plugins/pgpcore/select-keys.h