[vlc-devel] commit: contribs: use http instead of ftp to download the Darwin-binary package ( Felix Paul Kühne )

git version control git at videolan.org
Fri Jun 5 18:08:46 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Fri Jun  5 18:08:04 2009 +0200| [054e72bbe0ffe0c6e91e6849bf8fd5432b8004bd] | committer: Felix Paul Kühne 

contribs: use http instead of ftp to download the Darwin-binary package

Note that we don't use FTP to access ganesh in 'make src' either...

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=054e72bbe0ffe0c6e91e6849bf8fd5432b8004bd
---

 extras/contrib/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index 4cc2aab..87c588f 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -46,7 +46,7 @@ ifdef HAVE_DARWIN_OS
 
 CONTRIBREV=1.0
 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
-	$(WGET) ftp://ftp.videolan.org/pub/videolan/testing/contrib/$@
+	$(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@
 
 using-bin: contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
 	@if test -d tmp; then \




More information about the vlc-devel mailing list