pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/mdoclint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  1 12:30:37 UTC 2017

Modified Files:
        pkgsrc/textproc/mdoclint: Makefile
        pkgsrc/textproc/mdoclint/files: mdoclint

Log Message:
Allow 2017. Bump version.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/textproc/mdoclint/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/textproc/mdoclint/files/mdoclint

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/mdoclint/Makefile
diff -u pkgsrc/textproc/mdoclint/Makefile:1.54 pkgsrc/textproc/mdoclint/Makefile:1.55
--- pkgsrc/textproc/mdoclint/Makefile:1.54      Thu Nov 24 12:09:14 2016
+++ pkgsrc/textproc/mdoclint/Makefile   Sun Jan  1 12:30:37 2017
@@ -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

Index: pkgsrc/textproc/mdoclint/files/mdoclint
diff -u pkgsrc/textproc/mdoclint/files/mdoclint:1.62 pkgsrc/textproc/mdoclint/files/mdoclint:1.63
--- pkgsrc/textproc/mdoclint/files/mdoclint:1.62        Thu Nov 24 12:09:14 2016
+++ pkgsrc/textproc/mdoclint/files/mdoclint     Sun Jan  1 12:30:37 2017
@@ -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;
        }
 }
 



Home | Main Index | Thread Index | Old Index