pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/mdoclint Add arm64 for OpenBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9beba60c4d12
branches:  trunk
changeset: 357642:9beba60c4d12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 25 09:17:06 2017 +0000

description:
Add arm64 for OpenBSD.

>From jmc@OpenBSD.

Bump version.

diffstat:

 textproc/mdoclint/Makefile       |  4 ++--
 textproc/mdoclint/files/mdoclint |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 14ccb867239c -r 9beba60c4d12 textproc/mdoclint/Makefile
--- a/textproc/mdoclint/Makefile        Wed Jan 25 07:43:49 2017 +0000
+++ b/textproc/mdoclint/Makefile        Wed Jan 25 09:17:06 2017 +0000
@@ -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
diff -r 14ccb867239c -r 9beba60c4d12 textproc/mdoclint/files/mdoclint
--- a/textproc/mdoclint/files/mdoclint  Wed Jan 25 07:43:49 2017 +0000
+++ b/textproc/mdoclint/files/mdoclint  Wed Jan 25 09:17:06 2017 +0000
@@ -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 @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));
        }



Home | Main Index | Thread Index | Old Index