From owner-freebsd-ports@FreeBSD.ORG Thu Jan 27 17:09:55 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE1A106564A for ; Thu, 27 Jan 2011 17:09:55 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 66B0F8FC0A for ; Thu, 27 Jan 2011 17:09:55 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PiVM1-0003U5-3j for freebsd-ports@freebsd.org; Thu, 27 Jan 2011 18:09:53 +0100 Received: from p57915ed5.dip.t-dialin.net ([87.145.94.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Jan 2011 18:09:53 +0100 Received: from jumper99 by p57915ed5.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Jan 2011 18:09:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Helmut Schneider" Date: Thu, 27 Jan 2011 17:09:42 +0000 (UTC) Lines: 32 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p57915ed5.dip.t-dialin.net User-Agent: XanaNews/1.19.1.269 X-Ref: news.gmane.org ~XNS:000000B6 Subject: Re: Typo3, submit port, mirrors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 17:09:55 -0000 Helmut Schneider wrote: > Hi Wen, > > wen heping wrote: > > > Do you mean the fetch error? > > Yes. > > > Seems typo3_4.5.0 changed download site , now it is: > > http://dl1.typo3.org/TYPO3_4.5.0/introductionpackage-4.5.0.zip > > > > So you should change MASTER_SITES. > > Currently > > MASTER_SITES= > SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} > > is defined. According to bsd.sites.mk SF aka SOURCEFORGE resolves to > > http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/ > > But the correct link is > > http://sourceforge.net/projects/typo3/files/TYPO3%20Source%20and%20Dummy/ > > project*s*. It seems they completely changed the mirroring system. Never mind.