From accb5064a8ab51ca451089fd67182dc1e50184fe Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 1 Jan 2017 12:30:37 +0000 Subject: Allow 2017. Bump version. --- textproc/mdoclint/Makefile | 4 ++-- textproc/mdoclint/files/mdoclint | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc') diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index 5770c527a76..098c749bdc9 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -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 --git a/textproc/mdoclint/files/mdoclint b/textproc/mdoclint/files/mdoclint index 53de4edd8a7..d16a36e5a9c 100755 --- a/textproc/mdoclint/files/mdoclint +++ b/textproc/mdoclint/files/mdoclint @@ -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 @@ 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-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; } } -- cgit v1.2.3