I literally copy the entire url and add it to master_sites and it doesn't work!
what does [:tl] even mean here? There's nothing about it on the whole page: https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html SF ${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} MASTER_SITES= SF/spacenav/files/spacenav%20library%20%28SDK%29/ DISTNAME= libspnav-${PORTVERSION} => libspnav-0.2.3.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://downloads.sourceforge.net/project/spacenav/files/spacenav%20library%20%28SDK%29/libspnav-0.2.3.tar.gz fetch: https://downloads.sourceforge.net/project/spacenav/files/spacenav%20library%20%28SDK%29/libspnav-0.2.3.tar.gz: Not Found => Attempting to fetch https://cytranet.dl.sourceforge.net/project/spacenav/files/spacenav%20library%20%28SDK%29/libspnav-0.2.3.tar.gz fetch: https://cytranet.dl.sourceforge.net/project/spacenav/files/spacenav%20library%20%28SDK%29/libspnav-0.2.3.tar.gz: Not Found => Attempting to fetch https://excellmedia.dl.sourceforge.net/project/spacenav/files/spacenav%20library%20%28SDK%29/libspnav-0.2.3.tar.gz still giving me not found errors! On Sat, Oct 28, 2017 at 1:06 PM, blubee blubeeme <[email protected]> wrote: > These SF mater_sites give me a real tough time trying to figure it out and > try to find github mirrors whenever possible but I need to figure this out. > > I'm trying to download: https://sourceforge.net/projects/spacenav/ > > PORTNAME= freespacenav > PORTVERSION= 0.2.3 > > MASTER_SITES= SF/spacenav > DISTNAME= libspnav-${PORTVERSION} > > I would think the version above would work since it leads to: > https://downloads.sourceforge.net/project/spacenav/libspnav-0.2.3.tar.gz > > but that doesn't work! > > The documentation on: https://www.freebsd.org/ > doc/en/books/porters-handbook/makefile-distfiles.html > 5.4.2.2. Magic MASTER_SITES Macros > also leaves me more confused that relieved. > > Can anyone help me sort this out? > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
