svn commit: r308406 - head/mail/notmuch
Jason Helfman
jgh at FreeBSD.org
Thu Dec 6 23:19:07 UTC 2012
Author: jgh
Date: Thu Dec 6 23:19:06 2012
New Revision: 308406
URL: http://svnweb.freebsd.org/changeset/ports/308406
Log:
- update to 0.14, and pass maintainership to submitter
PR: 174229
Submitted by: ross at rosstimson.com
Approved by: maintainer, darwinsurvivor at gmail.com
Feature safe: yes
Modified:
head/mail/notmuch/Makefile
head/mail/notmuch/distinfo
head/mail/notmuch/pkg-plist
Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile Thu Dec 6 22:30:51 2012 (r308405)
+++ head/mail/notmuch/Makefile Thu Dec 6 23:19:06 2012 (r308406)
@@ -1,24 +1,26 @@
-# New ports collection makefile for: notmuch
-# Date created: 11 February 2012
-# Whom: DarwinSurvivor <darwinsurvivor at gmail.com>
-#
+# Created by: DarwinSurvivor <darwinsurvivor at gmail.com>
# $FreeBSD$
-#
PORTNAME= notmuch
-PORTVERSION= 0.11
-PORTREVISION= 1
+PORTVERSION= 0.14
CATEGORIES= mail
MASTER_SITES= http://notmuchmail.org/releases/
-MAINTAINER= darwinsurvivor at gmail.com
+MAINTAINER= ross at 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
Modified: head/mail/notmuch/distinfo
==============================================================================
--- head/mail/notmuch/distinfo Thu Dec 6 22:30:51 2012 (r308405)
+++ head/mail/notmuch/distinfo Thu Dec 6 23:19:06 2012 (r308406)
@@ -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
Modified: head/mail/notmuch/pkg-plist
==============================================================================
--- head/mail/notmuch/pkg-plist Thu Dec 6 22:30:51 2012 (r308405)
+++ head/mail/notmuch/pkg-plist Thu Dec 6 23:19:06 2012 (r308406)
@@ -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
More information about the svn-ports-head
mailing list