From a967a46d8fb6932dee2cd411dab1aa2748075adf Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 3 Jan 2016 21:56:01 +0000 Subject: It's 2016, allow it in man pages. Bump version. --- textproc/mdoclint/Makefile | 4 ++-- textproc/mdoclint/files/mdoclint | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc') diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index 51adfd9098f..2a2c25445aa 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2015/12/11 14:24:35 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2016/01/03 21:56:01 wiz Exp $ -DISTNAME= mdoclint-1.35 +DISTNAME= mdoclint-1.36 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none diff --git a/textproc/mdoclint/files/mdoclint b/textproc/mdoclint/files/mdoclint index 9dcca8d2612..bd05773510c 100755 --- a/textproc/mdoclint/files/mdoclint +++ b/textproc/mdoclint/files/mdoclint @@ -1,7 +1,7 @@ #!@PERL5@ # # $OpenBSD: mdoclint,v 1.42 2014/03/18 22:36:30 miod Exp $ -# $NetBSD: mdoclint,v 1.54 2015/12/11 14:24:35 wiz Exp $ +# $NetBSD: mdoclint,v 1.55 2016/01/03 21:56:01 wiz Exp $ # # Copyright (c) 2001-2013 Thomas Klausner # All rights reserved. @@ -227,7 +227,7 @@ my $valid_date_re; $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-5])$}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-6])$}o; } } -- cgit v1.2.3