summaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-12-06 23:19:06 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-12-06 23:19:06 +0000
commit963b17eb7795ec1ad3327a1943bd1d2949989270 (patch)
tree41c510127cf4acf9696384c347bf07b6071a2cf8 /mail/notmuch
parent- Update to 1.8 (diff)
- update to 0.14, and pass maintainership to submitter
PR: 174229 Submitted by: ross@rosstimson.com Approved by: maintainer, darwinsurvivor@gmail.com Feature safe: yes
Notes
Notes: svn path=/head/; revision=308406
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile20
-rw-r--r--mail/notmuch/distinfo4
-rw-r--r--mail/notmuch/pkg-plist6
3 files changed, 17 insertions, 13 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index afbe71b32266..12a7747f074d 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -1,24 +1,26 @@
-# New ports collection makefile for: notmuch
-# Date created: 11 February 2012
-# Whom: DarwinSurvivor <darwinsurvivor@gmail.com>
-#
+# Created by: DarwinSurvivor <darwinsurvivor@gmail.com>
# $FreeBSD$
-#
PORTNAME= notmuch
-PORTVERSION= 0.11
-PORTREVISION= 1
+PORTVERSION= 0.14
CATEGORIES= mail
MASTER_SITES= http://notmuchmail.org/releases/
-MAINTAINER= darwinsurvivor@gmail.com
+MAINTAINER= ross@rosstimson.com
COMMENT= Thread-based email index, search, and tagging application
LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \
xapian:${PORTSDIR}/databases/xapian-core \
talloc:${PORTSDIR}/devel/talloc
-MAN1= notmuch.1
+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
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man
diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo
index 3f304a4f2361..51db7dadcbc5 100644
--- a/mail/notmuch/distinfo
+++ b/mail/notmuch/distinfo
@@ -1,2 +1,2 @@
-SHA256 (notmuch-0.11.tar.gz) = ce062b31db6868babaf3088adee95bfd1030b2691493e815da1730dd262226c0
-SIZE (notmuch-0.11.tar.gz) = 438168
+SHA256 (notmuch-0.14.tar.gz) = 095e191dc0f3125c4fd98440fdf55050cba01b8e9f68245ffe0190a7f39ca753
+SIZE (notmuch-0.14.tar.gz) = 488310
diff --git a/mail/notmuch/pkg-plist b/mail/notmuch/pkg-plist
index 46cad031e539..77a1dc4a49e0 100644
--- a/mail/notmuch/pkg-plist
+++ b/mail/notmuch/pkg-plist
@@ -1,9 +1,9 @@
bin/notmuch
etc/bash_completion.d/notmuch
include/notmuch.h
-lib/libnotmuch.so.2.0.0
+lib/libnotmuch.so.3.0.0
lib/libnotmuch.so
-lib/libnotmuch.so.2
+lib/libnotmuch.so.3
share/emacs/site-lisp/coolj.el
share/emacs/site-lisp/notmuch-logo.png
share/emacs/site-lisp/notmuch-address.el
@@ -13,8 +13,10 @@ 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-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-wash.el
share/emacs/site-lisp/notmuch.el
share/zsh/functions/Completion/Unix/_notmuch