[108628] trunk/dports/science/nco/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Jul 28 19:46:43 PDT 2013
On Jul 28, 2013, at 21:14, takeshi at macports.org wrote:
> Revision: 108628
> https://trac.macports.org/changeset/108628
> Author: takeshi at macports.org
> Date: 2013-07-28 19:14:31 -0700 (Sun, 28 Jul 2013)
> Log Message:
> -----------
> nco: handle stealth update
>
> Modified Paths:
> --------------
> trunk/dports/science/nco/Portfile
>
> Modified: trunk/dports/science/nco/Portfile
> ===================================================================
> --- trunk/dports/science/nco/Portfile 2013-07-29 01:10:21 UTC (rev 108627)
> +++ trunk/dports/science/nco/Portfile 2013-07-29 02:14:31 UTC (rev 108628)
> @@ -5,16 +5,22 @@
>
> name nco
> version 4.3.3
> +revision 1
> platforms darwin
> maintainers takeshi
> license GPL-3
> categories science
> description The netCDF Operators
> -master_sites http://dust.ess.uci.edu/${name}/src/ \
> - http://nco.sourceforge.net/src/
> -checksums md5 ae2ec5624df2735136bfb582cc8e28b3 \
> - sha1 3af47467c1da43062b26d6c17d94dc322b838686 \
> - rmd160 92d7b53727f01a8169c3c9d18aaa1d66ba02223d
> +master_sites http://nco.sourceforge.net/src/
> +master_sites sourceforge
In case this wasn't what you meant to do, note that the second definition of master_sites overwrites the first. So MacPorts will only try to download from the sourceforge download servers; it will not try to download from nco.sourceforge.net/src.
More information about the macports-dev
mailing list