diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-14 02:49:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-14 02:49:52 +0800 |
commit | 0fa9660edc37cfbb781779d4fd69205a507fe4aa (patch) | |
tree | c6a9641282a58744ed719a2b78014fc5be5e01e6 /mail/notmuch | |
parent | a13017b1c83cf54536a716ce20dd6e2b89117b18 (diff) | |
download | freebsd-ports-gnome-0fa9660edc37cfbb781779d4fd69205a507fe4aa.tar.gz freebsd-ports-gnome-0fa9660edc37cfbb781779d4fd69205a507fe4aa.tar.zst freebsd-ports-gnome-0fa9660edc37cfbb781779d4fd69205a507fe4aa.zip |
- Update to 0.22.2
- While here, cosmetic fixes
PR: 212588
Submitted by: mp39590@gmail.com (maintainer)
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 7 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 6 | ||||
-rw-r--r-- | mail/notmuch/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index ed63e0580538..ea97814fee1a 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.22.1 -PORTREVISION= 1 +PORTVERSION= 0.22.2 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -46,7 +45,7 @@ USE_LDCONFIG= yes MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.3.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.3.0 .include <bsd.port.mk> diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 21bcf8098dcf..b1dba6f85157 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469017581 -SHA256 (notmuch-0.22.1.tar.gz) = e739457794f3c2b363beffa3ed9e8a2786921031c80672f5b06d0880876a974b -SIZE (notmuch-0.22.1.tar.gz) = 683286 +TIMESTAMP = 1473408075 +SHA256 (notmuch-0.22.2.tar.gz) = 6cd19c61634079981b2d8f4b7cb4eb953cba2a36272520603682d813d2bd7ed1 +SIZE (notmuch-0.22.2.tar.gz) = 683796 diff --git a/mail/notmuch/pkg-descr b/mail/notmuch/pkg-descr index a5e503a8e630..4bb5b833ed8c 100644 --- a/mail/notmuch/pkg-descr +++ b/mail/notmuch/pkg-descr @@ -1,3 +1,3 @@ Notmuch - thread-based email index, search and tagging. -WWW: http://notmuchmail.org +WWW: http://notmuchmail.org/ |