From owner-svn-ports-all@freebsd.org Fri Jul 31 09:07:02 2015 Return-Path: Delivered-To: svn-ports-all@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 15F1E9AE598; Fri, 31 Jul 2015 09:07:02 +0000 (UTC) (envelope-from robak@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 F15EC18FF; Fri, 31 Jul 2015 09:07:01 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6V971Qj023729; Fri, 31 Jul 2015 09:07:01 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6V971oJ023727; Fri, 31 Jul 2015 09:07:01 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507310907.t6V971oJ023727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 31 Jul 2015 09:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393290 - branches/2015Q3/mail/notmuch X-SVN-Group: ports-branches 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.20 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: Fri, 31 Jul 2015 09:07:02 -0000 Author: robak Date: Fri Jul 31 09:07:00 2015 New Revision: 393290 URL: https://svnweb.freebsd.org/changeset/ports/393290 Log: MFH: r393193 mail/notmuch: add missing BUILD_DEPENDS PR: 201884 Submitted by: Mikhail (maintainer) Approved by: ports-secteam, maintainer Modified: branches/2015Q3/mail/notmuch/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/mail/notmuch/Makefile ============================================================================== --- branches/2015Q3/mail/notmuch/Makefile Fri Jul 31 07:32:56 2015 (r393289) +++ branches/2015Q3/mail/notmuch/Makefile Fri Jul 31 09:07:00 2015 (r393290) @@ -3,6 +3,7 @@ PORTNAME= notmuch PORTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -11,7 +12,8 @@ COMMENT= Thread-based email index, searc LICENSE= GPLv3 -BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx +BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx \ + c++filt:${PORTSDIR}/devel/binutils LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ libxapian.so:${PORTSDIR}/databases/xapian-core \ libtalloc.so:${PORTSDIR}/devel/talloc