diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-01 11:40:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-01 11:40:49 +0000 |
commit | e4b635f98b71568db3f1551c5f369f2066d07562 (patch) | |
tree | 1a1cfa8046695a3b688089fe29895f938e8e13b0 | |
parent | 3070014c8a57e5b421136a0c4e96c45b199c1340 (diff) | |
download | pkgsrc-e4b635f98b71568db3f1551c5f369f2066d07562.tar.gz |
Recognize 2010, bump version to 1.4.
-rw-r--r-- | textproc/mdoclint/Makefile | 4 | ||||
-rwxr-xr-x | textproc/mdoclint/files/mdoclint | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index ae2a7133fd1..93e5b1c82d1 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -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 --git a/textproc/mdoclint/files/mdoclint b/textproc/mdoclint/files/mdoclint index 2589fd3820a..110ce86c52e 100755 --- a/textproc/mdoclint/files/mdoclint +++ b/textproc/mdoclint/files/mdoclint @@ -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 @@ 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])$}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; } } |