Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 12:32:31 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528720 - head/ftp/mirror
Message-ID:  <202003191232.02JCWVn4074168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Mar 19 12:32:31 2020
New Revision: 528720
URL: https://svnweb.freebsd.org/changeset/ports/528720

Log:
  Remove the first site in the list. It no longer exists.
  
  Replace my komquats domain (named after a fictitious place in the
  Edmonton Journal political cartoon 40-50 years ago), using my
  newish domain name.
  
  Make fetchable again.

Modified:
  head/ftp/mirror/Makefile   (contents, props changed)

Modified: head/ftp/mirror/Makefile
==============================================================================
--- head/ftp/mirror/Makefile	Thu Mar 19 12:32:26 2020	(r528719)
+++ head/ftp/mirror/Makefile	Thu Mar 19 12:32:31 2020	(r528720)
@@ -5,8 +5,7 @@ PORTNAME=	mirror
 PORTVERSION=	2.9
 PORTREVISION=	2
 CATEGORIES=	ftp
-MASTER_SITES=	ftp://sunsite.ualberta.ca/pub/Mirror/mirror/ \
-		http://komquats.com/distfiles/ \
+MASTER_SITES=	http://cschubert.com/distfiles/ \
 		LOCAL/cy
 
 PATCH_SITES=	${MASTER_SITES}
@@ -14,8 +13,6 @@ PATCHFILES=	ftp.pl_wupatch
 
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Mirror packages on remote sites
-
-BROKEN=		unfetchable
 
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003191232.02JCWVn4074168>