pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/mdoclint Prefer same section order as mdocml....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de924bb5281e
branches:  trunk
changeset: 575938:de924bb5281e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 26 08:31:59 2010 +0000

description:
Prefer same section order as mdocml. Bump version.

diffstat:

 textproc/mdoclint/Makefile       |  4 ++--
 textproc/mdoclint/files/mdoclint |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 84b1f98e8f79 -r de924bb5281e textproc/mdoclint/Makefile
--- a/textproc/mdoclint/Makefile        Wed May 26 07:54:42 2010 +0000
+++ b/textproc/mdoclint/Makefile        Wed May 26 08:31:59 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2010/03/22 09:18:40 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2010/05/26 08:31:59 wiz Exp $
 
-DISTNAME=      mdoclint-1.6
+DISTNAME=      mdoclint-1.7
 CATEGORIES=    textproc
 MASTER_SITES=  # none
 DISTFILES=     # none
diff -r 84b1f98e8f79 -r de924bb5281e textproc/mdoclint/files/mdoclint
--- a/textproc/mdoclint/files/mdoclint  Wed May 26 07:54:42 2010 +0000
+++ b/textproc/mdoclint/files/mdoclint  Wed May 26 08:31:59 2010 +0000
@@ -1,7 +1,7 @@
 #!@PERL5@
 #
 # $OpenBSD: mdoclint,v 1.14 2009/04/13 12:40:05 espie Exp $
-# $NetBSD: mdoclint,v 1.8 2010/03/22 09:18:40 wiz Exp $
+# $NetBSD: mdoclint,v 1.9 2010/05/26 08:31:59 wiz Exp $
 #
 # Copyright (c) 2001-2010 Thomas Klausner
 # All rights reserved.
@@ -104,12 +104,14 @@
                NETBSD ? "LIBRARY" : undef,
                "SYNOPSIS",
                "DESCRIPTION",
-               NETBSD ? "EXIT STATUS" : undef,
+               "IMPLEMENTATION NOTES",
                "RETURN VALUES",
                "ENVIRONMENT",
                "FILES",
+               NETBSD ? "EXIT STATUS" : undef,
                "EXAMPLES",
                "DIAGNOSTICS",
+               "COMPATIBILITY",
                "ERRORS",
                "SEE ALSO",
                "STANDARDS",



Home | Main Index | Thread Index | Old Index