diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/notmuch/Makefile | 3 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 6 | ||||
-rw-r--r-- | mail/notmuch/pkg-plist | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 72437c78b9d1..0b4fc7a589d6 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,7 +1,7 @@ # Created by: DarwinSurvivor <darwinsurvivor@gmail.com> PORTNAME= notmuch -PORTVERSION= 0.33.2 +DISTVERSION= 0.34 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3 .ifndef MASTERDIR LIB_DEPENDS= libgmime-3.0.so:mail/gmime30 \ + libsexp.so:devel/sfsexp \ libtalloc.so:devel/talloc \ libxapian.so:databases/xapian-core TEST_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb \ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index e7f02d36d60a..d4056cdd3f46 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633294524 -SHA256 (notmuch-0.33.2.tar.xz) = 244892f6ab52a84f6b013b387cd6652d461effd36b14ef9e576604b5850b2cae -SIZE (notmuch-0.33.2.tar.xz) = 733228 +TIMESTAMP = 1635023689 +SHA256 (notmuch-0.34.tar.xz) = 83e9581542b6e387f61f30cf0f5e2d9038912ee1bb73ad64b84d1d9c543761b6 +SIZE (notmuch-0.34.tar.xz) = 748232 diff --git a/mail/notmuch/pkg-plist b/mail/notmuch/pkg-plist index e8dbf08351d7..a56d1ae0509a 100644 --- a/mail/notmuch/pkg-plist +++ b/mail/notmuch/pkg-plist @@ -17,11 +17,12 @@ %%MANPAGES%%man/man5/notmuch-hooks.5.gz %%MANPAGES%%man/man7/notmuch-properties.7.gz %%MANPAGES%%man/man7/notmuch-search-terms.7.gz +%%MANPAGES%%man/man7/notmuch-sexp-queries.7.gz bin/notmuch include/notmuch.h lib/libnotmuch.so lib/libnotmuch.so.5 -lib/libnotmuch.so.5.4.0 +lib/libnotmuch.so.5.5.0 share/bash-completion/completions/notmuch share/zsh/site-functions/_email-notmuch share/zsh/site-functions/_notmuch |