summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-09-16 20:03:50 +0000
committercheusov <cheusov>2012-09-16 20:03:50 +0000
commitf150121438184fae4224127ee9b0b65d2512c721 (patch)
treece35101ebfc8f4248e81f7754053eff8daa42ee9 /pkgtools
parentc193d8e1637a016336f7404dc416693e58645e80 (diff)
downloadpkgsrc-f150121438184fae4224127ee9b0b65d2512c721.tar.gz
Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move them
to "user variables" section. pkglint is now aware of them. Bump pkglint version. Oked by wiz@
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/makevars.map5
2 files changed, 6 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index f7bbe0b75f1..e02f71f78aa 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.418 2012/09/15 10:55:15 wiz Exp $
+# $NetBSD: Makefile,v 1.419 2012/09/16 20:03:50 cheusov 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.124
+DISTNAME= pkglint-4.125
CATEGORIES= pkgtools
MASTER_SITES= # none
DISTFILES= # none
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index 57c14a9e434..a25550de9bb 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.225 2012/07/22 01:01:41 dholland Exp $
+# $NetBSD: makevars.map,v 1.226 2012/09/16 20:03:50 cheusov Exp $
#
# This file contains the guessed type of some variables, according to
@@ -524,6 +524,7 @@ PG_LIB_EXT { dylib so } [$system]
PGSQL_TYPE { postgresql81-client postgresql80-client } [$system]
PGPKGSRCDIR Pathname [$system]
PHASE_MSG ShellCommand [$system]
+PHP_VERSION_REQD Version [$user]
PKGBASE Identifier [$system]
PKGCONFIG_OVERRIDE List of Pathmask [m:as,c:a]
PKGCONFIG_OVERRIDE_STAGE Stage [$package]
@@ -636,6 +637,7 @@ PYTHON_PATCH_SCRIPTS List of Pathmask [$package_list]
PYTHON_VERSIONS_ACCEPTED List of Version [$package]
PYTHON_VERSIONS_INCOMPATIBLE List of Version [$package]
PYTHON_VERSION_DEFAULT Version [$user]
+PYTHON_VERSION_REQD Version [$user]
RANLIB ShellCommand [$system]
RCD_SCRIPTS List of Filename [$package_list]
RCD_SCRIPT_SRC.* List of Pathname [m:s]
@@ -658,6 +660,7 @@ REQD_FILES_PERMS List of ShellWord [$package_list]
RESTRICTED Message [$package]
ROOT_USER UserGroupName [$user]
ROOT_GROUP UserGroupName [$user]
+RUBY_VERSION_REQD Version [$user]
RUN ShellCommand [$system]
SCRIPTS_ENV List of ShellWord [m:a,c:a]
SETUID_ROOT_PERMS List of ShellWord [$user]