diff options
author | wiz <wiz@pkgsrc.org> | 2021-03-06 08:09:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-03-06 08:09:09 +0000 |
commit | 9e536307f62178a25843bc982f13a6c61a079587 (patch) | |
tree | 2e8cdccbee2189e4ef457acc69575951959fc093 /sysutils | |
parent | 3b33b2f2bb063270e18095a4b6d5735426de364a (diff) | |
download | pkgsrc-9e536307f62178a25843bc982f13a6c61a079587.tar.gz |
detox: add upstream bug report URL to patch
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/detox/distinfo | 4 | ||||
-rw-r--r-- | sysutils/detox/patches/patch-Makefile.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/detox/distinfo b/sysutils/detox/distinfo index 957d51d256f..0912ba3ef8f 100644 --- a/sysutils/detox/distinfo +++ b/sysutils/detox/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2021/03/06 08:07:10 wiz Exp $ +$NetBSD: distinfo,v 1.6 2021/03/06 08:09:09 wiz Exp $ SHA1 (detox-1.4.1.tar.gz) = ae027ff07ead367611b9dad22b5f2924e2f665a2 RMD160 (detox-1.4.1.tar.gz) = a5ac0d281676b23666faacb33fc895275f674c57 SHA512 (detox-1.4.1.tar.gz) = d9121ecfa4d50bbc0a880a551239c8e0578c9039234a5f0c230d81feb9ee2452b2dc6239a5b055df24053838574bf92f3780b98134c230c147442dedd467ea9c Size (detox-1.4.1.tar.gz) = 142503 bytes -SHA1 (patch-Makefile.in) = 30967611a73577c6586480e474d332268e349ce9 +SHA1 (patch-Makefile.in) = b52651eb2000ca58454abdf0fdf10556b6f2c498 diff --git a/sysutils/detox/patches/patch-Makefile.in b/sysutils/detox/patches/patch-Makefile.in index 94d477d623e..d6c23201e6d 100644 --- a/sysutils/detox/patches/patch-Makefile.in +++ b/sysutils/detox/patches/patch-Makefile.in @@ -1,6 +1,7 @@ -$NetBSD: patch-Makefile.in,v 1.1 2021/03/06 08:07:10 wiz Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2021/03/06 08:09:09 wiz Exp $ NetBSD's cp does not support '-n'. +https://github.com/dharple/detox/issues/73 --- Makefile.in.orig 2021-02-24 14:33:19.000000000 +0000 +++ Makefile.in |