<pre style='margin:0'>
Eric A. Borisch (eborisch) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1938f37bc9665f5838395016ad6d50fbe51a01a8">https://github.com/macports/macports-ports/commit/1938f37bc9665f5838395016ad6d50fbe51a01a8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1938f37bc9665f5838395016ad6d50fbe51a01a8
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Feb 14 03:24:01 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    dcmtk: use https in websites (avoids redirect)
</span>---
 graphics/dcmtk/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/dcmtk/Portfile b/graphics/dcmtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 54950ea..bc02218 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/dcmtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/dcmtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ long_description        DCMTK is a collection of libraries and applications    \
</span>                         and C++. It comes in complete source code and is made  \
                         available as "open source" software.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://dicom.offis.de/dcmtk
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://dicom.offis.de/dcmtk
</span> 
 checksums \
     rmd160  3cec9851ec086d4bbb7087310e0ee087bf013fbb \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -148,5 +148,5 @@ test.cmd                env DYLD_LIBRARY_PATH=${cmake.build_dir}/lib make
</span> test.target             -j 1 test
 
 livecheck.type          regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           http://dicom.offis.de/dcmtk.php.en
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url           https://dicom.offis.de/dcmtk.php.en
</span> livecheck.regex         ${name}-(\[0-9._\]+)${extract.suffix}
</pre><pre style='margin:0'>

</pre>