Date: Tue, 13 Sep 2016 18:49:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422059 - head/mail/notmuch Message-ID: <201609131849.u8DInqn5003648@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 13 18:49:52 2016 New Revision: 422059 URL: https://svnweb.freebsd.org/changeset/ports/422059 Log: - Update to 0.22.2 - While here, cosmetic fixes PR: 212588 Submitted by: mp39590@gmail.com (maintainer) Modified: head/mail/notmuch/Makefile head/mail/notmuch/distinfo head/mail/notmuch/pkg-descr Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Tue Sep 13 18:49:11 2016 (r422058) +++ head/mail/notmuch/Makefile Tue Sep 13 18:49:52 2016 (r422059) @@ -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> Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Tue Sep 13 18:49:11 2016 (r422058) +++ head/mail/notmuch/distinfo Tue Sep 13 18:49:52 2016 (r422059) @@ -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 Modified: head/mail/notmuch/pkg-descr ============================================================================== --- head/mail/notmuch/pkg-descr Tue Sep 13 18:49:11 2016 (r422058) +++ head/mail/notmuch/pkg-descr Tue Sep 13 18:49:52 2016 (r422059) @@ -1,3 +1,3 @@ Notmuch - thread-based email index, search and tagging. -WWW: http://notmuchmail.org +WWW: http://notmuchmail.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131849.u8DInqn5003648>