diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-26 03:36:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-26 03:36:38 +0000 |
commit | bd206e6483aa3e195104c4c89d241624c75e1dce (patch) | |
tree | 904372552d9d1322aca3c70b53154ced02012a43 /biology | |
parent | 1efc07d1e0fc81e91509c70c83b05f0586807958 (diff) | |
download | pkgsrc-bd206e6483aa3e195104c4c89d241624c75e1dce.tar.gz |
Correct unterminated cross-reference when building man pages.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/bioperl/files/patch-sum | 3 | ||||
-rw-r--r-- | biology/bioperl/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/biology/bioperl/files/patch-sum b/biology/bioperl/files/patch-sum index 6b930a27596..1cfc5723524 100644 --- a/biology/bioperl/files/patch-sum +++ b/biology/bioperl/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:20 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/08/26 03:36:38 jlam Exp $ MD5 (patch-aa) = c18e708c55eeae44ac7ec7a860d67f00 MD5 (patch-ab) = cf3fd5491b9aac607ed516ce4cf0213c +MD5 (patch-ac) = 4de5755319b2d54ce180633847275c92 diff --git a/biology/bioperl/patches/patch-ac b/biology/bioperl/patches/patch-ac new file mode 100644 index 00000000000..064961c8ae6 --- /dev/null +++ b/biology/bioperl/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2000/08/26 03:36:45 jlam Exp $ + +--- Bio/Root/Err.pm.orig Thu Feb 4 03:06:35 1999 ++++ Bio/Root/Err.pm +@@ -984,7 +984,7 @@ + : This method is an alternative to Bio::Root::Object::throw() + : and is not as well developed or documented as that method. + +-See Also : L<warning>(), B<Bio::Root::Object::throw()>, B<Bio::Root::Global::strictness() ++See Also : L<warning>(), B<Bio::Root::Object::throw()>, B<Bio::Root::Global::strictness()> + + =cut + |