<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a47d64a1f1d36cf79f095bcae98e3cf6c9a3a61f">https://github.com/macports/macports-ports/commit/a47d64a1f1d36cf79f095bcae98e3cf6c9a3a61f</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 a47d64a  cfitsio: use https for homepage/master_sites fixes livecheck
</span>a47d64a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a47d64a1f1d36cf79f095bcae98e3cf6c9a3a61f
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Mon May 29 13:48:33 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    cfitsio: use https for homepage/master_sites fixes livecheck
</span>---
 science/cfitsio/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/cfitsio/Portfile b/science/cfitsio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f363b3..5030f89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/cfitsio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/cfitsio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,8 +24,8 @@ long_description    CFITSIO is a library of C and Fortran subroutines for \
</span>                     most widely used FITS file programming interface in the \
                     astronomical community.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://heasarc.gsfc.nasa.gov/fitsio/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://heasarc.gsfc.nasa.gov/fitsio/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/
</span> distname            ${name}[strsed ${version} {g/\.//}]
 worksrcdir          ${name}
 
</pre><pre style='margin:0'>

</pre>