Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#2262 closed enhancement (fixed)

Additional master sites for GNU readline

Reported by: casey.duncan@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: readline

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 \

Change History (2)

comment:1 Changed 20 years ago by olegb@…

Resolution: fixed
Status: newclosed

commited, thanks!

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: readline added
Type: defectenhancement
Note: See TracTickets for help on using tickets.