Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #14307 (new enhancement)

Opened 10 months ago

Last modified 8 months ago

cln: add homepage to master_sites

Reported by: peter@… Owned by: gwright@…
Priority: Normal Milestone: Port Enhancements
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

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.

Attachments

Portfile (1.4 KB) - added by alakazam@… 8 months ago.

Change History

Changed 10 months ago by jmpp@…

  • milestone set to Port Enhancements

Changed 9 months ago by jmr@…

  • owner changed from macports-tickets@… to gwright@…

Assigning to maintainer.

Changed 9 months ago by c.khroulev@…

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.

Changed 8 months ago by alakazam@…

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
 

Changed 8 months ago by alakazam@…

Note: See TracTickets for help on using tickets.