<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dfecdfe710d4b01461a6b881959c8b4e34e51244">https://github.com/macports/macports-ports/commit/dfecdfe710d4b01461a6b881959c8b4e34e51244</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new dfecdfe710d Ports: Change environmental to environment
</span>dfecdfe710d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dfecdfe710d4b01461a6b881959c8b4e34e51244
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Apr 17 02:57:26 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Ports: Change environmental to environment
</span>---
 graphics/freeimage/Portfile       | 2 +-
 lang/chapel/Portfile              | 2 +-
 lang/fstar/Portfile               | 8 ++++----
 math/sundials2/Portfile           | 2 +-
 math/sundials5/Portfile           | 2 +-
 math/sundials6/Portfile           | 2 +-
 math/vampire/Portfile             | 2 +-
 math/z3/Portfile                  | 2 +-
 python/py-pyface/Portfile         | 2 +-
 science/gate/Portfile             | 2 +-
 science/geant4/Portfile           | 4 ++--
 sysutils/coreutils-devel/Portfile | 4 ++--
 sysutils/coreutils/Portfile       | 4 ++--
 13 files changed, 19 insertions(+), 19 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/freeimage/Portfile b/graphics/freeimage/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 374d1080ca8..13c00a6082a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/freeimage/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/freeimage/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,7 +123,7 @@ foreach flags {cflags cxxflags} compiler {cc cxx} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# running build_main and destroot_main makes use of environmental variables like MACOSX_DEPLOYMENT_TARGET
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# running build_main and destroot_main makes use of environment variables like MACOSX_DEPLOYMENT_TARGET
</span> 
 build {
     foreach makefile {Makefile.gnu Makefile.fip} libname {libfreeimage libfreeimageplus} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/chapel/Portfile b/lang/chapel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e5e26347368..7b797972778 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/chapel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/chapel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,5 +79,5 @@ destroot {
</span> variant universal {}
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set environmental variables following ${prefix}/lib/${name}/util/quickstart/setchplenv.bash
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set environment variables following ${prefix}/lib/${name}/util/quickstart/setchplenv.bash
</span> "
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/fstar/Portfile b/lang/fstar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6564fba47d1..6e4f789c039 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/fstar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/fstar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -183,8 +183,8 @@ subport fstar {
</span>     }
 
     notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    To use this F* toolchain with most standard Makefile-based F* projects,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    pass FSTAR_HOME to the build as either an environmental variable,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    To use this F* toolchain with most standard Makefile-based F* projects,\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    pass FSTAR_HOME to the build as either an environment variable,\
</span>     or make(1) parameter:
 
       FSTAR_HOME=\"${fstar.home}/home\"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -312,8 +312,8 @@ subport kremlin {
</span>     }
 
     notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    To use this KreMLin toolchain with most standard Makefile-based F*/KreMLin projects,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    pass KRML_HOME to the build as either an environmental variable,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    To use this KreMLin toolchain with most standard Makefile-based F*/KreMLin\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    projects, pass KRML_HOME to the build as either an environment variable,\
</span>     or make(1) parameter:
 
       KRML_HOME=\"${kremlin.home}/home\"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials2/Portfile b/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 51f615bc72c..eba155fb771 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,7 +121,7 @@ configure.args-append \
</span> # cmake files (e.g. config/SundialsFortran.cmake) create CMakeLists.txt files
 #    to test for functionality (e.g. a Fortran compiler).
 # CMAKE_OSX_SYSROOT is not passed to the functionality test.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Because CMAKE_OSX_DEPLOYMENT_TARGET is set as an environmental variable,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Because CMAKE_OSX_DEPLOYMENT_TARGET is set as an environment variable,
</span> #    -isysroot is added to the compiler flags.
 # Only Apple Clang compilers support tbd files.
 # See https://trac.macports.org/ticket/53151
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials5/Portfile b/math/sundials5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 227f5afd842..1ddb83473bc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -132,7 +132,7 @@ configure.args-append \
</span> # cmake files (e.g. config/SundialsFortran.cmake) create CMakeLists.txt files
 #    to test for functionality (e.g. a Fortran compiler).
 # CMAKE_OSX_SYSROOT is not passed to the functionality test.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Because CMAKE_OSX_DEPLOYMENT_TARGET is set as an environmental variable,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Because CMAKE_OSX_DEPLOYMENT_TARGET is set as an environment variable,
</span> #    -isysroot is added to the compiler flags.
 # Only Apple Clang compilers support tbd files.
 # See https://trac.macports.org/ticket/53151
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials6/Portfile b/math/sundials6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 691bf8d282f..31e4f10c70f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -140,7 +140,7 @@ configure.args-append \
</span> # cmake files (e.g. config/SundialsFortran.cmake) create CMakeLists.txt files
 #    to test for functionality (e.g. a Fortran compiler).
 # CMAKE_OSX_SYSROOT is not passed to the functionality test.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Because CMAKE_OSX_DEPLOYMENT_TARGET is set as an environmental variable,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Because CMAKE_OSX_DEPLOYMENT_TARGET is set as an environment variable,
</span> #    -isysroot is added to the compiler flags.
 # Only Apple Clang compilers support tbd files.
 # See https://trac.macports.org/ticket/53151
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/vampire/Portfile b/math/vampire/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1cfdbec88a6..9361afaee4e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/vampire/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/vampire/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,7 +70,7 @@ variant profile description {Generate instrumented code that may be used for pro
</span>     that this will introduce non-negligible runtime overhead.
 
     To generate profile data, specify an output path by setting the\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    LLVM_PROFILE_FILE environmental variable before executing vampire.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    LLVM_PROFILE_FILE environment variable before executing vampire.
</span>     "
 }
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/z3/Portfile b/math/z3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a7f0f8af07a..c5b3bf3f2b8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -204,7 +204,7 @@ if {${subport} eq ${name} || ${subport} eq "${name}-fstar"} {
</span>         that this will introduce non-negligible runtime overhead.
 
         To generate profile data, specify an output path by setting the\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        LLVM_PROFILE_FILE environmental variable before executing z3.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        LLVM_PROFILE_FILE environment variable before executing z3.
</span>         "
     }
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyface/Portfile b/python/py-pyface/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 12c6c3a93e9..52c43a97ee1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyface/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyface/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,7 +46,7 @@ if {${name} ne ${subport}} {
</span> 
     variant pyqt5 description "Qt backend using PyQt5" {
         depends_lib-append  port:py${python.version}-pyqt5
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        notes-append "To specify pyqt5 backend at run time, set the environmental variables: `ETS_TOOLKIT=qt4` and `QT_API=pyqt5`\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        notes-append "To specify pyqt5 backend at run time, set the environment variables: `ETS_TOOLKIT=qt4` and `QT_API=pyqt5`\n"
</span>     }
 
     if {![variant_isset pyqt4] && ![variant_isset pyqt5] && ![variant_isset pyside]} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gate/Portfile b/science/gate/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 554b3ebd0b6..1b90dd11c59 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,7 +92,7 @@ pre-destroot {
</span> post-destroot {
     # TODO: the share folder is already set in another phase and should not repeat (actually, all the pre-destroot actions could go to post-destroot)
     set sharedir ${prefix}/share/${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # move the binary and set environmental variables
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # move the binary and set environment variables
</span>     set destexecutable ${destroot}${prefix}/bin/Gate
     set libexecdir ${prefix}/libexec/${name}
     set destlibexecdir ${destroot}${libexecdir}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/geant4/Portfile b/science/geant4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 252fd80e563..7c3eb871cf8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/geant4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/geant4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -246,7 +246,7 @@ foreach {geant.version geant.revision geant.datarevision geant.patchlevel geant.
</span> 
         destroot {
             xinstall -m 755 -d ${destroot}${geant.datadir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # create a script to initialize environmental variables for locating the data files & move data files to destination
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # create a script to initialize environment variables for locating the data files & move data files to destination
</span>             #
             # TODO: maybe a better name or a better location, possibly including version
             # the filename of this file should probably come frome the portgroup
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -260,7 +260,7 @@ foreach {geant.version geant.revision geant.datarevision geant.patchlevel geant.
</span>             foreach {data.name data.version data.filename data.envvariable data.md5 data.rmd160 data.sha256} ${geant.data_versions} {
                 # move data files to destination
                 move ${workpath}/${data.name}${data.version} ${destroot}${geant.datadir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # add environmental variable to locate it
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # add environment variable to locate it
</span>                 system "echo export ${data.envvariable}=\\\"\\\$G4DATADIR/${data.name}${data.version}\\\" >> ${filename}.sh"
                 system "echo setenv ${data.envvariable} \\\"\\\$G4DATADIR/${data.name}${data.version}\\\" >> ${filename}.csh"
             }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils-devel/Portfile b/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 576f6d95d65..a201e1b9b90 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,8 +101,8 @@ post-destroot {
</span> 
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Set the RUN_EXPENSIVE_TESTS environmental variable to 'yes' to run more
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# expensive tests.  Set the RUN_VERY_EXPENSIVE_TESTS environmental variable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Set the RUN_EXPENSIVE_TESTS environment variable to 'yes' to run more
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# expensive tests.  Set the RUN_VERY_EXPENSIVE_TESTS environment variable
</span> # to 'yes' to run even more expensive tests.
 test.run        yes
 test.target     check
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils/Portfile b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ca2419e6863..4fde810d690 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,8 +101,8 @@ post-destroot {
</span> 
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Set the RUN_EXPENSIVE_TESTS environmental variable to 'yes' to run more
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# expensive tests.  Set the RUN_VERY_EXPENSIVE_TESTS environmental variable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Set the RUN_EXPENSIVE_TESTS environment variable to 'yes' to run more
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# expensive tests.  Set the RUN_VERY_EXPENSIVE_TESTS environment variable
</span> # to 'yes' to run even more expensive tests.
 test.run        yes
 test.target     check
</pre><pre style='margin:0'>

</pre>