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:   rillig
Date:           Wed Apr  5 19:17:19 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkglint: Makefile
        pkgsrc/pkgtools/pkglint/files: vardefs.go

Log Message:
Updated pkglint to 5.4.20.

Changes since 5.4.19:
* Updated allowed Python versions to include py36.


To generate a diff of this commit:
cvs rdiff -u -r1.512 -r1.513 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/pkgtools/pkglint/files/vardefs.go

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/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.512 pkgsrc/pkgtools/pkglint/Makefile:1.513
--- pkgsrc/pkgtools/pkglint/Makefile:1.512      Fri Mar 17 22:43:34 2017
+++ pkgsrc/pkgtools/pkglint/Makefile    Wed Apr  5 19:17:19 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.512 2017/03/17 22:43:34 rillig Exp $
+# $NetBSD: Makefile,v 1.513 2017/04/05 19:17:19 rillig Exp $
 
-PKGNAME=       pkglint-5.4.19
+PKGNAME=       pkglint-5.4.20
 DISTFILES=     # none
 CATEGORIES=    pkgtools
 

Index: pkgsrc/pkgtools/pkglint/files/vardefs.go
diff -u pkgsrc/pkgtools/pkglint/files/vardefs.go:1.22 pkgsrc/pkgtools/pkglint/files/vardefs.go:1.23
--- pkgsrc/pkgtools/pkglint/files/vardefs.go:1.22       Sun Jan 29 14:27:48 2017
+++ pkgsrc/pkgtools/pkglint/files/vardefs.go    Wed Apr  5 19:17:19 2017
@@ -854,7 +854,7 @@ func (gd *GlobalData) InitVartypes() {
        acl("PTHREAD_OPTS", lkShell, enum("native optional require"), "Makefile: set, append; Makefile.common, buildlink3.mk: append")
        sys("PTHREAD_TYPE", lkNone, BtIdentifier) // Or "native" or "none".
        pkg("PY_PATCHPLIST", lkNone, BtYes)
-       acl("PYPKGPREFIX", lkNone, enum("py27 py34 py35"), "pyversion.mk: set; *: use-loadtime, use")
+       acl("PYPKGPREFIX", lkNone, enum("py27 py34 py35 py36"), "pyversion.mk: set; *: use-loadtime, use")
        pkg("PYTHON_FOR_BUILD_ONLY", lkNone, BtYes)
        pkglist("REPLACE_PYTHON", lkShell, BtPathmask)
        pkg("PYTHON_VERSIONS_ACCEPTED", lkShell, BtVersion)



Home | Main Index | Thread Index | Old Index