diff options
author | youri <youri@pkgsrc.org> | 2016-06-06 13:35:35 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-06 13:35:35 +0000 |
commit | 157e82939689926d529e241492a43395a892e889 (patch) | |
tree | 41b1d88433059800335e863d33fabe09ac0499a7 /x11 | |
parent | 8bdc1338d41611323cc01343a62148426dde09e5 (diff) | |
download | pkgsrc-157e82939689926d529e241492a43395a892e889.tar.gz |
Patches were submitted upstream.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxterminal/distinfo | 6 | ||||
-rw-r--r-- | x11/lxterminal/patches/patch-src_setting.c | 4 | ||||
-rw-r--r-- | x11/lxterminal/patches/patch-src_unixsocket.c | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11/lxterminal/distinfo b/x11/lxterminal/distinfo index 29de77307bb..1872aa07970 100644 --- a/x11/lxterminal/distinfo +++ b/x11/lxterminal/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2016/05/23 10:23:35 youri Exp $ +$NetBSD: distinfo,v 1.2 2016/06/06 13:35:35 youri Exp $ SHA1 (lxterminal-0.2.0.tar.gz) = 0c2269c43aa463e5dbf869d935745226b3c9943a RMD160 (lxterminal-0.2.0.tar.gz) = 3398b90578a1e319c9474c1bd3862698177b657d SHA512 (lxterminal-0.2.0.tar.gz) = 5bec0e16fa4d929203e4c206fb59fb0c88e02f29adbf527c31fa2a0007d3dddbdf12f2219e204360b5dd95a68a89410fcf937325f3a7eb1229b568c9c10c0e78 Size (lxterminal-0.2.0.tar.gz) = 248698 bytes -SHA1 (patch-src_setting.c) = 99abd72ce3113527d0a1a337f01c038d16fac65d -SHA1 (patch-src_unixsocket.c) = 7b46000ec467c6792b186b99c314443785e6b14e +SHA1 (patch-src_setting.c) = d7bda3827ea714ccfd508e45737f49847249e16a +SHA1 (patch-src_unixsocket.c) = 48444fd1c4f3eac137c91d2b947a7a2faaebaad3 diff --git a/x11/lxterminal/patches/patch-src_setting.c b/x11/lxterminal/patches/patch-src_setting.c index b0002276e8b..eaafdbaa8ff 100644 --- a/x11/lxterminal/patches/patch-src_setting.c +++ b/x11/lxterminal/patches/patch-src_setting.c @@ -1,6 +1,6 @@ -$NetBSD: patch-src_setting.c,v 1.1 2016/05/23 10:23:35 youri Exp $ +$NetBSD: patch-src_setting.c,v 1.2 2016/06/06 13:35:35 youri Exp $ -Fix glib function +Fix glib function, patch accepted upstream. --- src/setting.c.orig 2014-10-21 15:29:18.000000000 +0000 +++ src/setting.c diff --git a/x11/lxterminal/patches/patch-src_unixsocket.c b/x11/lxterminal/patches/patch-src_unixsocket.c index fed69d3c919..753d36d16ec 100644 --- a/x11/lxterminal/patches/patch-src_unixsocket.c +++ b/x11/lxterminal/patches/patch-src_unixsocket.c @@ -1,6 +1,6 @@ -$NetBSD: patch-src_unixsocket.c,v 1.1 2016/05/23 10:23:35 youri Exp $ +$NetBSD: patch-src_unixsocket.c,v 1.2 2016/06/06 13:35:35 youri Exp $ -string.h for memset +string.h for memset, submitted upstream. --- src/unixsocket.c.orig 2015-05-21 08:43:09.000000000 -0700 +++ src/unixsocket.c 2015-05-21 08:43:20.000000000 -0700 |