From 2b5f2c9619774151e1d0c0a3cfef7b8fd9668914 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 1 Oct 2001 16:33:13 +0000 Subject: Remove patch that's unneeded after mcr's "update" of the package. --- textproc/p5-Convert-ASN1/patches/patch-aa | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 textproc/p5-Convert-ASN1/patches/patch-aa 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"; -- cgit v1.2.3