#2262: Additional master sites for GNU readline -----------------------------+-------------------------------- Reporter: casey.duncan@… | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: readline | -----------------------------+-------------------------------- Changes (by ryandesign@…): * type: defect => enhancement * port: => readline Old description:
When I attempted to install GNU readline, it couldn't fetch the sources from the master site. I changed to Portfile to use the official gnu.org FTP server first, then added an additional mirror. Diff against current CVS below.
----8K----8K----8K----
Index: Portfile =============================================================== ==== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/readline/Portfile,v retrieving revision 1.14 diff -u -r1.14 Portfile --- Portfile 15 Aug 2004 10:35:10 -0000 1.14 +++ Portfile 30 Sep 2004 16:12:15 -0000 @@ -14,7 +14,9 @@ lines, and perform csh-like history expansion on previous commands. homepage http://cnswww.cns.cwru.edu/~chet/readline/rltop.html platforms darwin freebsd -master_sites ftp://ftp.cwru.edu/pub/bash/ +master_sites ftp://ftp.gnu.org/gnu/readline/ \ + ftp://ftp.cwru.edu/pub/bash/ \ + http://text.mirror.ac.uk/mirror/ftp.gnu.org/gnu/readline/ checksums md5 9a39d15f1ed592883f8c6671e8c13120
configure.args --mandir=${prefix}/share/man \
New description: When I attempted to install GNU readline, it couldn't fetch the sources from the master site. I changed to Portfile to use the official gnu.org FTP server first, then added an additional mirror. Diff against current CVS below. {{{ Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/readline/Portfile,v retrieving revision 1.14 diff -u -r1.14 Portfile --- Portfile 15 Aug 2004 10:35:10 -0000 1.14 +++ Portfile 30 Sep 2004 16:12:15 -0000 @@ -14,7 +14,9 @@ lines, and perform csh-like history expansion on previous commands. homepage http://cnswww.cns.cwru.edu/~chet/readline/rltop.html platforms darwin freebsd -master_sites ftp://ftp.cwru.edu/pub/bash/ +master_sites ftp://ftp.gnu.org/gnu/readline/ \ + ftp://ftp.cwru.edu/pub/bash/ \ + http://text.mirror.ac.uk/mirror/ftp.gnu.org/gnu/readline/ checksums md5 9a39d15f1ed592883f8c6671e8c13120 configure.args --mandir=${prefix}/share/man \ }}} -- -- Ticket URL: <https://trac.macports.org/ticket/2262#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X