Date: Sat, 18 Nov 2017 08:01:52 +0000 (UTC) From: Mikhail Pchelin <misha@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454413 - in head/mail/notmuch: . files Message-ID: <201711180801.vAI81qa5097686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: misha Date: Sat Nov 18 08:01:52 2017 New Revision: 454413 URL: https://svnweb.freebsd.org/changeset/ports/454413 Log: - update from 0.25.1 to 0.25.2 - update NOTMUCH_SKIP_TESTS variable Approved by: jpaetzel (mentor) Deleted: head/mail/notmuch/files/patch-test_test-lib-common.sh Modified: head/mail/notmuch/Makefile head/mail/notmuch/distinfo Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Sat Nov 18 07:56:45 2017 (r454412) +++ head/mail/notmuch/Makefile Sat Nov 18 08:01:52 2017 (r454413) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.25.1 +PORTVERSION= 0.25.2 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -37,11 +37,8 @@ USE_LDCONFIG= yes MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} -TEST_ENV+= NOTMUCH_SKIP_TESTS="address basic count crypto db-features \ - database-modified dump-restore emacs emacs-large-search-buffer \ - from-guessing insert json lib-error new parse-time-string \ - python search search-output sexp smime symbol-hiding tagging \ - thread-order thread-search" \ +TEST_ENV+= NOTMUCH_SKIP_TESTS="basic count new insert tagging atomicity \ + message-property regexp-query" \ V=1 \ TEST_CFLAGS="-g -O0 -I${LOCALBASE}/include -L${LOCALBASE}/lib" \ BSD_GDB=${LOCALBASE}/bin/gdb Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Sat Nov 18 07:56:45 2017 (r454412) +++ head/mail/notmuch/distinfo Sat Nov 18 08:01:52 2017 (r454413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508076826 -SHA256 (notmuch-0.25.1.tar.gz) = b4bf09ec9b7b64180704faa26d66cad5f911a5a00ef812da34cb02c3f8872831 -SIZE (notmuch-0.25.1.tar.gz) = 882141 +TIMESTAMP = 1510925353 +SHA256 (notmuch-0.25.2.tar.gz) = e4b6ba9d4016b10249a4acc24e063d23e0c52ed6f8c1cbe4f98e7f9ef4da262a +SIZE (notmuch-0.25.2.tar.gz) = 882672
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711180801.vAI81qa5097686>