diff options
author | Mikhail Pchelin <misha@FreeBSD.org> | 2017-11-18 08:01:52 +0000 |
---|---|---|
committer | Mikhail Pchelin <misha@FreeBSD.org> | 2017-11-18 08:01:52 +0000 |
commit | c20eca4c644c9e750db1c95afe8862d8676ffcd7 (patch) | |
tree | f20eebda3c1023cd9498c855304b634f050ed8cb /mail/notmuch | |
parent | 2a84d903a10cf725a3bc270a31e556819488a86f (diff) | |
download | freebsd-ports-c20eca4c644c9e750db1c95afe8862d8676ffcd7.zip |
- update from 0.25.1 to 0.25.2
- update NOTMUCH_SKIP_TESTS variable
Approved by: jpaetzel (mentor)
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 9 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 6 | ||||
-rw-r--r-- | mail/notmuch/files/patch-test_test-lib-common.sh | 19 |
3 files changed, 6 insertions, 28 deletions
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" |