diff options
author | kei <kei> | 2000-12-16 03:21:16 +0000 |
---|---|---|
committer | kei <kei> | 2000-12-16 03:21:16 +0000 |
commit | b9bef8d686c724c5dbc486b82104652bc97c2e14 (patch) | |
tree | 2b456079854197929e03b8b8a6b726aa53475c5c /editors | |
parent | 1aac6783c4b6cac23890bccd8b3b22b2a3aa3e92 (diff) | |
download | pkgsrc-b9bef8d686c724c5dbc486b82104652bc97c2e14.tar.gz |
patch-bb was broken. Problem reported by Thomas Klausner by a private message.
Thanks Thomas!
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule/files/patch-sum | 4 | ||||
-rw-r--r-- | editors/mule/patches/patch-bb | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/mule/files/patch-sum b/editors/mule/files/patch-sum index aae42cd2769..7200ea8be2b 100644 --- a/editors/mule/files/patch-sum +++ b/editors/mule/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/11/21 05:21:08 kei Exp $ +$NetBSD: patch-sum,v 1.2 2000/12/16 03:21:16 kei Exp $ MD5 (patch-aa) = 7ea2769158c781897538a3e288731072 MD5 (patch-ab) = 30328117a0190ca42366961fd38c9c6d @@ -22,4 +22,4 @@ MD5 (patch-av) = 78da6b62d9c1c00b56715d7f8a3ccf04 MD5 (patch-aw) = 1c619081c2ee3c55585c1ffc7acdc034 MD5 (patch-az) = 850d146d480411d2d2a66301fbe2fa51 MD5 (patch-ba) = 222cfdb4a3f3b48e6efc9acee272f466 -MD5 (patch-bb) = e8f991ef2941f2ac1dfda3378e4e0ea5 +MD5 (patch-bb) = de69661cccaf18648cb9ef3129463a5a diff --git a/editors/mule/patches/patch-bb b/editors/mule/patches/patch-bb index 2fd6dbec669..3d9df958cbc 100644 --- a/editors/mule/patches/patch-bb +++ b/editors/mule/patches/patch-bb @@ -1,7 +1,7 @@ -$NetBSD: patch-bb,v 1.1.1.1 2000/11/21 05:21:14 kei Exp $ +$NetBSD: patch-bb,v 1.2 2000/12/16 03:21:16 kei Exp $ -*** man/texinfo.tex.orig Fri Nov 17 16:10:16 2000 ---- man/texinfo.tex Fri Nov 17 20:00:13 2000 +*** man/texinfo.tex.orig Fri Oct 21 13:19:39 1994 +--- man/texinfo.tex Sat Dec 16 12:02:00 2000 *************** *** 1,6 **** ! %% TeX macros to handle texinfo files @@ -34,7 +34,7 @@ $NetBSD: patch-bb,v 1.1.1.1 2000/11/21 05:21:14 kei Exp $ % This automatically updates the version number based on RCS. \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}} -! \deftexinfoversion Revision: 2.133 +! \deftexinfoversion$Revision: 1.2 $ \message{Loading texinfo package [Version \texinfoversion]:} ! % Print the version number if in a .fmt file. |