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

(-)b/mail/notmuch/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	notmuch
4
PORTNAME=	notmuch
5
PORTVERSION=	0.21
5
PORTVERSION=	0.22
6
CATEGORIES=	mail
6
CATEGORIES=	mail
7
MASTER_SITES=	http://notmuchmail.org/releases/
7
MASTER_SITES=	http://notmuchmail.org/releases/
8
8
(-)b/mail/notmuch/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (notmuch-0.21.tar.gz) = d06f8ffed168c7d53ffc449dd611038b5fa90f7ee22d58f3bec3b379571e25b3
1
TIMESTAMP = 1463745210
2
SIZE (notmuch-0.21.tar.gz) = 663600
2
SHA256 (notmuch-0.22.tar.gz) = d64118ef926ba06fba814a89a75d20b0c8c8ec07dd65e41bb9f1e9db0dcfb99a
3
SIZE (notmuch-0.22.tar.gz) = 682458
(-)a/mail/notmuch/files/patch-lib_notmuch.h (-11 lines)
Removed Link Here
1
--- lib/notmuch.h.orig	2015-10-30 10:14:41 UTC
2
+++ lib/notmuch.h
3
@@ -60,7 +60,7 @@ NOTMUCH_BEGIN_DECLS
4
 #define LIBNOTMUCH_MICRO_VERSION	0
5
 
6
 #define NOTMUCH_DEPRECATED(major,minor) \
7
-    __attribute__ ((deprecated ("function deprecated as of libnotmuch " #major "." #minor)))
8
+    __attribute__ ((deprecated))
9
 #endif /* __DOXYGEN__ */
10
 
11
 /**

Return to bug 209665