diff options
author | joerg <joerg> | 2009-07-11 17:58:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-11 17:58:08 +0000 |
commit | 41e283e7a94e23dbe4ce2be6cc95c2bf60da13a2 (patch) | |
tree | b6547f94f44421d95a22de36c1cd0e1b87f83700 | |
parent | 7228bede6fd48d8f42e834d166e4954b6a300f1f (diff) | |
download | pkgsrc-41e283e7a94e23dbe4ce2be6cc95c2bf60da13a2.tar.gz |
Update to modcml-1.7.23. A number of whitespace related optimisations,
some bugfixes and a lot of cleanups.
-rw-r--r-- | textproc/mdocml/Makefile | 4 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 9 | ||||
-rw-r--r-- | textproc/mdocml/patches/patch-ft | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 54647151e6d..d3d15a001f9 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2009/04/09 01:57:48 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/11 17:58:08 joerg Exp $ -DISTNAME= mdocml-1.7.12 +DISTNAME= mdocml-1.7.23 CATEGORIES= textproc devel MASTER_SITES= http://mdocml.bsd.lv/snapshots/ diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo index 05a814cb88e..cc3ac531fbb 100644 --- a/textproc/mdocml/distinfo +++ b/textproc/mdocml/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/04/09 01:57:48 joerg Exp $ +$NetBSD: distinfo,v 1.6 2009/07/11 17:58:08 joerg Exp $ -SHA1 (mdocml-1.7.12.tar.gz) = 95d5006d113dd005bd82d30a47a7509b62f4ac5d -RMD160 (mdocml-1.7.12.tar.gz) = d48b8c3f313d1249c79ea817291423d89525917c -Size (mdocml-1.7.12.tar.gz) = 79256 bytes -SHA1 (patch-ft) = ba88ed94ef4e5af4f240e53ab04c8814990d2591 +SHA1 (mdocml-1.7.23.tar.gz) = 7dc7f3e1c5b05c55c732baeb1b1e5c6e20b2c87c +RMD160 (mdocml-1.7.23.tar.gz) = bd1be41d64a2dad45b038f27c532d48c7cd9cbc4 +Size (mdocml-1.7.23.tar.gz) = 80549 bytes diff --git a/textproc/mdocml/patches/patch-ft b/textproc/mdocml/patches/patch-ft deleted file mode 100644 index 34f335722ac..00000000000 --- a/textproc/mdocml/patches/patch-ft +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ft,v 1.2 2009/04/09 01:57:48 joerg Exp $ - ---- mdoc_macro.c.orig 2009-03-17 11:22:31.000000000 +0100 -+++ mdoc_macro.c -@@ -107,7 +107,7 @@ const struct mdoc_macro __mdoc_macros[MD - { in_line_eoln, 0 }, /* Fd */ - { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Fl */ - { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Fn */ -- { in_line, MDOC_PARSED }, /* Ft */ -+ { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ft */ - { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ic */ - { in_line_eoln, 0 }, /* In */ - { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Li */ |