diff options
author | obache <obache@pkgsrc.org> | 2011-01-04 14:20:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-04 14:20:00 +0000 |
commit | 2165d08a2d1a209f17a3e127b22135227fcccd6a (patch) | |
tree | aba9792c36244ee3e5fdea6385438ae059430bec /security | |
parent | 3c197afbd44bd02bdea5c71685361952fbb10954 (diff) | |
download | pkgsrc-2165d08a2d1a209f17a3e127b22135227fcccd6a.tar.gz |
defined(%hash) is deprecated.
Diffstat (limited to 'security')
-rw-r--r-- | security/skey/distinfo | 3 | ||||
-rw-r--r-- | security/skey/patches/patch-aj | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/security/skey/distinfo b/security/skey/distinfo index 6da0a7e1fc3..53ae5e81abf 100644 --- a/security/skey/distinfo +++ b/security/skey/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2008/12/13 13:58:31 obache Exp $ +$NetBSD: distinfo,v 1.10 2011/01/04 14:20:00 obache Exp $ SHA1 (skey-1.1.5.tar.bz2) = d55fb286098900cdf3eb6b174a720a06c722312a RMD160 (skey-1.1.5.tar.bz2) = 33d97cbcd6dbc91bdca5b27056d51d1f5d06b68d @@ -12,3 +12,4 @@ SHA1 (patch-af) = a2f46213568bb61cebbca658cf8bdb17e4150361 SHA1 (patch-ag) = 43db09ab58733b773ed30015984f724ba80d0e11 SHA1 (patch-ah) = dec25286d50cbe0181b9b4bc99bd92556e573b5e SHA1 (patch-ai) = ad90b480047a22b25bc2c6e416a224e892e501c9 +SHA1 (patch-aj) = ab360d1a032fec2faa43801d9c659716b9f24ab4 diff --git a/security/skey/patches/patch-aj b/security/skey/patches/patch-aj new file mode 100644 index 00000000000..fb95167539c --- /dev/null +++ b/security/skey/patches/patch-aj @@ -0,0 +1,15 @@ +$NetBSD: patch-aj,v 1.1 2011/01/04 14:20:00 obache Exp $ + +* defined(%hash) is deprecated. + +--- fixpaths.orig 2001-05-10 16:10:49.000000000 +0000 ++++ fixpaths +@@ -26,7 +26,7 @@ while ($_=$ARGV[0], /^-/) { + } + } # while parsing arguments + +-if (!defined(%def)) { ++if (!%def) { + die ("$0: nothing to do - no substitutions listed!\n"); + } + |