Revision: 39625 http://trac.macosforge.org/projects/macports/changeset/39625 Author: ryandesign@macports.org Date: 2008-08-26 12:49:45 -0700 (Tue, 26 Aug 2008) Log Message: ----------- molden: try downloading from MacPorts distfiles mirror first so users don't encounter checksum errors when upsteam does a stealth update and the maintainer hasn't yet updated the port Modified Paths: -------------- trunk/dports/science/molden/Portfile Modified: trunk/dports/science/molden/Portfile =================================================================== --- trunk/dports/science/molden/Portfile 2008-08-26 17:02:30 UTC (rev 39624) +++ trunk/dports/science/molden/Portfile 2008-08-26 19:49:45 UTC (rev 39625) @@ -16,9 +16,10 @@ categories science graphics maintainers openmaintainer jochen homepage http://www.cmbi.ru.nl/molden/molden.html -master_sites ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ distname molden${version} dist_subdir ${name}/${version}_${revision} +master_sites http://distfiles.macports.org/${dist_subdir} \ + ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ checksums md5 027eb17586a8198f01bc60a8f5e9bb4f \ sha1 4b61542a0bb39f0282174b4dc825a3599d274550 \ rmd160 b9cc38665164aa54dfff64e4f0743057d185b16a
participants (1)
-
ryandesign@macports.org