svn commit: r541760 - head/net/rdist6

Cy Schubert cy at FreeBSD.org
Thu Jul 9 17:00:43 UTC 2020


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 at FreeBSD.org
 COMMENT=	Network file distribution/synchronisation utility


More information about the svn-ports-all mailing list