ports/contrib (3.2): libbluray: host the source since ftp/dns has some weird error. ==> PASV ... couldn't connect to 127.0.1.1 port 62618: Connection refused
commit 21822e73d7b05e00870f2e077383208634658a75 Author: Danny Rawlins <monster.romster@gmail.com> Date: Thu Mar 31 01:18:23 2016 +1100 libbluray: host the source since ftp/dns has some weird error. ==> PASV ... couldn't connect to 127.0.1.1 port 62618: Connection refused diff --git a/libbluray/Pkgfile b/libbluray/Pkgfile index 0dbad4c..e65ec04 100644 --- a/libbluray/Pkgfile +++ b/libbluray/Pkgfile @@ -7,7 +7,8 @@ name=libbluray version=0.9.2 release=1 -source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) +source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.bz2) +#source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) # PASV ... couldn't connect to 127.0.1.1. something is wrong with this ftp /dns, works with curl but not wget build() { cd $name-$version
participants (1)
-
crux@crux.nu