diff options
author | wiz <wiz@pkgsrc.org> | 2019-03-16 11:06:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-03-16 11:06:38 +0000 |
commit | 6c2e3b7624783fa19bbc0fb43aa51b33858810fb (patch) | |
tree | 3ceaae2dcdf2c884d274c02201d012197e18fdee /wm/notion | |
parent | 39a66b098a4dda00354acb855baa114928668adb (diff) | |
download | pkgsrc-6c2e3b7624783fa19bbc0fb43aa51b33858810fb.tar.gz |
notion: add upstream bug report URL.
Diffstat (limited to 'wm/notion')
-rw-r--r-- | wm/notion/distinfo | 4 | ||||
-rw-r--r-- | wm/notion/patches/patch-ioncore_group.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/wm/notion/distinfo b/wm/notion/distinfo index 7413e43caa8..4e5cb537e4d 100644 --- a/wm/notion/distinfo +++ b/wm/notion/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.14 2019/03/13 21:16:15 wiz Exp $ +$NetBSD: distinfo,v 1.15 2019/03/16 11:06:38 wiz Exp $ SHA1 (notion-3-2017050501.tar.gz) = 718c806e24533847b45f7163e2adb5f8de2f2766 RMD160 (notion-3-2017050501.tar.gz) = 448fbf14ce082fc0bd826cbc3be7c750433ca2d3 SHA512 (notion-3-2017050501.tar.gz) = e75d2e0e5bb2405698593bebd51d19c6820335a46d60f3e07e5bbac696c2fd3e4341fc166d65e90f8ae56fdba0f7be34e33d0fe3058617a3ea2d63636c48d6f6 Size (notion-3-2017050501.tar.gz) = 795635 bytes SHA1 (patch-build_rules.mk) = f8321cea75a1dfb6187ce5229f85cfea7dc5c9a7 -SHA1 (patch-ioncore_group.c) = a2d8901660b084ab304d86dad1b4459d63d356e6 +SHA1 (patch-ioncore_group.c) = 56341a39dbbd8e32efa3bd18506eeb0e0db76ec6 SHA1 (patch-libtu_output.c) = e9e9e77f0c1ff196fefa887a51f647f0dee7df89 SHA1 (patch-mod__xrandr_Makefile) = 9299bebbd6a1f043a4095abfa19c917e4229456f SHA1 (patch-system-autodetect.mk) = 60bd996294b30171cd893e62078ca8eada24c202 diff --git a/wm/notion/patches/patch-ioncore_group.c b/wm/notion/patches/patch-ioncore_group.c index f316c5bb4df..7cbe0971c79 100644 --- a/wm/notion/patches/patch-ioncore_group.c +++ b/wm/notion/patches/patch-ioncore_group.c @@ -1,6 +1,7 @@ -$NetBSD: patch-ioncore_group.c,v 1.1 2019/03/13 21:16:15 wiz Exp $ +$NetBSD: patch-ioncore_group.c,v 1.2 2019/03/16 11:06:39 wiz Exp $ Xutf8TextListToTextProperty needs a NULL terminated list of pointers. +https://github.com/raboof/notion/pull/70 --- ioncore/group.c.orig 2017-05-05 14:55:07.000000000 +0000 +++ ioncore/group.c |