From owner-svn-ports-head@FreeBSD.ORG Sun Mar 29 10:03:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17037639; Sun, 29 Mar 2015 10:03:57 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB480BE4; Sun, 29 Mar 2015 10:03:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2TA3u5k022219; Sun, 29 Mar 2015 10:03:56 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2TA3ueP022216; Sun, 29 Mar 2015 10:03:56 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201503291003.t2TA3ueP022216@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 29 Mar 2015 10:03:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382576 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 29 Mar 2015 10:03:57 -0000 Author: wen Date: Sun Mar 29 10:03:55 2015 New Revision: 382576 URL: https://svnweb.freebsd.org/changeset/ports/382576 QAT: https://qat.redports.org/buildarchive/r382576/ Log: - Update to 0.19 - Add options to customize build - Mark ignored for everything below 9.0 release PR: 198464 Submitted by: mp39590@gmail.com Approved by: maintainer(timeout, >14 days) Modified: head/mail/notmuch/Makefile head/mail/notmuch/distinfo head/mail/notmuch/pkg-plist Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Sun Mar 29 09:34:29 2015 (r382575) +++ head/mail/notmuch/Makefile Sun Mar 29 10:03:55 2015 (r382576) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.18.1 +PORTVERSION= 0.19 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -16,6 +16,26 @@ LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR} libxapian.so:${PORTSDIR}/databases/xapian-core \ libtalloc.so:${PORTSDIR}/devel/talloc +OPTIONS_DEFINE= BASH EMACS ZSH +BASH_DESC= Install bash completion (requires shells/bash-completion) +EMACS_DESC= Install EMACS lisp files (requires emacs) +ZSH_DESC= Install zsh completion +OPTIONS_SUB= yes + +BASH_BUILD_DEPENDS= bash-completion>=1.90:${PORTSDIR}/shells/bash-completion +BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS} +BASH_CONFIGURE_OFF= --without-bash-completion +EMACS_CONFIGURE_OFF= --without-emacs +EMACS_CONFIGURE_ON= --emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \ + --emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR} +ZSH_CONFIGURE_OFF= --without-zsh-completion + +.include + +.if ${PORT_OPTIONS:MEMACS} +USE_EMACS= yes +.endif + HAS_CONFIGURE= yes USES= pkgconfig python:build gmake CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man @@ -23,4 +43,10 @@ USE_LDCONFIG= yes MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} -.include +.include + +.if ${OSVERSION} < 900044 +IGNORE= requires zlib at least 1.2.5 +.endif + +.include Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Sun Mar 29 09:34:29 2015 (r382575) +++ head/mail/notmuch/distinfo Sun Mar 29 10:03:55 2015 (r382576) @@ -1,2 +1,2 @@ -SHA256 (notmuch-0.18.1.tar.gz) = f2d53dc1916283123d008a6084de860340a436631e83b1a41b2d9ced0f4db7dd -SIZE (notmuch-0.18.1.tar.gz) = 634691 +SHA256 (notmuch-0.19.tar.gz) = 396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb +SIZE (notmuch-0.19.tar.gz) = 659038 Modified: head/mail/notmuch/pkg-plist ============================================================================== --- head/mail/notmuch/pkg-plist Sun Mar 29 09:34:29 2015 (r382575) +++ head/mail/notmuch/pkg-plist Sun Mar 29 10:03:55 2015 (r382576) @@ -1,8 +1,9 @@ bin/notmuch include/notmuch.h -lib/libnotmuch.so.3.1.0 lib/libnotmuch.so -lib/libnotmuch.so.3 +lib/libnotmuch.so.4 +lib/libnotmuch.so.4.1.0 +man/man1/notmuch-address.1.gz man/man1/notmuch-compact.1.gz man/man1/notmuch-config.1.gz man/man1/notmuch-count.1.gz @@ -18,22 +19,42 @@ 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-address.el -share/emacs/site-lisp/notmuch-crypto.el -share/emacs/site-lisp/notmuch-hello.el -share/emacs/site-lisp/notmuch-lib.el -share/emacs/site-lisp/notmuch-logo.png -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-version.el -share/emacs/site-lisp/notmuch-wash.el -share/emacs/site-lisp/notmuch.el -share/zsh/functions/Completion/Unix/_notmuch +%%BASH%%etc/bash_completion.d/notmuch +%%EMACS%%share/emacs/site-lisp/coolj.el +%%EMACS%%share/emacs/site-lisp/coolj.elc +%%EMACS%%share/emacs/site-lisp/notmuch-address.el +%%EMACS%%share/emacs/site-lisp/notmuch-address.elc +%%EMACS%%share/emacs/site-lisp/notmuch-crypto.el +%%EMACS%%share/emacs/site-lisp/notmuch-crypto.elc +%%EMACS%%share/emacs/site-lisp/notmuch-hello.el +%%EMACS%%share/emacs/site-lisp/notmuch-hello.elc +%%EMACS%%share/emacs/site-lisp/notmuch-jump.el +%%EMACS%%share/emacs/site-lisp/notmuch-jump.elc +%%EMACS%%share/emacs/site-lisp/notmuch-lib.el +%%EMACS%%share/emacs/site-lisp/notmuch-lib.elc +%%EMACS%%share/emacs/site-lisp/notmuch-logo.png +%%EMACS%%share/emacs/site-lisp/notmuch-maildir-fcc.el +%%EMACS%%share/emacs/site-lisp/notmuch-maildir-fcc.elc +%%EMACS%%share/emacs/site-lisp/notmuch-message.el +%%EMACS%%share/emacs/site-lisp/notmuch-message.elc +%%EMACS%%share/emacs/site-lisp/notmuch-mua.el +%%EMACS%%share/emacs/site-lisp/notmuch-mua.elc +%%EMACS%%share/emacs/site-lisp/notmuch-parser.el +%%EMACS%%share/emacs/site-lisp/notmuch-parser.elc +%%EMACS%%share/emacs/site-lisp/notmuch-print.el +%%EMACS%%share/emacs/site-lisp/notmuch-print.elc +%%EMACS%%share/emacs/site-lisp/notmuch-query.el +%%EMACS%%share/emacs/site-lisp/notmuch-query.elc +%%EMACS%%share/emacs/site-lisp/notmuch-show.el +%%EMACS%%share/emacs/site-lisp/notmuch-show.elc +%%EMACS%%share/emacs/site-lisp/notmuch-tag.el +%%EMACS%%share/emacs/site-lisp/notmuch-tag.elc +%%EMACS%%share/emacs/site-lisp/notmuch-tree.el +%%EMACS%%share/emacs/site-lisp/notmuch-tree.elc +%%EMACS%%share/emacs/site-lisp/notmuch-version.el +%%EMACS%%share/emacs/site-lisp/notmuch-version.elc +%%EMACS%%share/emacs/site-lisp/notmuch-wash.el +%%EMACS%%share/emacs/site-lisp/notmuch-wash.elc +%%EMACS%%share/emacs/site-lisp/notmuch.el +%%EMACS%%share/emacs/site-lisp/notmuch.elc +%%ZSH%%share/zsh/functions/Completion/Unix/_notmuch