View | Details | Raw Unified | Return to bug 201272 | Differences between
and this patch

Collapse All | Expand All

(-)notmuch/Makefile (-2 / +6 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/mail/notmuch/Makefile 382576 2015-03-29 10:03:55Z wen $
2
# $FreeBSD: head/mail/notmuch/Makefile 382576 2015-03-29 10:03:55Z wen $
3
3
4
PORTNAME=	notmuch
4
PORTNAME=	notmuch
5
PORTVERSION=	0.19
5
PORTVERSION=	0.20.2
6
CATEGORIES=	mail
6
CATEGORIES=	mail
7
MASTER_SITES=	http://notmuchmail.org/releases/
7
MASTER_SITES=	http://notmuchmail.org/releases/
8
8
9
MAINTAINER=	ross@rosstimson.com
9
MAINTAINER=	mp39590@gmail.com
10
COMMENT=	Thread-based email index, search, and tagging application
10
COMMENT=	Thread-based email index, search, and tagging application
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
Lines 43-48 Link Here
43
43
44
MAKE_ENV+=		PYTHONCMD=${PYTHON_CMD}
44
MAKE_ENV+=		PYTHONCMD=${PYTHON_CMD}
45
45
46
post-install:
47
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch
48
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.2.0
49
46
.include <bsd.port.pre.mk>
50
.include <bsd.port.pre.mk>
47
51
48
.if ${OSVERSION} < 900044
52
.if ${OSVERSION} < 900044
(-)notmuch/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (notmuch-0.19.tar.gz) = 396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb
1
SHA256 (notmuch-0.20.2.tar.gz) = f741a26345bff389fd8a4a119c4174c6585730f71844809583a54ef2a865adec
2
SIZE (notmuch-0.19.tar.gz) = 659038
2
SIZE (notmuch-0.20.2.tar.gz) = 652945
(-)notmuch/files/patch-Makefile.local (-2 / +2 lines)
Lines 1-6 Link Here
1
--- Makefile.local.orig	2014-06-25 10:30:10.000000000 +0000
1
--- Makefile.local.orig	2015-06-27 13:05:31 UTC
2
+++ Makefile.local
2
+++ Makefile.local
3
@@ -302,7 +302,7 @@ notmuch-shared: $(notmuch_client_modules
3
@@ -308,7 +308,7 @@ notmuch-shared: $(notmuch_client_modules
4
 .PHONY: install
4
 .PHONY: install
5
 install: all install-man
5
 install: all install-man
6
 	mkdir -p "$(DESTDIR)$(prefix)/bin/"
6
 	mkdir -p "$(DESTDIR)$(prefix)/bin/"
(-)notmuch/files/patch-doc_Makefile.local (-4 / +2 lines)
Lines 1-12 Link Here
1
--- doc/Makefile.local.orig	2014-06-25 10:30:10.000000000 +0000
1
--- doc/Makefile.local.orig	2015-06-27 13:05:31 UTC
2
+++ doc/Makefile.local
2
+++ doc/Makefile.local
3
@@ -7,8 +7,8 @@ SPHINXOPTS    := -q
3
@@ -7,7 +7,7 @@ SPHINXOPTS    := -q
4
 SPHINXBUILD   = sphinx-build
4
 SPHINXBUILD   = sphinx-build
5
 DOCBUILDDIR      := $(dir)/_build
5
 DOCBUILDDIR      := $(dir)/_build
6
 
6
 
7
-prerst2man := python $(srcdir)/$(dir)/prerst2man.py
8
-mkdocdeps := python $(srcdir)/$(dir)/mkdocdeps.py
7
-mkdocdeps := python $(srcdir)/$(dir)/mkdocdeps.py
9
+prerst2man := ${PYTHONCMD} $(srcdir)/$(dir)/prerst2man.py
10
+mkdocdeps := ${PYTHONCMD} $(srcdir)/$(dir)/mkdocdeps.py
8
+mkdocdeps := ${PYTHONCMD} $(srcdir)/$(dir)/mkdocdeps.py
11
 
9
 
12
 # Internal variables.
10
 # Internal variables.
(-)notmuch/files/patch-lib_Makefile.local (-1 / +1 lines)
Lines 1-4 Link Here
1
--- lib/Makefile.local.orig	2014-06-25 10:30:10.000000000 +0000
1
--- lib/Makefile.local.orig	2015-06-27 13:05:31 UTC
2
+++ lib/Makefile.local
2
+++ lib/Makefile.local
3
@@ -92,11 +92,11 @@ install: install-$(dir)
3
@@ -92,11 +92,11 @@ install: install-$(dir)
4
 
4
 
(-)notmuch/pkg-plist (-1 / +2 lines)
Lines 2-13 Link Here
2
include/notmuch.h
2
include/notmuch.h
3
lib/libnotmuch.so
3
lib/libnotmuch.so
4
lib/libnotmuch.so.4
4
lib/libnotmuch.so.4
5
lib/libnotmuch.so.4.1.0
5
lib/libnotmuch.so.4.2.0
6
man/man1/notmuch-address.1.gz
6
man/man1/notmuch-address.1.gz
7
man/man1/notmuch-compact.1.gz
7
man/man1/notmuch-compact.1.gz
8
man/man1/notmuch-config.1.gz
8
man/man1/notmuch-config.1.gz
9
man/man1/notmuch-count.1.gz
9
man/man1/notmuch-count.1.gz
10
man/man1/notmuch-dump.1.gz
10
man/man1/notmuch-dump.1.gz
11
man/man1/notmuch-emacs-mua.1.gz
11
man/man1/notmuch-insert.1.gz
12
man/man1/notmuch-insert.1.gz
12
man/man1/notmuch-new.1.gz
13
man/man1/notmuch-new.1.gz
13
man/man1/notmuch-reply.1.gz
14
man/man1/notmuch-reply.1.gz

Return to bug 201272