aboutsummaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-23 16:06:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-23 16:06:56 +0000
commit92275b1deb5de78639194923a4334d1abd8f349f (patch)
treea862c8b65e243dfdc8892d5ecf100fb694659f7d /mail/notmuch
parent49f107ffa7adb4b05f1e0fcd6408a7c238b730b7 (diff)
downloadports-92275b1deb5de78639194923a4334d1abd8f349f.tar.gz
ports-92275b1deb5de78639194923a4334d1abd8f349f.zip
- Update to 0.22
PR: 209665 Submitted by: mp39590@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=415726
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile2
-rw-r--r--mail/notmuch/distinfo5
-rw-r--r--mail/notmuch/files/patch-lib_notmuch.h11
3 files changed, 4 insertions, 14 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 93ca384078ef..2e5e602fceec 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= notmuch
-PORTVERSION= 0.21
+PORTVERSION= 0.22
CATEGORIES= mail
MASTER_SITES= http://notmuchmail.org/releases/
diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo
index e1f3c851e887..28d53c16c631 100644
--- a/mail/notmuch/distinfo
+++ b/mail/notmuch/distinfo
@@ -1,2 +1,3 @@
-SHA256 (notmuch-0.21.tar.gz) = d06f8ffed168c7d53ffc449dd611038b5fa90f7ee22d58f3bec3b379571e25b3
-SIZE (notmuch-0.21.tar.gz) = 663600
+TIMESTAMP = 1463745210
+SHA256 (notmuch-0.22.tar.gz) = d64118ef926ba06fba814a89a75d20b0c8c8ec07dd65e41bb9f1e9db0dcfb99a
+SIZE (notmuch-0.22.tar.gz) = 682458
diff --git a/mail/notmuch/files/patch-lib_notmuch.h b/mail/notmuch/files/patch-lib_notmuch.h
deleted file mode 100644
index dee4e3df3028..000000000000
--- a/mail/notmuch/files/patch-lib_notmuch.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/notmuch.h.orig 2015-10-30 10:14:41 UTC
-+++ lib/notmuch.h
-@@ -60,7 +60,7 @@ NOTMUCH_BEGIN_DECLS
- #define LIBNOTMUCH_MICRO_VERSION 0
-
- #define NOTMUCH_DEPRECATED(major,minor) \
-- __attribute__ ((deprecated ("function deprecated as of libnotmuch " #major "." #minor)))
-+ __attribute__ ((deprecated))
- #endif /* __DOXYGEN__ */
-
- /**