From owner-svn-ports-head@freebsd.org Fri Jul 31 20:58:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 949729B06CC; Fri, 31 Jul 2015 20:58:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3926E8; Fri, 31 Jul 2015 20:58:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6VKwCSl023300; Fri, 31 Jul 2015 20:58:12 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6VKw87G023289; Fri, 31 Jul 2015 20:58:08 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201507312058.t6VKw87G023289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 31 Jul 2015 20:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393374 - in head/mail: . claws-mail claws-mail-archiver claws-mail-fetchinfo claws-mail-gdata claws-mail-managesieve claws-mail-pdf_viewer 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 20:58:12 -0000 Author: pawel Date: Fri Jul 31 20:58:07 2015 New Revision: 393374 URL: https://svnweb.freebsd.org/changeset/ports/393374 Log: - Update Claws Mail & plugins to version 3.12.0 - Fetch distfile from project site, SF distribution is postponed till situation with site is clear - Include configure patch that prevents linking all binaries to libarchive [1] - Switch archiver plugin to USES=libarchive [1] - Add new Manage Sieve plugin which allows manipulation of IMAP filters - Mark gdata plugin as IGNOREd, needs newer version of devel/libgdata library, which is not in ports yet Release notes: http://claws-mail.org/news.php PR: 201949 [1] Submitted by: tijl [1] Added: head/mail/claws-mail-managesieve/ head/mail/claws-mail-managesieve/Makefile (contents, props changed) head/mail/claws-mail-managesieve/pkg-descr (contents, props changed) Modified: head/mail/Makefile head/mail/claws-mail-archiver/Makefile head/mail/claws-mail-fetchinfo/pkg-descr head/mail/claws-mail-gdata/Makefile head/mail/claws-mail-pdf_viewer/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/Makefile ============================================================================== --- head/mail/Makefile Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/Makefile Fri Jul 31 20:58:07 2015 (r393374) @@ -56,6 +56,7 @@ SUBDIR += claws-mail-gdata SUBDIR += claws-mail-libravatar SUBDIR += claws-mail-mailmbox + SUBDIR += claws-mail-managesieve SUBDIR += claws-mail-newmail SUBDIR += claws-mail-notification SUBDIR += claws-mail-pdf_viewer Modified: head/mail/claws-mail-archiver/Makefile ============================================================================== --- head/mail/claws-mail-archiver/Makefile Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/claws-mail-archiver/Makefile Fri Jul 31 20:58:07 2015 (r393374) @@ -6,6 +6,8 @@ PORTREVISION= 0 COMMENT= Mail archiver plugin for Claws Mail +USES= libarchive + CLAWS_PLUGINS_BUILD= archive .include "../claws-mail/Makefile.claws" Modified: head/mail/claws-mail-fetchinfo/pkg-descr ============================================================================== --- head/mail/claws-mail-fetchinfo/pkg-descr Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/claws-mail-fetchinfo/pkg-descr Fri Jul 31 20:58:07 2015 (r393374) @@ -1,4 +1,4 @@ This plugin inserts headers containing some download information: UIDL, -Sylpheeds account name, POP server, user ID and retrieval time. +Claws Mail's account name, POP server, user ID and retrieval time. WWW: http://www.claws-mail.org/plugins.php Modified: head/mail/claws-mail-gdata/Makefile ============================================================================== --- head/mail/claws-mail-gdata/Makefile Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/claws-mail-gdata/Makefile Fri Jul 31 20:58:07 2015 (r393374) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdata -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Plugin providing Google Contacts in the Tab-address completion @@ -10,5 +10,7 @@ LIB_DEPENDS= libgdata.so:${PORTSDIR}/dev CLAWS_PLUGINS_BUILD= gdata +IGNORE= Needs newer libgdata not available in ports yet + .include "../claws-mail/Makefile.claws" .include Added: head/mail/claws-mail-managesieve/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-managesieve/Makefile Fri Jul 31 20:58:07 2015 (r393374) @@ -0,0 +1,12 @@ +# Created by: Pawel Pekala +# $FreeBSD$ + +PORTNAME= managesieve +PORTREVISION= 0 + +COMMENT= Sieve filters manager for Claws Mail + +CLAWS_PLUGINS_BUILD= managesieve + +.include "../claws-mail/Makefile.claws" +.include Added: head/mail/claws-mail-managesieve/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-managesieve/pkg-descr Fri Jul 31 20:58:07 2015 (r393374) @@ -0,0 +1,8 @@ +The Claws Mail ManageSieve plugin provides an interface for managing +Sieve filters. Sieve filters are used for filtering mail on mail servers, +usually with an IMAP account. + +This plugin handles managing Sieve filters, editing them, and checking +their syntax. + +WWW: http://www.claws-mail.org/plugin.php?plugin=managesieve Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/claws-mail-pdf_viewer/Makefile Fri Jul 31 20:58:07 2015 (r393374) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= PDF and PostScript viewer plugin for Claws Mail Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/claws-mail/Makefile.claws Fri Jul 31 20:58:07 2015 (r393374) @@ -1,8 +1,8 @@ # $FreeBSD$ -PORTVERSION= 3.11.1 +PORTVERSION= 3.12.0 CATEGORIES?= mail -MASTER_SITES= SF/claws-mail/Claws%20Mail/${PORTVERSION} +MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ MAINTAINER= pawel@FreeBSD.org @@ -27,6 +27,7 @@ CLAWS_PLUGINS= acpi_notifier \ geolocation \ libravatar \ mailmbox \ + managesieve \ newmail \ notification \ pdf_viewer \ Modified: head/mail/claws-mail/distinfo ============================================================================== --- head/mail/claws-mail/distinfo Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/claws-mail/distinfo Fri Jul 31 20:58:07 2015 (r393374) @@ -1,2 +1,2 @@ -SHA256 (claws-mail-3.11.1.tar.xz) = d72381b6c9f872638cae2c208925e19bd5d4a9476bb9049742f1ba27c3efd133 -SIZE (claws-mail-3.11.1.tar.xz) = 6908772 +SHA256 (claws-mail-3.12.0.tar.xz) = 272ad6aaa066a4f5e0f26ed151b23b836a65190e6b45c049479b5e7677e4d6ca +SIZE (claws-mail-3.12.0.tar.xz) = 6615768 Modified: head/mail/claws-mail/files/patch-configure ============================================================================== --- head/mail/claws-mail/files/patch-configure Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/claws-mail/files/patch-configure Fri Jul 31 20:58:07 2015 (r393374) @@ -1,6 +1,23 @@ ---- configure.orig 2013-12-14 14:13:44.125318907 +0100 -+++ configure 2013-12-14 14:15:18.705347095 +0100 -@@ -21459,7 +21459,6 @@ +--- configure.orig 2015-07-19 11:19:39 UTC ++++ configure +@@ -20652,7 +20652,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" + fi + + +- ++OLDLIBS=$LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_read_new in -larchive" >&5 + $as_echo_n "checking for archive_read_new in -larchive... " >&6; } + if ${ac_cv_lib_archive_archive_read_new+:} false; then : +@@ -20697,6 +20697,7 @@ else + HAVE_ARCHIVE=no + + fi ++LIBS=$OLDLIBS + + + +@@ -21553,7 +21554,6 @@ $as_echo "$as_me: WARNING: python-config if test x"$platform_win32" = xno; then # libpython.so PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so" Modified: head/mail/claws-mail/pkg-plist ============================================================================== --- head/mail/claws-mail/pkg-plist Fri Jul 31 19:58:53 2015 (r393373) +++ head/mail/claws-mail/pkg-plist Fri Jul 31 20:58:07 2015 (r393374) @@ -28,7 +28,6 @@ include/claws-mail/avatars.h include/claws-mail/browseldap.h include/claws-mail/claws-features.h include/claws-mail/codeconv.h -include/claws-mail/common/base64.h include/claws-mail/common/claws.h include/claws-mail/common/defs.h include/claws-mail/common/hooks.h @@ -315,17 +314,10 @@ share/icons/hicolor/64x64/apps/claws-mai %%NLS%%share/locale/he/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/hu/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/id_ID/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/it/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/ja/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/lt/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/nb/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/pl/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/pt_PT/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/ru/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sv/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/uk/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/claws-mail.mo