pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/mdoclint Recognize 2010, bump version to 1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e7a715a7644
branches:  trunk
changeset: 568983:4e7a715a7644
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 01 11:40:49 2010 +0000

description:
Recognize 2010, bump version to 1.4.

diffstat:

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

diffs (36 lines):

diff -r 7630d8358f42 -r 4e7a715a7644 textproc/mdoclint/Makefile
--- a/textproc/mdoclint/Makefile        Fri Jan 01 01:20:01 2010 +0000
+++ b/textproc/mdoclint/Makefile        Fri Jan 01 11:40:49 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2009/05/18 09:10:03 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2010/01/01 11:40:49 wiz Exp $
 
-DISTNAME=      mdoclint-1.3
+DISTNAME=      mdoclint-1.4
 CATEGORIES=    textproc
 MASTER_SITES=  # none
 DISTFILES=     # none
diff -r 7630d8358f42 -r 4e7a715a7644 textproc/mdoclint/files/mdoclint
--- a/textproc/mdoclint/files/mdoclint  Fri Jan 01 01:20:01 2010 +0000
+++ b/textproc/mdoclint/files/mdoclint  Fri Jan 01 11:40:49 2010 +0000
@@ -1,9 +1,9 @@
 #!@PERL5@
 #
 # $OpenBSD: mdoclint,v 1.14 2009/04/13 12:40:05 espie Exp $
-# $NetBSD: mdoclint,v 1.4 2009/05/18 09:10:03 wiz Exp $
+# $NetBSD: mdoclint,v 1.5 2010/01/01 11:40:49 wiz Exp $
 #
-# Copyright (c) 2001-2009 Thomas Klausner
+# Copyright (c) 2001-2010 Thomas Klausner
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -158,7 +158,7 @@
                $valid_date_re = qr{\$Mdocdate\b};
        }
        if (NETBSD) {
-               $valid_date_re = qr{(?:January|February|March|April|May|June|July|August|September|October|November|December)\s*[1-9][0-9]*,\s*(?:198[0-9]|199[0-9]|200[0-9])$}o;
+               $valid_date_re = qr{(?:January|February|March|April|May|June|July|August|September|October|November|December)\s*[1-9][0-9]*,\s*(?:198[0-9]|199[0-9]|200[0-9]|2010)$}o;
        }
 }
 



Home | Main Index | Thread Index | Old Index