On Sat, Jul 10, 2010 at 4:34 PM, Stuart Henderson <[email protected]> wrote: > On 2010/07/10 21:55, Jiri B. wrote: >> On Sat, 10 Jul 2010 20:28:40 +0200 >> "Jiri B." <[email protected]> wrote: >> >> > On Thu, 8 Jul 2010 17:43:47 +0900 >> > Ryan McBride <[email protected]> wrote: >> >> > > ===> Checking files for password-gorilla-1.5.3 >> > > >> Fetch >> > > >> http://download.github.com/zdia-gorilla-v1.5.3-0-g1996106.tar.gz >> > > ftp: Error retrieving file: 404 Not Found >> > > >> Fetch >> > > >> http://ftp.openbsd.org/pub/OpenBSD/distfiles//zdia-gorilla-v1.5.3-0-g1996106.tar.gz >> > > ftp: Error retrieving file: 404 Not Found >> > > >> Fetch >> > > >> ftp://ftp.usa.openbsd.org/pub/OpenBSD/distfiles//zdia-gorilla-v1.5.3-0-g1996106.tar.gz >> >> >> OK, >> >> here is what i changed, not it works OK :) >> >> $ egrep "MASTER_SITES|FETCH_CMD" password-gorilla/Makefile >> MASTER_SITES = http://github.com/zdia/gorilla/tarball/v1.5.3/ >> FETCH_CMD = ftp -o ${DISTNAME}.tar.gz > > FETCH_CMD Command used to fetch distribution files for this port. > Defaults to ftp(1). User settings. > ^^^^^^^^^^^^^^ > > "User settings" means it is not ok to set in a port Makefile. > You will need to arrange to have it mirrored. >
In this case, just removing FETCH_CMD works fine. Although not an explicit link over at github.com that works so need for mirroring...
