pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Move documentation for *_REQD variables to "Infra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3246cc659e65
branches:  trunk
changeset: 609489:3246cc659e65
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Wed Oct 03 23:48:00 2012 +0000

description:
Move documentation for *_REQD variables to "Infrastructure variables"
as suggested by obache@

diffstat:

 lang/php/phpversion.mk   |  9 +++++----
 lang/python/pyversion.mk |  9 +++++----
 lang/ruby/rubyversion.mk |  9 +++++----
 3 files changed, 15 insertions(+), 12 deletions(-)

diffs (72 lines):

diff -r 5af9c610b472 -r 3246cc659e65 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Wed Oct 03 23:40:35 2012 +0000
+++ b/lang/php/phpversion.mk    Wed Oct 03 23:48:00 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.23 2012/09/16 20:03:50 cheusov Exp $
+# $NetBSD: phpversion.mk,v 1.24 2012/10/03 23:48:00 cheusov Exp $
 #
 # This file selects a PHP version, based on the user's preferences and
 # the installed packages. It does not add a dependency on the PHP
@@ -13,10 +13,11 @@
 #      Possible: 53 54
 #      Default: 53
 #
+# === Infrastructure variables ===
+#
 # PHP_VERSION_REQD
-#      PHP version to use. This is a user variable and
-#      should not be set in packages.
-#      Normally it is used by bulk build tools.
+#      PHP version to use. This variable should not be set in
+#      packages.  Normally it is used by bulk build tools.
 #
 #      Possible: ${PHP_VERSIONS_ACCEPTED}
 #      Default:  ${PHP_VERSION_DEFAULT}
diff -r 5af9c610b472 -r 3246cc659e65 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Wed Oct 03 23:40:35 2012 +0000
+++ b/lang/python/pyversion.mk  Wed Oct 03 23:48:00 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.103 2012/10/03 23:39:21 cheusov Exp $
+# $NetBSD: pyversion.mk,v 1.104 2012/10/03 23:48:00 cheusov Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -11,10 +11,11 @@
 #      Possible values: 26 27 31 32
 #      Default: 27
 #
+# === Infrastructure variables ===
+#
 # PYTHON_VERSION_REQD
-#      Python version to use. This is a user variable and
-#      should not be set in packages.
-#      Normally it is used by bulk build tools.
+#      Python version to use. This variable should not be set in
+#      packages.  Normally it is used by bulk build tools.
 #
 #      Possible: ${PYTHON_VERSIONS_ACCEPTED}
 #      Default:  ${PYTHON_VERSION_DEFAULT}
diff -r 5af9c610b472 -r 3246cc659e65 lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Wed Oct 03 23:40:35 2012 +0000
+++ b/lang/ruby/rubyversion.mk  Wed Oct 03 23:48:00 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.88 2012/09/16 20:03:50 cheusov Exp $
+# $NetBSD: rubyversion.mk,v 1.89 2012/10/03 23:48:00 cheusov Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -27,10 +27,11 @@
 #              Possible values: Yes No
 #              Default: Yes
 #
+# === Infrastructure variables ===
+#
 # RUBY_VERSION_REQD
-#      Ruby version to use. This is a user variable and
-#      should not be set in packages.
-#      Normally it is used by bulk build tools.
+#      Ruby version to use. This variable should not be set in
+#      packages.  Normally it is used by bulk build tools.
 #
 #              Possible values: ${RUBY_VERSION_SUPPORTED}
 #              Default:         ${RUBY_VERSION_DEFAULT}



Home | Main Index | Thread Index | Old Index