summaryrefslogtreecommitdiff
path: root/mail/notmuch/files
diff options
context:
space:
mode:
authorMikhail Pchelin <misha@FreeBSD.org>2017-11-18 08:01:52 +0000
committerMikhail Pchelin <misha@FreeBSD.org>2017-11-18 08:01:52 +0000
commitc20eca4c644c9e750db1c95afe8862d8676ffcd7 (patch)
treef20eebda3c1023cd9498c855304b634f050ed8cb /mail/notmuch/files
parentUpdate to 4.10.9 (diff)
- update from 0.25.1 to 0.25.2
- update NOTMUCH_SKIP_TESTS variable Approved by: jpaetzel (mentor)
Diffstat (limited to 'mail/notmuch/files')
-rw-r--r--mail/notmuch/files/patch-test_test-lib-common.sh19
1 files changed, 0 insertions, 19 deletions
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"