diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-09 11:16:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-09 11:16:56 +0000 |
commit | 206a66b761b2d619d119491b1d1c84cc7caa1bf2 (patch) | |
tree | 020874bc1d8c5d03d7dd2bbf50dab8bcba51d895 /pkgtools | |
parent | 90c9574d143fdb5623e9dcdb5bed7a0058be96d2 (diff) | |
download | pkgsrc-206a66b761b2d619d119491b1d1c84cc7caa1bf2.tar.gz |
Remove references to python-2.3.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 | ||||
-rw-r--r-- | pkgtools/revbump/files/revbump.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 2a72e1b191e..2f4d7a6368b 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.197 2009/08/25 12:32:56 wiz Exp $ +# $NetBSD: makevars.map,v 1.198 2009/09/09 11:16:56 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -626,7 +626,7 @@ 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 { py23 py24 py25 } [*:pu, pyversion.mk:s, *:] +PYPKGPREFIX { py24 py25 py26 } [*: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] diff --git a/pkgtools/revbump/files/revbump.1 b/pkgtools/revbump/files/revbump.1 index 06271d396e9..fe87feca3ff 100644 --- a/pkgtools/revbump/files/revbump.1 +++ b/pkgtools/revbump/files/revbump.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: revbump.1,v 1.7 2006/04/17 13:40:17 wiz Exp $ +.\" $NetBSD: revbump.1,v 1.8 2009/09/09 11:16:57 wiz Exp $ .\" .\" Copyright (c) 2003, 2004, 2005, 2006 The NetBSD Foundation, Inc. .\" @@ -95,7 +95,7 @@ revbump \*[Lt] makebump \*[Gt] makebump.manual blbump \*[Lt] bl3bump \*[Gt] bl3bump.manual [handle the *ABI_DEPENDS* bumps in bl3bump.manual manually] cvs diff `cat allbump` -[look for PYPKGPREFIX -\*[Gt] py22 or py23pth expansions +[look for PYPKGPREFIX -\*[Gt] py25 expansions in buildlink files and any unrelated diffs you have in your local tree, and fix them] lintpkgsrc -d |