diff options
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 4ca9d58b48f..f56f1a8937a 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.391 2011/06/15 22:22:28 cheusov Exp $ +# $NetBSD: Makefile,v 1.392 2011/06/18 10:45:32 wiz Exp $ # # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. # After updating, please re-set the CVS tag to HEAD. -DISTNAME= pkglint-4.100 +DISTNAME= pkglint-4.101 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 3c3567c8229..21a5a2f331d 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.212 2011/06/15 22:22:28 cheusov Exp $ +# $NetBSD: makevars.map,v 1.213 2011/06/18 10:45:32 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -628,7 +628,8 @@ PTHREAD_LIBS List of LdFlag [$system] PTHREAD_OPTS List of { native optional require } [m:as,c:a,b:a] PTHREAD_TYPE Identifier [$system] # ^^ or "native" or "none". -PYPKGPREFIX { py24 py25 py26 } [*:pu, pyversion.mk:s, *:] +PY_PATCHLIST Yes [$package] +PYPKGPREFIX { py24 py25 py26 py27 py31 } [*:pu, pyversion.mk:s, *:] PYTHON_FOR_BUILD_ONLY Yes [$package] PYTHON_PATCH_SCRIPTS List of Pathmask [$package_list] PYTHON_VERSIONS_ACCEPTED List of Version [$package] |