mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- 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
This commit is contained in:
parent
f7d7f2d9f7
commit
963b17eb77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308406
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user