summaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2020-04-20 14:47:34 +0000
committermicha <micha@pkgsrc.org>2020-04-20 14:47:34 +0000
commit1c239c203ef58c74b56152451ab4f3f85c40e243 (patch)
treeb2ad14eb4c24f2b3c04b158c38aa31536b3e6a26 /news/tin
parentdb9e2548b795fb0f5246685810e39f6cda543187 (diff)
downloadpkgsrc-1c239c203ef58c74b56152451ab4f3f85c40e243.tar.gz
tin: Add comment for bug (fixed upstream) to patch
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/distinfo4
-rw-r--r--news/tin/patches/patch-pcre_configure.in3
2 files changed, 4 insertions, 3 deletions
diff --git a/news/tin/distinfo b/news/tin/distinfo
index 98b159cf7a5..1b9782415c4 100644
--- a/news/tin/distinfo
+++ b/news/tin/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2020/03/20 10:25:15 micha Exp $
+$NetBSD: distinfo,v 1.27 2020/04/20 14:47:34 micha Exp $
SHA1 (tin-2.4.4.tar.xz) = 7f4c1869cdcac4ac49bb70c6448538691fc19b4a
RMD160 (tin-2.4.4.tar.xz) = dbb0b44f3365059f155ec53874d283a18da9e0b1
@@ -7,5 +7,5 @@ Size (tin-2.4.4.tar.xz) = 1545016 bytes
SHA1 (patch-Makefile) = 7f9048d31e70d9630ba6511d834db5d0c60a7de1
SHA1 (patch-configure) = 02f6c943c7e6cbf8552f163c8ff4922413c9c340
SHA1 (patch-include_tin.h) = 75a933e15128e7e102598c311ff292caf9c49041
-SHA1 (patch-pcre_configure.in) = c062b56be504eef7526c6d7cec0bf619930dc67c
+SHA1 (patch-pcre_configure.in) = 8bd7a8353c280a9ec4199bc43fb234f52f6ca7b1
SHA1 (patch-src_Makefile.in) = 412f1cd6b01618e64d6a3f713f3758d5a563e79e
diff --git a/news/tin/patches/patch-pcre_configure.in b/news/tin/patches/patch-pcre_configure.in
index fb0ee90f045..50ca857743b 100644
--- a/news/tin/patches/patch-pcre_configure.in
+++ b/news/tin/patches/patch-pcre_configure.in
@@ -1,6 +1,7 @@
-$NetBSD: patch-pcre_configure.in,v 1.1 2020/03/20 10:25:15 micha Exp $
+$NetBSD: patch-pcre_configure.in,v 1.2 2020/04/20 14:47:35 micha Exp $
Replace nonportable operator "==" with POSIX equivalent.
+Reported and fixed upstream (remove this patch for next release).
--- pcre/configure.in.orig 2017-05-03 17:47:33.000000000 +0000
+++ pcre/configure.in