pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkglint



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat May  2 10:43:44 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkglint: select.mk

Log Message:
don't need a wildcard here


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/pkgtools/pkglint/select.mk

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

Modified files:

Index: pkgsrc/pkgtools/pkglint/select.mk
diff -u pkgsrc/pkgtools/pkglint/select.mk:1.6 pkgsrc/pkgtools/pkglint/select.mk:1.7
--- pkgsrc/pkgtools/pkglint/select.mk:1.6       Sat May  2 10:33:15 2020
+++ pkgsrc/pkgtools/pkglint/select.mk   Sat May  2 10:43:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: select.mk,v 1.6 2020/05/02 10:33:15 tnn Exp $
+# $NetBSD: select.mk,v 1.7 2020/05/02 10:43:44 tnn Exp $
 #
 # Selects the proper version of pkglint, depending on whether the
 # platform supports the Go programming language.
@@ -11,7 +11,7 @@
 .if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm:Naarch64} || \
     ${MACHINE_PLATFORM:MSunOS-*-i386} || \
     ${MACHINE_PLATFORM:MNetBSD-[1-5].*-*} || \
-    ${MACHINE_PLATFORM:MNetBSD-9.0*-aarch64}
+    ${MACHINE_PLATFORM} == "NetBSD-9.0-aarch64"
 DEPENDS+=      pkglint4>=4.82<5:../../pkgtools/pkglint4
 .else
 DEPENDS+=      pkglint>=5:../../pkgtools/pkglint



Home | Main Index | Thread Index | Old Index