svn commit: r458511 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Tue Jan 9 07:25:52 UTC 2018


Author: cy
Date: Tue Jan  9 07:25:51 2018
New Revision: 458511
URL: https://svnweb.freebsd.org/changeset/ports/458511

Log:
  Remove redundant master sites. Also, replace my domain name named after
  the fictitious place in the Edmonton Journal political cartoon at the time
  with my preferred domain name.

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Tue Jan  9 06:04:31 2018	(r458510)
+++ head/sysutils/screen/Makefile	Tue Jan  9 07:25:51 2018	(r458511)
@@ -4,15 +4,14 @@
 PORTNAME=	screen
 PORTVERSION=	4.6.2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://ftp.gnu.org/gnu/screen/ \
+MASTER_SITES=	GNU \
 		ftp://ftp.gnu.org/gnu/screen/ \
 		ftp://gnu.mirror.iweb.com/screen/ \
 		http://gnu.mirror.iweb.com/screen/ \
 		http://mirror.sdunix.com/gnu/ \
 		ftp://mirrors.kernel.org/gnu/screen/ \
-		http://komquats.com/distfiles/ \
-		http://people.freebsd.org/~cy/distfiles/ \
-		GNU
+		http://cschubert.com/distfiles/ \
+		http://people.freebsd.org/~cy/distfiles/
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Multi-screen window manager


More information about the svn-ports-all mailing list