View | Details | Raw Unified | Return to bug 198464
Collapse All | Expand All

(-)notmuch/Makefile (-2 / +28 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/mail/notmuch/Makefile 371330 2014-10-21 17:10:06Z mva $
2
# $FreeBSD: head/mail/notmuch/Makefile 371330 2014-10-21 17:10:06Z mva $
3
3
4
PORTNAME=	notmuch
4
PORTNAME=	notmuch
5
PORTVERSION=	0.18.1
5
PORTVERSION=	0.19
6
CATEGORIES=	mail
6
CATEGORIES=	mail
7
MASTER_SITES=	http://notmuchmail.org/releases/
7
MASTER_SITES=	http://notmuchmail.org/releases/
8
8
Lines 16-21 Link Here
16
		libxapian.so:${PORTSDIR}/databases/xapian-core \
16
		libxapian.so:${PORTSDIR}/databases/xapian-core \
17
		libtalloc.so:${PORTSDIR}/devel/talloc
17
		libtalloc.so:${PORTSDIR}/devel/talloc
18
18
19
OPTIONS_DEFINE=	BASH EMACS ZSH
20
BASH_DESC=	Install bash completion (requires shells/bash-completion)
21
EMACS_DESC=	Install EMACS lisp files (requires emacs)
22
ZSH_DESC=	Install zsh completion
23
OPTIONS_SUB=	yes
24
25
BASH_BUILD_DEPENDS=	bash-completion>=1.90:${PORTSDIR}/shells/bash-completion
26
BASH_RUN_DEPENDS=	${BASH_BUILD_DEPENDS}
27
BASH_CONFIGURE_OFF=	--without-bash-completion
28
EMACS_CONFIGURE_OFF=	--without-emacs
29
EMACS_CONFIGURE_ON=	--emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \
30
			--emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR}
31
ZSH_CONFIGURE_OFF=	--without-zsh-completion
32
33
.include <bsd.port.options.mk>
34
35
.if ${PORT_OPTIONS:MEMACS}
36
USE_EMACS=	yes
37
.endif
38
19
HAS_CONFIGURE=	yes
39
HAS_CONFIGURE=	yes
20
USES=		pkgconfig python:build gmake
40
USES=		pkgconfig python:build gmake
21
CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
41
CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
Lines 23-26 Link Here
23
43
24
MAKE_ENV+=		PYTHONCMD=${PYTHON_CMD}
44
MAKE_ENV+=		PYTHONCMD=${PYTHON_CMD}
25
45
26
.include <bsd.port.mk>
46
.include <bsd.port.pre.mk>
47
48
.if ${OSVERSION} < 900044
49
IGNORE=	requires zlib at least 1.2.5
50
.endif
51
52
.include <bsd.port.post.mk>
(-)notmuch/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (notmuch-0.18.1.tar.gz) = f2d53dc1916283123d008a6084de860340a436631e83b1a41b2d9ced0f4db7dd
1
SHA256 (notmuch-0.19.tar.gz) = 396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb
2
SIZE (notmuch-0.18.1.tar.gz) = 634691
2
SIZE (notmuch-0.19.tar.gz) = 659038
(-)notmuch/pkg-plist (-21 / +42 lines)
Lines 1-8 Link Here
1
bin/notmuch
1
bin/notmuch
2
include/notmuch.h
2
include/notmuch.h
3
lib/libnotmuch.so.3.1.0
4
lib/libnotmuch.so
3
lib/libnotmuch.so
5
lib/libnotmuch.so.3
4
lib/libnotmuch.so.4
5
lib/libnotmuch.so.4.1.0
6
man/man1/notmuch-address.1.gz
6
man/man1/notmuch-compact.1.gz
7
man/man1/notmuch-compact.1.gz
7
man/man1/notmuch-config.1.gz
8
man/man1/notmuch-config.1.gz
8
man/man1/notmuch-count.1.gz
9
man/man1/notmuch-count.1.gz
Lines 18-39 Link Here
18
man/man1/notmuch.1.gz
19
man/man1/notmuch.1.gz
19
man/man5/notmuch-hooks.5.gz
20
man/man5/notmuch-hooks.5.gz
20
man/man7/notmuch-search-terms.7.gz
21
man/man7/notmuch-search-terms.7.gz
21
share/emacs/site-lisp/coolj.el
22
%%BASH%%etc/bash_completion.d/notmuch
22
share/emacs/site-lisp/notmuch-address.el
23
%%EMACS%%share/emacs/site-lisp/coolj.el
23
share/emacs/site-lisp/notmuch-crypto.el
24
%%EMACS%%share/emacs/site-lisp/coolj.elc
24
share/emacs/site-lisp/notmuch-hello.el
25
%%EMACS%%share/emacs/site-lisp/notmuch-address.el
25
share/emacs/site-lisp/notmuch-lib.el
26
%%EMACS%%share/emacs/site-lisp/notmuch-address.elc
26
share/emacs/site-lisp/notmuch-logo.png
27
%%EMACS%%share/emacs/site-lisp/notmuch-crypto.el
27
share/emacs/site-lisp/notmuch-maildir-fcc.el
28
%%EMACS%%share/emacs/site-lisp/notmuch-crypto.elc
28
share/emacs/site-lisp/notmuch-message.el
29
%%EMACS%%share/emacs/site-lisp/notmuch-hello.el
29
share/emacs/site-lisp/notmuch-mua.el
30
%%EMACS%%share/emacs/site-lisp/notmuch-hello.elc
30
share/emacs/site-lisp/notmuch-parser.el
31
%%EMACS%%share/emacs/site-lisp/notmuch-jump.el
31
share/emacs/site-lisp/notmuch-print.el
32
%%EMACS%%share/emacs/site-lisp/notmuch-jump.elc
32
share/emacs/site-lisp/notmuch-query.el
33
%%EMACS%%share/emacs/site-lisp/notmuch-lib.el
33
share/emacs/site-lisp/notmuch-show.el
34
%%EMACS%%share/emacs/site-lisp/notmuch-lib.elc
34
share/emacs/site-lisp/notmuch-tag.el
35
%%EMACS%%share/emacs/site-lisp/notmuch-logo.png
35
share/emacs/site-lisp/notmuch-tree.el
36
%%EMACS%%share/emacs/site-lisp/notmuch-maildir-fcc.el
36
share/emacs/site-lisp/notmuch-version.el
37
%%EMACS%%share/emacs/site-lisp/notmuch-maildir-fcc.elc
37
share/emacs/site-lisp/notmuch-wash.el
38
%%EMACS%%share/emacs/site-lisp/notmuch-message.el
38
share/emacs/site-lisp/notmuch.el
39
%%EMACS%%share/emacs/site-lisp/notmuch-message.elc
39
share/zsh/functions/Completion/Unix/_notmuch
40
%%EMACS%%share/emacs/site-lisp/notmuch-mua.el
41
%%EMACS%%share/emacs/site-lisp/notmuch-mua.elc
42
%%EMACS%%share/emacs/site-lisp/notmuch-parser.el
43
%%EMACS%%share/emacs/site-lisp/notmuch-parser.elc
44
%%EMACS%%share/emacs/site-lisp/notmuch-print.el
45
%%EMACS%%share/emacs/site-lisp/notmuch-print.elc
46
%%EMACS%%share/emacs/site-lisp/notmuch-query.el
47
%%EMACS%%share/emacs/site-lisp/notmuch-query.elc
48
%%EMACS%%share/emacs/site-lisp/notmuch-show.el
49
%%EMACS%%share/emacs/site-lisp/notmuch-show.elc
50
%%EMACS%%share/emacs/site-lisp/notmuch-tag.el
51
%%EMACS%%share/emacs/site-lisp/notmuch-tag.elc
52
%%EMACS%%share/emacs/site-lisp/notmuch-tree.el
53
%%EMACS%%share/emacs/site-lisp/notmuch-tree.elc
54
%%EMACS%%share/emacs/site-lisp/notmuch-version.el
55
%%EMACS%%share/emacs/site-lisp/notmuch-version.elc
56
%%EMACS%%share/emacs/site-lisp/notmuch-wash.el
57
%%EMACS%%share/emacs/site-lisp/notmuch-wash.elc
58
%%EMACS%%share/emacs/site-lisp/notmuch.el
59
%%EMACS%%share/emacs/site-lisp/notmuch.elc
60
%%ZSH%%share/zsh/functions/Completion/Unix/_notmuch

Return to bug 198464