svn commit: r528720 - head/ftp/mirror

Cy Schubert cy at FreeBSD.org
Thu Mar 19 12:32:33 UTC 2020


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 at FreeBSD.org
 COMMENT=	Mirror packages on remote sites
-
-BROKEN=		unfetchable
 
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 


More information about the svn-ports-all mailing list