Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#800 closed enhancement (fixed)

UPDATE: vim (+master_sites)

Reported by: charlie@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: vim

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

addition of mirror sites.

patch
--- Portfile.old        Mon Aug 18 12:57:05 2003
+++ Portfile    Sun Aug 17 11:10:11 2003
@@ -16,7 +16,10 @@
 master_sites           ftp://ftp.vim.org/pub/vim/unix/  \
                        ftp://ftp.is.co.za/applications/editors/vim/unix/  \
                        ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/  \
-                       ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/
+                       ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/ \
+                       ftp://ftp.us.vim.org/pub/vim/unix/  \
+                       ftp://ftp2.us.vim.org/pub/vim/unix/  \
+                       ftp://ftp3.us.vim.org/pub/vim/unix/pub/mirrors/ftp.vim.org/vim/ 
 
 eval patch_sites       [strsed $master_sites g/unix/patches/]

Attachments (1)

vim-portfile-20030818.diff (1003 bytes) - added by bchesneau@… 21 years ago.
patch portfile

Download all attachments as: .zip

Change History (4)

Changed 21 years ago by bchesneau@…

Attachment: vim-portfile-20030818.diff added

patch portfile

comment:1 Changed 21 years ago by fkr@…

Owner: changed from darwinports-bugs@… to mij@…

the slashes issue should be dealt with soon. (have a patch for portfetch.tcl, that I need to talk over with landonf@).

besides that, bugs to existing ports, should be assigned to the maintainter. -fkr

comment:2 Changed 21 years ago by mij@…

Resolution: fixed
Status: newclosed

Both commited, with the exception of removing the /'s from the master_sites. This is not a bug in the Portfile--it is a bug in portfetch.tcl that is in the process of being fixed, so please save yourself the trouble and don't submit diffs to remove them, they won't be committed.

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

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