Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 17:00:43 +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: r541760 - head/net/rdist6
Message-ID:  <202007091700.069H0hnd092683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Jul  9 17:00:42 2020
New Revision: 541760
URL: https://svnweb.freebsd.org/changeset/ports/541760

Log:
  Replace a defunct mirror with a working one.
  
  Ideally SF should be used. Unfortunately URL generation is a little
  cranky.
  
  MFH:		2020Q3

Modified:
  head/net/rdist6/Makefile   (contents, props changed)

Modified: head/net/rdist6/Makefile
==============================================================================
--- head/net/rdist6/Makefile	Thu Jul  9 15:56:39 2020	(r541759)
+++ head/net/rdist6/Makefile	Thu Jul  9 17:00:42 2020	(r541760)
@@ -5,8 +5,8 @@ PORTNAME=	rdist
 PORTVERSION=	6.1.5
 PORTREVISION=	6
 CATEGORIES=	net
-MASTER_SITES=	http://www.magnicomp.com/download/rdist/ \
-		ftp://ftp.sunet.se/pub/unix/admin/mirror-magnicomp/download/rdist/
+MASTER_SITES=	https://fossies.org/linux/misc/old/ \
+		http://www.magnicomp.com/download/rdist/
 
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Network file distribution/synchronisation utility



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