Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6BA0B7A26C for ; Wed, 25 Jan 2017 09:17:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1770585627; Wed, 25 Jan 2017 09:17:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BC8C8557D for ; Wed, 25 Jan 2017 09:17:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vbCqyNAeoZmE for ; Wed, 25 Jan 2017 09:17:07 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 32871855B9 for ; Wed, 25 Jan 2017 09:17:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CB19FBA6; Wed, 25 Jan 2017 09:17:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485335827259700" MIME-Version: 1.0 Date: Wed, 25 Jan 2017 09:17:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/mdoclint To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170125091707.2CB19FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1485335827259700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 25 09:17:07 UTC 2017 Modified Files: pkgsrc/textproc/mdoclint: Makefile pkgsrc/textproc/mdoclint/files: mdoclint Log Message: Add arm64 for OpenBSD. >From jmc@OpenBSD. Bump version. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/mdoclint/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/textproc/mdoclint/files/mdoclint Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485335827259700 Content-Disposition: inline Content-Length: 1345 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/mdoclint/Makefile diff -u pkgsrc/textproc/mdoclint/Makefile:1.55 pkgsrc/textproc/mdoclint/Makefile:1.56 --- pkgsrc/textproc/mdoclint/Makefile:1.55 Sun Jan 1 12:30:37 2017 +++ pkgsrc/textproc/mdoclint/Makefile Wed Jan 25 09:17:06 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2017/01/01 12:30:37 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2017/01/25 09:17:06 wiz Exp $ -DISTNAME= mdoclint-1.44 +DISTNAME= mdoclint-1.45 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none Index: pkgsrc/textproc/mdoclint/files/mdoclint diff -u pkgsrc/textproc/mdoclint/files/mdoclint:1.63 pkgsrc/textproc/mdoclint/files/mdoclint:1.64 --- pkgsrc/textproc/mdoclint/files/mdoclint:1.63 Sun Jan 1 12:30:37 2017 +++ pkgsrc/textproc/mdoclint/files/mdoclint Wed Jan 25 09:17:06 2017 @@ -1,7 +1,7 @@ #!@PERL5@ # # $OpenBSD: mdoclint,v 1.48 2016/01/24 20:10:48 schwarze Exp $ -# $NetBSD: mdoclint,v 1.63 2017/01/01 12:30:37 wiz Exp $ +# $NetBSD: mdoclint,v 1.64 2017/01/25 09:17:06 wiz Exp $ # # Copyright (c) 2001-2017 Thomas Klausner # All rights reserved. @@ -198,7 +198,7 @@ my $valid_date_re; my @arches; if (OPENBSD) { @arches = - (qw(alpha amd64 armv7 hppa i386 + (qw(alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc mips64 octeon sgi socppc sparc64)); } --_----------=_1485335827259700--