[MacPorts] #14307: cln: add homepage to master_sites
#14307: cln: add homepage to master_sites --------------------------------+------------------------------------------- Reporter: peter@peterguy.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- When installing CLN, it couldn't download from the master site, but I found the source tarball on the homepage. Adding the homepage to the master_sites allowed it to download and install: {{{ homepage http://www.ginac.de/CLN/ master_sites ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ \ http://www.ginac.de/CLN/ }}} There was no link to the tarball from the homepage, but I extrapolated the tarball name from the 1.2.0 link and verified that it was there by downloading it. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14307> MacPorts </projects/macports> Ports system for Mac OS
#14307: cln: add homepage to master_sites ---------------------------------+------------------------------------------ Reporter: peter@peterguy.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by jmpp@macports.org): * milestone: => Port Enhancements -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14307#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#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: ---------------------------------+------------------------------------------ Changes (by jmr@macports.org): * owner: macports-tickets@lists.macosforge.org => gwright@macports.org Comment: Assigning to maintainer. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14307#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#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 c.khroulev@gmail.com): Just my 2 cents: the new version of CLN (1.2.0) compiles fine after changing a couple lines in the portfile. So, I think it's time to move from 1.1.13 to 1.2.0. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14307#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#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
participants (1)
-
MacPorts