summaryrefslogtreecommitdiff
path: root/mail/notmuch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/notmuch/Makefile')
-rw-r--r--mail/notmuch/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 5bc46ed3d57c..4ceaffba1797 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= notmuch
-PORTVERSION= 0.20.2
-PORTREVISION= 1
+PORTVERSION= 0.21
CATEGORIES= mail
MASTER_SITES= http://notmuchmail.org/releases/
@@ -42,6 +41,6 @@ MAKE_ENV+= PYTHONCMD=${PYTHON_CMD}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.2.0
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.3.0
.include <bsd.port.mk>