diff options
author | wiz <wiz> | 2015-04-14 11:40:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-04-14 11:40:31 +0000 |
commit | d25b81f61d47d68a2b705c38b5f2c46028826b99 (patch) | |
tree | 86d59f72e362d758e2f7c4a084578152561fef40 /pkgtools | |
parent | 958d710cffca4a14e6f281d203ff3f5598e73202 (diff) | |
download | pkgsrc-d25b81f61d47d68a2b705c38b5f2c46028826b99.tar.gz |
Remove more references to python-2.6.
Diffstat (limited to 'pkgtools')
-rwxr-xr-x | pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh index 896bf2d8c64..af27ee65707 100755 --- a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh +++ b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $NetBSD: pkg_rolling-replace.sh,v 1.34 2015/02/12 08:22:16 abs Exp $ +# $NetBSD: pkg_rolling-replace.sh,v 1.35 2015/04/14 11:40:31 wiz Exp $ #<license> # Copyright (c) 2006 BBN Technologies Corp. All rights reserved. # @@ -453,7 +453,7 @@ while [ -n "$REPLACE_TODO" ]; do # Set PKGNAME_REQD to give underlying make processes a chance to # set options derived from the package name. For example, # the appropriate version of Python can be derived from the - # package name (so, when building py26-foo, use python-2.6, + # package name (so, when building py34-foo, use python-3.4, # not python-2.7). MAKE_SET_VARS="PKGNAME_REQD=${pkg}-*" diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index d9b4656e683..aba0310e278 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.262 2015/03/11 19:05:58 rillig Exp $ +# $NetBSD: makevars.map,v 1.263 2015/04/14 11:40:31 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -657,7 +657,7 @@ PTHREAD_OPTS List of { native optional require } [m:as,c:a,b:a] PTHREAD_TYPE Identifier [$system] # ^^ or "native" or "none". PY_PATCHPLIST Yes [$package] -PYPKGPREFIX { py26 py27 py33 } [*:pu, pyversion.mk:s, *:] +PYPKGPREFIX { py27 py33 py34 } [*:pu, pyversion.mk:s, *:] PYTHON_FOR_BUILD_ONLY Yes [$package] REPLACE_PYTHON List of Pathmask [$package_list] PYTHON_VERSIONS_ACCEPTED List of Version [$package] |