Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 23:19:07 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308406 - head/mail/notmuch
Message-ID:  <201212062319.qB6NJ7nD052652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@rosstimson.com
  Approved by:	maintainer, darwinsurvivor@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@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212062319.qB6NJ7nD052652>