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
|
|
|
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)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
readline added
|
Type: |
defect →
enhancement
|
commited, thanks!