From owner-svn-ports-all@FreeBSD.ORG Thu Jan 2 08:10:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA146704; Thu, 2 Jan 2014 08:10:40 +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 9551C106A; Thu, 2 Jan 2014 08:10:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s028AeSH088104; Thu, 2 Jan 2014 08:10:40 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s028Ael1088100; Thu, 2 Jan 2014 08:10:40 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201401020810.s028Ael1088100@svn.freebsd.org> From: Jason Helfman Date: Thu, 2 Jan 2014 08:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338422 - head/mail/notmuch 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: Thu, 02 Jan 2014 08:10:40 -0000 Author: jgh Date: Thu Jan 2 08:10:39 2014 New Revision: 338422 URL: http://svnweb.freebsd.org/changeset/ports/338422 Log: - update to 0.17 - while here convert to staging, adopt new lib_depends format, move gmake into uses This includes a patch that fixed building with Clang so it should now build fine on FreeBSD 10. Also switched to using gmime2.6 PR: 185396 Submitted by: maintainer, ross@rosstimson.com Modified: head/mail/notmuch/Makefile head/mail/notmuch/distinfo head/mail/notmuch/pkg-plist Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Thu Jan 2 07:54:49 2014 (r338421) +++ head/mail/notmuch/Makefile Thu Jan 2 08:10:39 2014 (r338422) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.15.2 -PORTREVISION= 1 +PORTVERSION= 0.17 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -12,25 +11,13 @@ COMMENT= Thread-based email index, searc LICENSE= GPLv3 -LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ - xapian:${PORTSDIR}/databases/xapian-core \ - talloc:${PORTSDIR}/devel/talloc +LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ + libxapian.so:${PORTSDIR}/databases/xapian-core \ + libtalloc.so:${PORTSDIR}/devel/talloc HAS_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gmake CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man -USE_GMAKE= yes USE_LDCONFIG= yes -MAN1= notmuch.1 notmuch-config.1 \ - notmuch-count.1 notmuch-dump.1 \ - notmuch-new.1 notmuch-reply.1 \ - notmuch-restore.1 notmuch-search.1 \ - notmuch-setup.1 notmuch-show.1 \ - notmuch-tag.1 -MAN5= notmuch-hooks.5 -MAN7= notmuch-search-terms.7 -MANCOMPRESSED= yes - -NO_STAGE= yes .include Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Thu Jan 2 07:54:49 2014 (r338421) +++ head/mail/notmuch/distinfo Thu Jan 2 08:10:39 2014 (r338422) @@ -1,2 +1,2 @@ -SHA256 (notmuch-0.15.2.tar.gz) = a6e8af6382ab6df4a944bbffda9eb22639612c047b94632168b4270f2af59c0d -SIZE (notmuch-0.15.2.tar.gz) = 560411 +SHA256 (notmuch-0.17.tar.gz) = d215e0e7e536c50bc0d8a455a58bb4ddabe0678cc637c4dcebdb57d5c4bcbe95 +SIZE (notmuch-0.17.tar.gz) = 606710 Modified: head/mail/notmuch/pkg-plist ============================================================================== --- head/mail/notmuch/pkg-plist Thu Jan 2 07:54:49 2014 (r338421) +++ head/mail/notmuch/pkg-plist Thu Jan 2 08:10:39 2014 (r338422) @@ -1,9 +1,24 @@ bin/notmuch etc/bash_completion.d/notmuch include/notmuch.h -lib/libnotmuch.so.3.0.0 +lib/libnotmuch.so.3.1.0 lib/libnotmuch.so lib/libnotmuch.so.3 +man/man1/notmuch-compact.1.gz +man/man1/notmuch-config.1.gz +man/man1/notmuch-count.1.gz +man/man1/notmuch-dump.1.gz +man/man1/notmuch-insert.1.gz +man/man1/notmuch-new.1.gz +man/man1/notmuch-reply.1.gz +man/man1/notmuch-restore.1.gz +man/man1/notmuch-search.1.gz +man/man1/notmuch-setup.1.gz +man/man1/notmuch-show.1.gz +man/man1/notmuch-tag.1.gz +man/man1/notmuch.1.gz +man/man5/notmuch-hooks.5.gz +man/man7/notmuch-search-terms.7.gz share/emacs/site-lisp/coolj.el share/emacs/site-lisp/notmuch-logo.png share/emacs/site-lisp/notmuch-address.el @@ -13,16 +28,16 @@ share/emacs/site-lisp/notmuch-lib.el share/emacs/site-lisp/notmuch-maildir-fcc.el share/emacs/site-lisp/notmuch-message.el share/emacs/site-lisp/notmuch-mua.el +share/emacs/site-lisp/notmuch-parser.el share/emacs/site-lisp/notmuch-print.el share/emacs/site-lisp/notmuch-query.el share/emacs/site-lisp/notmuch-show.el share/emacs/site-lisp/notmuch-tag.el +share/emacs/site-lisp/notmuch-tree.el share/emacs/site-lisp/notmuch-wash.el share/emacs/site-lisp/notmuch.el share/zsh/functions/Completion/Unix/_notmuch @dirrmtry etc/bash_completion.d -@dirrmtry share/emacs/site-lisp -@dirrmtry share/emacs @dirrmtry share/zsh/functions/Completion/Unix @dirrmtry share/zsh/functions/Completion @dirrmtry share/zsh/functions