diff options
author | pettai <pettai@pkgsrc.org> | 2016-10-29 09:55:13 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2016-10-29 09:55:13 +0000 |
commit | 14f72c20315e01c8531fb1aac5b355cd153ce8a8 (patch) | |
tree | a96b92fec58921e4e5afc6dd8bb232cab750bf40 /net/knot | |
parent | 12aedc5451fa2d7b35a1ce4fbac85cae5af6148a (diff) | |
download | pkgsrc-14f72c20315e01c8531fb1aac5b355cd153ce8a8.tar.gz |
fix pkglint warning
Diffstat (limited to 'net/knot')
-rw-r--r-- | net/knot/distinfo | 4 | ||||
-rw-r--r-- | net/knot/patches/patch-samples_Makefile.in | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/knot/distinfo b/net/knot/distinfo index 95728c6b395..4543857cfbd 100644 --- a/net/knot/distinfo +++ b/net/knot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2016/10/29 09:42:48 pettai Exp $ +$NetBSD: distinfo,v 1.21 2016/10/29 09:55:13 pettai Exp $ SHA1 (knot-2.3.1.tar.xz) = fbc1ecc8586b44dbffc8f81d2450a6b920e9c0bc RMD160 (knot-2.3.1.tar.xz) = f3ed4603b4e1591e880a8048de8e8962927c30c5 SHA512 (knot-2.3.1.tar.xz) = 10d8c09d7cce88aba95b067da9b138af710864de4ef9c00d7ab165b4aca621d9ff15a49b5102e0cdd7bfb14e2806ed8587fd138b6e6af74a01e26e6d6ffe1163 Size (knot-2.3.1.tar.xz) = 1072808 bytes -SHA1 (patch-samples_Makefile.in) = be60c4bfb4ed49dbe8c55dc5d453c8733fb4fb61 +SHA1 (patch-samples_Makefile.in) = 9354505e5525b28266e5ab250026571d980ade54 diff --git a/net/knot/patches/patch-samples_Makefile.in b/net/knot/patches/patch-samples_Makefile.in index 29de588246d..77113ce1c40 100644 --- a/net/knot/patches/patch-samples_Makefile.in +++ b/net/knot/patches/patch-samples_Makefile.in @@ -1,4 +1,6 @@ -$NetBSD: patch-samples_Makefile.in,v 1.4 2015/10/26 19:23:08 pettai Exp $ +$NetBSD: patch-samples_Makefile.in,v 1.5 2016/10/29 09:55:13 pettai Exp $ + +Install sample config where pkgsrc typically install examples --- samples/Makefile.in.orig 2015-10-26 16:12:16.000000000 +0000 +++ samples/Makefile.in |