diff options
author | youri <youri@pkgsrc.org> | 2016-06-06 13:44:25 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-06 13:44:25 +0000 |
commit | 83bae34e187adc8f978f15ec9d8de70cd1f69c0b (patch) | |
tree | c361271b3fcc5f43f1266c54ab7d643a310b3eb0 /x11 | |
parent | aff2f6353522bc71788e5a38a012205f4e902147 (diff) | |
download | pkgsrc-83bae34e187adc8f978f15ec9d8de70cd1f69c0b.tar.gz |
patch-src_unixsocket.c accepted upstream.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxterminal/distinfo | 4 | ||||
-rw-r--r-- | x11/lxterminal/patches/patch-src_unixsocket.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/lxterminal/distinfo b/x11/lxterminal/distinfo index 1872aa07970..2d639511a43 100644 --- a/x11/lxterminal/distinfo +++ b/x11/lxterminal/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2016/06/06 13:35:35 youri Exp $ +$NetBSD: distinfo,v 1.3 2016/06/06 13:44:25 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) = d7bda3827ea714ccfd508e45737f49847249e16a -SHA1 (patch-src_unixsocket.c) = 48444fd1c4f3eac137c91d2b947a7a2faaebaad3 +SHA1 (patch-src_unixsocket.c) = eda2fef63cb83b0f1c64c44ad65b6245a98a0241 diff --git a/x11/lxterminal/patches/patch-src_unixsocket.c b/x11/lxterminal/patches/patch-src_unixsocket.c index 753d36d16ec..d109b09a44e 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.2 2016/06/06 13:35:35 youri Exp $ +$NetBSD: patch-src_unixsocket.c,v 1.3 2016/06/06 13:44:25 youri Exp $ -string.h for memset, submitted upstream. +string.h for memset, merged upstream. --- src/unixsocket.c.orig 2015-05-21 08:43:09.000000000 -0700 +++ src/unixsocket.c 2015-05-21 08:43:20.000000000 -0700 |