diff options
author | wiz <wiz> | 2001-10-01 16:33:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-10-01 16:33:13 +0000 |
commit | 2b5f2c9619774151e1d0c0a3cfef7b8fd9668914 (patch) | |
tree | 1cc959eda7b2034ff7cb45927f6a5b01525062dc /textproc/p5-Convert-ASN1 | |
parent | 92e4a739283bee916c6327cfc87b893351eb4d80 (diff) | |
download | pkgsrc-2b5f2c9619774151e1d0c0a3cfef7b8fd9668914.tar.gz |
Remove patch that's unneeded after mcr's "update" of the package.
Diffstat (limited to 'textproc/p5-Convert-ASN1')
-rw-r--r-- | textproc/p5-Convert-ASN1/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/p5-Convert-ASN1/patches/patch-aa b/textproc/p5-Convert-ASN1/patches/patch-aa deleted file mode 100644 index 15ec702b3ff..00000000000 --- a/textproc/p5-Convert-ASN1/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/06/09 14:14:51 kleink Exp $ - ---- lib/Convert/ASN1/Debug.pm Mon May 22 22:48:09 2000 -+++ lib/Convert/ASN1/Debug.pm Fri Jun 9 10:05:52 2000 -@@ -208,7 +208,9 @@ - print STDERR "]"; - if ($op->[cCHILD]) { - print STDERR " ",scalar @{$op->[cCHILD]},"\n"; -- $line = dump_op($_,$indent . " ",$done,$line) for (@{$op->[cCHILD]}); -+ for (@{$op->[cCHILD]}) { -+ $line = dump_op($_,$indent . " ",$done,$line); -+ } - } - else { - print STDERR "\n"; |