pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/mdocml Update to modcml-1.7.23. A number of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c12902fb81aa
branches: trunk
changeset: 395730:c12902fb81aa
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Jul 11 17:58:08 2009 +0000
description:
Update to modcml-1.7.23. A number of whitespace related optimisations,
some bugfixes and a lot of cleanups.
diffstat:
textproc/mdocml/Makefile | 4 ++--
textproc/mdocml/distinfo | 9 ++++-----
textproc/mdocml/patches/patch-ft | 13 -------------
3 files changed, 6 insertions(+), 20 deletions(-)
diffs (43 lines):
diff -r 975bb585ff9f -r c12902fb81aa textproc/mdocml/Makefile
--- a/textproc/mdocml/Makefile Sat Jul 11 13:16:57 2009 +0000
+++ b/textproc/mdocml/Makefile Sat Jul 11 17:58:08 2009 +0000
@@ -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 -r 975bb585ff9f -r c12902fb81aa textproc/mdocml/distinfo
--- a/textproc/mdocml/distinfo Sat Jul 11 13:16:57 2009 +0000
+++ b/textproc/mdocml/distinfo Sat Jul 11 17:58:08 2009 +0000
@@ -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 -r 975bb585ff9f -r c12902fb81aa textproc/mdocml/patches/patch-ft
--- a/textproc/mdocml/patches/patch-ft Sat Jul 11 13:16:57 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index