svn commit: r340890 - head/Mk

Alex Dupre ale at FreeBSD.org
Fri Jan 24 11:35:16 UTC 2014


Author: ale
Date: Fri Jan 24 11:35:16 2014
New Revision: 340890
URL: http://svnweb.freebsd.org/changeset/ports/340890
QAT: https://qat.redports.org/buildarchive/r340890/

Log:
  Replace a redirect URL (containing multiple query params) with the actual site address.
  This is a workaround to fix eclipse port download:
  
  => <distfile> doesn't seem to exist in /distfiles/.
  eval: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/: not found
  *** [do-fetch] Error code 2

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Jan 24 10:57:11 2014	(r340889)
+++ head/Mk/bsd.sites.mk	Fri Jan 24 11:35:16 2014	(r340890)
@@ -210,7 +210,7 @@ MASTER_SITE_ECLIPSE+= \
 	ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \
 	ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ \
 	ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops4/%SUBDIR%/ \
-	http://eclipse.org/downloads/download.php?mirror_id=96&r=1&file=/%SUBDIR%/
+	http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_EXIM)


More information about the svn-ports-all mailing list