pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint pkglint 5.4.18.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a9a15513848
branches: trunk
changeset: 359722:1a9a15513848
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Thu Mar 16 20:03:22 2017 +0000
description:
pkglint 5.4.18.
Changes:
- go tool yacc -> goyacc to fix building with Go 1.8 (PR pkg/52081).
diffstat:
pkgtools/pkglint/Makefile | 5 +++--
pkgtools/pkglint/files/licenses/licenses.go | 2 +-
pkgtools/pkglint/files/shtypes.go | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r 14a2573187b6 -r 1a9a15513848 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Thu Mar 16 20:02:50 2017 +0000
+++ b/pkgtools/pkglint/Makefile Thu Mar 16 20:03:22 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.510 2017/01/18 23:05:43 rillig Exp $
+# $NetBSD: Makefile,v 1.511 2017/03/16 20:03:22 bsiegert Exp $
-PKGNAME= pkglint-5.4.17
+PKGNAME= pkglint-5.4.18
DISTFILES= # none
CATEGORIES= pkgtools
@@ -9,6 +9,7 @@
COMMENT= Verifier for NetBSD packages
LICENSE= 2-clause-bsd
CONFLICTS+= pkglint4-[0-9]*
+BUILD_DEPENDS+= go-tools>=1.8:../../devel/go-tools
NO_CHECKSUM= yes
USE_LANGUAGES= c
diff -r 14a2573187b6 -r 1a9a15513848 pkgtools/pkglint/files/licenses/licenses.go
--- a/pkgtools/pkglint/files/licenses/licenses.go Thu Mar 16 20:02:50 2017 +0000
+++ b/pkgtools/pkglint/files/licenses/licenses.go Thu Mar 16 20:03:22 2017 +0000
@@ -51,7 +51,7 @@
callback(cond)
}
-//go:generate go tool yacc -p liyy -o licensesyacc.go -v licensesyacc.log licenses.y
+//go:generate goyacc -p liyy -o licensesyacc.go -v licensesyacc.log licenses.y
type licenseLexer struct {
repl *textproc.PrefixReplacer
diff -r 14a2573187b6 -r 1a9a15513848 pkgtools/pkglint/files/shtypes.go
--- a/pkgtools/pkglint/files/shtypes.go Thu Mar 16 20:02:50 2017 +0000
+++ b/pkgtools/pkglint/files/shtypes.go Thu Mar 16 20:03:22 2017 +0000
@@ -4,7 +4,7 @@
"fmt"
)
-//go:generate go tool yacc -o shellyacc.go -v shellyacc.log -p shyy shell.y
+//go:generate goyacc -o shellyacc.go -v shellyacc.log -p shyy shell.y
type ShAtomType uint8
Home |
Main Index |
Thread Index |
Old Index