svn commit: r458569 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Tue Jan 9 20:41:45 UTC 2018


Author: cy
Date: Tue Jan  9 20:41:44 2018
New Revision: 458569
URL: https://svnweb.freebsd.org/changeset/ports/458569

Log:
  Instead of people.freebsd.org use LOCAL as per
  https://www.freebsd.org/doc/en/books/porters-handbook/slow-sources.html
  
  Reported by:	mat

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Tue Jan  9 20:41:19 2018	(r458568)
+++ head/sysutils/screen/Makefile	Tue Jan  9 20:41:44 2018	(r458569)
@@ -11,7 +11,7 @@ MASTER_SITES=	GNU \
 		http://mirror.sdunix.com/gnu/ \
 		ftp://mirrors.kernel.org/gnu/screen/ \
 		http://cschubert.com/distfiles/ \
-		http://people.freebsd.org/~cy/distfiles/
+		LOCAL/cy
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Multi-screen window manager


More information about the svn-ports-all mailing list