diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-04 10:47:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-04 10:47:48 +0000 |
commit | 0e800e72be169904897ff00c0e112272d9011607 (patch) | |
tree | c6c2e6c4f2e6788c06f7e5bb2f79641de6776329 /devel/coccinelle | |
parent | fb60bf4c203cff196dde7f8651a7a86c1275a766 (diff) | |
download | pkgsrc-0e800e72be169904897ff00c0e112272d9011607.tar.gz |
coccinelle: add upstream bug report URL
Diffstat (limited to 'devel/coccinelle')
-rw-r--r-- | devel/coccinelle/distinfo | 4 | ||||
-rw-r--r-- | devel/coccinelle/patches/patch-configure.ac | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/coccinelle/distinfo b/devel/coccinelle/distinfo index b1c359491bc..89fe974868b 100644 --- a/devel/coccinelle/distinfo +++ b/devel/coccinelle/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2022/06/04 10:44:31 wiz Exp $ +$NetBSD: distinfo,v 1.16 2022/06/04 10:47:48 wiz Exp $ BLAKE2s (coccinelle-1.1.1.tar.gz) = 708c24fc57f1cebb3502c9503e7c0119318b0b5b37a6d7805f1cf3306f970e81 SHA512 (coccinelle-1.1.1.tar.gz) = f935aef406d3356a8e3d08fa7dacd6dd8d49aeb3f00668b775a63881b8d8a259acbbaa21348cb32a8a1cc5cf13dcf10d7e871de0f7c0abb6e45eac24e892df98 Size (coccinelle-1.1.1.tar.gz) = 2743457 bytes -SHA1 (patch-configure.ac) = c0457178b96223e6237bde106fdfc018371435e6 +SHA1 (patch-configure.ac) = 03767414219f0bf6195fb24991ce8363fca28394 diff --git a/devel/coccinelle/patches/patch-configure.ac b/devel/coccinelle/patches/patch-configure.ac index 2b72512fa85..e83f065438d 100644 --- a/devel/coccinelle/patches/patch-configure.ac +++ b/devel/coccinelle/patches/patch-configure.ac @@ -1,6 +1,7 @@ -$NetBSD: patch-configure.ac,v 1.1 2022/06/04 10:44:31 wiz Exp $ +$NetBSD: patch-configure.ac,v 1.2 2022/06/04 10:47:48 wiz Exp $ Fix unportable test(1) operator. +https://github.com/coccinelle/coccinelle/pull/280 --- configure.ac.orig 2021-09-06 11:24:20.000000000 +0000 +++ configure.ac |