Dealing with sourceforge master dir

2011-06-30 Thread David Demelier
Hello, I'm trying to write a new port for the tiled application. It is hosted by sourceforge as you can see here : http://sourceforge.net/projects/tiled/ But the download fails since the distfile is not in the usual directories : => Attempting to fetch http://kent.dl.sourceforge.net/project

Re: Dealing with sourceforge master dir

2011-06-30 Thread Chris Rees
On 30 June 2011 10:22, David Demelier wrote: > Hello, > > I'm trying to write a new port for the tiled application. It is hosted by > sourceforge as you can see here : > > http://sourceforge.net/projects/tiled/ > > But the download fails since the distfile is not in the usual directories : > > =>

Re: Dealing with sourceforge master dir

2011-06-30 Thread David Demelier
On 30/06/2011 11:41, Chris Rees wrote: On 30 June 2011 10:22, David Demelier wrote: Hello, I'm trying to write a new port for the tiled application. It is hosted by sourceforge as you can see here : http://sourceforge.net/projects/tiled/ But the download fails since the distfile is not in th

Re: Dealing with sourceforge master dir

2011-06-30 Thread Koop Mast
On 30-6-2011 11:50, David Demelier wrote: On 30/06/2011 11:41, Chris Rees wrote: On 30 June 2011 10:22, David Demelier wrote: Hello, I'm trying to write a new port for the tiled application. It is hosted by sourceforge as you can see here : http://sourceforge.net/projects/tiled/ But the d

Re: Dealing with sourceforge master dir

2011-06-30 Thread Rainer Hurling
Am 30.06.2011 11:50 (UTC+1) schrieb David Demelier: On 30/06/2011 11:41, Chris Rees wrote: On 30 June 2011 10:22, David Demelier wrote: Hello, I'm trying to write a new port for the tiled application. It is hosted by sourceforge as you can see here : http://sourceforge.net/projects/tiled/ Bu

Re: Dealing with sourceforge master dir

2011-06-30 Thread David Demelier
On 30/06/2011 12:06, Rainer Hurling wrote: MASTER_SITES= SF/tiled/tiled-qt/${PORTVERSION}/ It works, Thanks! -- David Demelier ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send a

Re: Dealing with sourceforge master dir

2011-06-30 Thread Chris Rees
On 30 June 2011 11:09, David Demelier wrote: > On 30/06/2011 12:06, Rainer Hurling wrote: >> >> MASTER_SITES=   SF/tiled/tiled-qt/${PORTVERSION}/ > > It works, Thanks! > Er, yes, sorry. Never hardcode things into Makefiles where variables could go! Also, see what kwm@ wrote above about following