Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#14307 closed enhancement (fixed)

cln: add homepage to master_sites

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

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 (1)

Portfile (1.4 KB) - added by alakazam@… 16 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 16 years ago by jmpp@…

Milestone: Port Enhancements

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to gwright@…

Assigning to maintainer.

comment:3 Changed 16 years 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.

comment:4 Changed 16 years 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 16 years ago by alakazam@…

Attachment: Portfile added

comment:5 Changed 15 years ago by blb@…

Port: cln added
Resolution: fixed
Status: newclosed

Looks like gwright took care of this in r38679.

comment:6 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.