#14307: cln: add homepage to master_sites ---------------------------------+------------------------------------------ Reporter: peter@peterguy.com | Owner: gwright@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by alakazam@melix.net): Here is an updated Portfile for cln 1.2.2. Compilation and tests run correctly on Leopard (10.5.2). I am attaching the Portfile, here is the diff : {{{ --- /opt/local/var/macports/sources/rsync.macports.org/release/ports/math/cln/Portfile 2008-01-27 12:26:31.000000000 +0100 +++ math/cln/Portfile 2008-04-17 22:16:36.000000000 +0200 @@ -2,7 +2,7 @@ PortSystem 1.0 name cln -version 1.1.13 +version 1.2.2 categories math platforms darwin maintainers gwright@macports.org @@ -14,9 +14,11 @@ use_bzip2 yes homepage http://www.ginac.de/CLN/ -master_sites ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ +master_sites http://www.ginac.de/CLN/ -checksums md5 1f3d227360003b389bba14c8a5c3695a +checksums md5 6b479281fec86314b4c7a9357bd83ef8 \ + sha1 2d2a5d3e383a3043c5bf68299a466685ef4ec8ec \ + rmd160 e53ceebede73fb3f97ca85aeba1c821e1e7d3c38 depends_lib port:gmp }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14307#comment:4> MacPorts </projects/macports> Ports system for Mac OS