From c20eca4c644c9e750db1c95afe8862d8676ffcd7 Mon Sep 17 00:00:00 2001 From: Mikhail Pchelin Date: Sat, 18 Nov 2017 08:01:52 +0000 Subject: - update from 0.25.1 to 0.25.2 - update NOTMUCH_SKIP_TESTS variable Approved by: jpaetzel (mentor) --- mail/notmuch/Makefile | 9 +++------ mail/notmuch/distinfo | 6 +++--- mail/notmuch/files/patch-test_test-lib-common.sh | 19 ------------------- 3 files changed, 6 insertions(+), 28 deletions(-) delete mode 100644 mail/notmuch/files/patch-test_test-lib-common.sh (limited to 'mail/notmuch') diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 85ee4f153152..323256098918 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -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 diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 3dccf5c3952b..351e84cba522 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -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 diff --git a/mail/notmuch/files/patch-test_test-lib-common.sh b/mail/notmuch/files/patch-test_test-lib-common.sh deleted file mode 100644 index 8da1d3e8cc57..000000000000 --- a/mail/notmuch/files/patch-test_test-lib-common.sh +++ /dev/null @@ -1,19 +0,0 @@ ---- test/test-lib-common.sh.orig 2016-12-24 18:44:17 UTC -+++ test/test-lib-common.sh -@@ -24,6 +24,16 @@ - # - type die >/dev/null 2>&1 || die () { echo "$@" >&2; exit 1; } - -+# allow using aliases in scripts -+shopt -s expand_aliases -+ -+alias date=gdate -+alias base64=gbase64 -+alias gdb=$BSD_GDB -+alias wc=gwc -+alias sed=gsed -+alias sha256sum=gsha256sum -+ - find_notmuch_path () - { - dir="$1" -- cgit v1.2.3