pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/mdoclint Allow 2017. Bump version.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58f61b218f41
branches:  trunk
changeset: 356477:58f61b218f41
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 01 12:30:37 2017 +0000

description:
Allow 2017. Bump version.

diffstat:

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

diffs (36 lines):

diff -r 59b1814a13ad -r 58f61b218f41 textproc/mdoclint/Makefile
--- a/textproc/mdoclint/Makefile        Sun Jan 01 12:30:33 2017 +0000
+++ b/textproc/mdoclint/Makefile        Sun Jan 01 12:30:37 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2016/11/24 12:09:14 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2017/01/01 12:30:37 wiz Exp $
 
-DISTNAME=      mdoclint-1.43
+DISTNAME=      mdoclint-1.44
 CATEGORIES=    textproc
 MASTER_SITES=  # none
 DISTFILES=     # none
diff -r 59b1814a13ad -r 58f61b218f41 textproc/mdoclint/files/mdoclint
--- a/textproc/mdoclint/files/mdoclint  Sun Jan 01 12:30:33 2017 +0000
+++ b/textproc/mdoclint/files/mdoclint  Sun Jan 01 12:30:37 2017 +0000
@@ -1,9 +1,9 @@
 #!@PERL5@
 #
 # $OpenBSD: mdoclint,v 1.48 2016/01/24 20:10:48 schwarze Exp $
-# $NetBSD: mdoclint,v 1.62 2016/11/24 12:09:14 wiz Exp $
+# $NetBSD: mdoclint,v 1.63 2017/01/01 12:30:37 wiz Exp $
 #
-# Copyright (c) 2001-2013 Thomas Klausner
+# Copyright (c) 2001-2017 Thomas Klausner
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -228,7 +228,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]|201[0-6])$}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]|201[0-7])$}o;
        }
 }
 



Home | Main Index | Thread Index | Old Index