<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c0ffd9b099cd06c3e63cb2d1a5182147fb09418f">https://github.com/macports/macports-ports/commit/c0ffd9b099cd06c3e63cb2d1a5182147fb09418f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c0ffd9b099cd06c3e63cb2d1a5182147fb09418f
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Dec 21 20:33:44 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    htcondor: remove python34 variant, use https
</span>---
 science/htcondor/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/htcondor/Portfile b/science/htcondor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a54dee0..0c6f8ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/htcondor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/htcondor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ long_description \
</span>   HTCondor, HTCondor places them into a queue, chooses when and where to run \
   the jobs based upon a policy, carefully monitors their progress, and \
   ultimately informs the user upon completion.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://research.cs.wisc.edu/htcondor
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://research.cs.wisc.edu/htcondor
</span> 
 default_variants        +personal +kerberos
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,9 +38,9 @@ variant personal \
</span>     startupitem.stop    "${prefix}/sbin/condor_off -all -master"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pythons_suffixes {27 34 35 36}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pythons_suffixes {27 35 36}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {!([variant_isset python34] || [variant_isset python35] || [variant_isset python36])} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {!([variant_isset python35] || [variant_isset python36])} {
</span>     default_variants +python27
 }
 
</pre><pre style='margin:0'>

</pre>