From owner-svn-ports-head@FreeBSD.ORG Wed Nov 7 06:24:50 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7313D986; Wed, 7 Nov 2012 06:24:50 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 57A6F8FC0C; Wed, 7 Nov 2012 06:24:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA76Oo9U064133; Wed, 7 Nov 2012 06:24:50 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA76OolO064131; Wed, 7 Nov 2012 06:24:50 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201211070624.qA76OolO064131@svn.freebsd.org> From: Eygene Ryabinkin Date: Wed, 7 Nov 2012 06:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307115 - in head/mail/mu: . 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.14 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: Wed, 07 Nov 2012 06:24:50 -0000 Author: rea Date: Wed Nov 7 06:24:50 2012 New Revision: 307115 URL: http://svnweb.freebsd.org/changeset/ports/307115 Log: mail/mu: upgrade to 0.9.9 Changelog entries since 0.9.8.1: - remove --summary (use --summary-len instead) - add --after for mu find, to limit to messages after T - add new command `mu verify', to verify signatures - fix iso-2022-jp decoding (and other 7-bit clean non-ascii) - add support for X-keywords - performance improvements for threaded display (~ 25% for 23K msgs) - mu improved user-help (and the 'mu help' command) - toys/mug2 replaces toys/mug - support .noupdate files (parallel to .noindex, dir is ignored unless we're doing a --rebuild). - append all inline text parts, when getting the text body - respect custom maildir flags - correctly handle the case where g_utf8_strdown (str) > len (str) - make gtk, guile, webkit dependency optional, even if they are installed - fix for opening files with non-ascii names - much improved support for searching non-Latin (Cyrillic etc.) languages we can now match 'Тесла' or 'Аркона' without problems - smarter escaping (fixes issues with finding message ids) - fixes for queries with brackets - allow --summary-len for the length of message summaries - numerous other small fixes - much improved searching for GMail folders (i.e. maildir:/ matching); this requires a 'mu index --rebuild' - correctly handle utf-8 messages, even if they don't specify this explicitly - fix compiler warnings for newer/older gcc and clang/clang++ - fix unit tests (and some code) for Ubuntu 10.04 and FreeBSD9 - fix warnings for compilation with GTK+ 3.2 and recent glib (g_set_error) - fix mu_msg_move_to_maildir for top-level messages - fix in maildir scanning - plug some memleaks - fix output for some non-UTF8 locales - open ('play') file names with spaces - don't show unnecessary errors for --format=links - make build warning-free for clang/clang++ - allow for slightly older autotools - fix unit tests for some hidden assumptions (locale, dir structure etc.) - some documentation updates / clarifications Feature safe: yes Deleted: head/mail/mu/files/patch-mu-cmd-find.c Modified: head/mail/mu/Makefile head/mail/mu/distinfo Modified: head/mail/mu/Makefile ============================================================================== --- head/mail/mu/Makefile Wed Nov 7 02:48:57 2012 (r307114) +++ head/mail/mu/Makefile Wed Nov 7 06:24:50 2012 (r307115) @@ -6,8 +6,7 @@ # PORTNAME= mu -PORTVERSION= 0.9.8.1 -PORTREVISION= 1 +PORTVERSION= 0.9.9 CATEGORIES= mail MASTER_SITES= http://mu0.googlecode.com/files/ @@ -34,7 +33,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-gui=none do-install: - cd ${WRKSRC}/src && ${INSTALL_PROGRAM} mu ${PREFIX}/bin + cd ${WRKSRC}/mu && ${INSTALL_PROGRAM} mu ${PREFIX}/bin cd ${FILESDIR} && ${INSTALL_SCRIPT} mu-ask ${PREFIX}/bin cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5 Modified: head/mail/mu/distinfo ============================================================================== --- head/mail/mu/distinfo Wed Nov 7 02:48:57 2012 (r307114) +++ head/mail/mu/distinfo Wed Nov 7 06:24:50 2012 (r307115) @@ -1,2 +1,2 @@ -SHA256 (mu-0.9.8.1.tar.gz) = 03423eb633e50ce589212001123dd12c8b09484f68ab1e33f5a8d2e203ea7963 -SIZE (mu-0.9.8.1.tar.gz) = 1004294 +SHA256 (mu-0.9.9.tar.gz) = 83f8e2814ba1a89a3153ab3dcd21105cc62e1386c176c5312ccb6bae0af02013 +SIZE (mu-0.9.9.tar.gz) = 1185624