Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2017 17:07:58 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447034 - in head: devel/py-qpid dns/ares dns/c-ares dns/dnsflood dns/gdnsd2 dns/getdns editors/le irc/ratbox-respond mail/proxsmtp misc/logsurfer net-mgmt/jnettop net-mgmt/nagios-check...
Message-ID:  <201708011707.v71H7w5X035844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Aug  1 17:07:58 2017
New Revision: 447034
URL: https://svnweb.freebsd.org/changeset/ports/447034

Log:
  - MASTER_SITES cleanup

Modified:
  head/devel/py-qpid/Makefile
  head/dns/ares/Makefile
  head/dns/c-ares/Makefile
  head/dns/dnsflood/Makefile
  head/dns/gdnsd2/Makefile
  head/dns/getdns/Makefile
  head/editors/le/Makefile
  head/irc/ratbox-respond/Makefile
  head/mail/proxsmtp/Makefile
  head/misc/logsurfer/Makefile
  head/net-mgmt/jnettop/Makefile
  head/net-mgmt/nagios-check_email_delivery/Makefile
  head/net-mgmt/nagios-check_hp_bladechassis/Makefile
  head/net-mgmt/nagios-check_mysql_slave/Makefile
  head/net-mgmt/nagios-openldap-plugins/Makefile
  head/net-mgmt/nagtail/Makefile
  head/net-mgmt/net-snmp/Makefile
  head/net-mgmt/sdig/Makefile
  head/net-mgmt/snmp4nagios/Makefile
  head/net/daq/Makefile
  head/net/dhcpd-pools/Makefile
  head/net/exabgp/Makefile
  head/net/exaddos/Makefile
  head/net/freeradius3/Makefile
  head/net/hsflowd/Makefile
  head/net/isc-dhcp43-server/Makefile
  head/net/mosh/Makefile
  head/net/nss-pam-ldapd/Makefile
  head/net/ntraceroute/Makefile
  head/net/pwhois/Makefile
  head/security/duo/Makefile
  head/security/kstart/Makefile
  head/security/openconnect/Makefile
  head/security/pam_krb5-rh/Makefile
  head/security/paperkey/Makefile
  head/security/snort/Makefile
  head/security/stunnel/Makefile
  head/sysutils/msktutil/Makefile
  head/sysutils/vpnc-scripts/Makefile

Modified: head/devel/py-qpid/Makefile
==============================================================================
--- head/devel/py-qpid/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/devel/py-qpid/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -4,7 +4,8 @@
 PORTNAME=		qpid
 PORTVERSION=		0.32
 CATEGORIES=		devel python
-MASTER_SITES=		APACHE/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=		APACHE/${PORTNAME}/${PORTVERSION} \
+			ZI
 PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
 DISTNAME=		${PORTNAME}-python-${PORTVERSION}
 

Modified: head/dns/ares/Makefile
==============================================================================
--- head/dns/ares/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/dns/ares/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	ares
 PORTVERSION=	1.1.1
 PORTREVISION=	1
 CATEGORIES=	dns
-MASTER_SITES=	http://mirrors.rit.edu/zi/ \
+MASTER_SITES=	ZI \
 		ftp://athena-dist.mit.edu/pub/ATHENA/ares/
 
 MAINTAINER=	zi@FreeBSD.org

Modified: head/dns/c-ares/Makefile
==============================================================================
--- head/dns/c-ares/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/dns/c-ares/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://c-ares.haxx.se/download/ \
 		http://obsd.isc.org/pub/OpenBSD/distfiles/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Asynchronous DNS resolver library

Modified: head/dns/dnsflood/Makefile
==============================================================================
--- head/dns/dnsflood/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/dns/dnsflood/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	dnsflood
 PORTVERSION=	1.20
 CATEGORIES=	dns
 MASTER_SITES=	http://www.adotout.com/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	zi@FreeBSD.org

Modified: head/dns/gdnsd2/Makefile
==============================================================================
--- head/dns/gdnsd2/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/dns/gdnsd2/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,7 @@ PORTVERSION=	2.2.4
 PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \
-		http://mirrors.rit.edu/zi/ \
+		ZI \
 		http://gdnsd.scaleengine.net/gdnsd/
 PKGNAMESUFFIX=	2
 

Modified: head/dns/getdns/Makefile
==============================================================================
--- head/dns/getdns/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/dns/getdns/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,9 +5,8 @@ PORTNAME=	getdns
 PORTVERSION=	1.1.2
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://getdnsapi.net/dist/ \
-		https://mirrors.rit.edu/zi/ \
+		ZI \
 		http://getdnsapi.net/dist/ \
-		http://mirrors.rit.edu/zi/
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Modern asynchronous DNS API

Modified: head/editors/le/Makefile
==============================================================================
--- head/editors/le/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/editors/le/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,7 @@ PORTVERSION=	1.14.9
 PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 MASTER_SITE_SUBDIR=	. old
 
 MAINTAINER=	zi@FreeBSD.org

Modified: head/irc/ratbox-respond/Makefile
==============================================================================
--- head/irc/ratbox-respond/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/irc/ratbox-respond/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,8 @@ PORTVERSION=	1.0
 PORTREVISION=	3
 CATEGORIES=	irc sysutils
 MASTER_SITES=	http://www.ratbox.org/download/${PORTNAME}/ \
-    		http://mirrors.gigenet.com/ratbox/${PORTNAME}/
+    		http://mirrors.gigenet.com/ratbox/${PORTNAME}/ \
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Client-side implementation of the challenge oper system in ircd-ratbox

Modified: head/mail/proxsmtp/Makefile
==============================================================================
--- head/mail/proxsmtp/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/mail/proxsmtp/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,8 @@ PORTNAME=	proxsmtp
 PORTVERSION=	1.10
 PORTREVISION=	1
 CATEGORIES=	mail security
-MASTER_SITES=	http://thewalter.net/stef/software/proxsmtp/
+MASTER_SITES=	http://thewalter.net/stef/software/proxsmtp/ \
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Flexible SMTP filter which can act also as transparent proxy

Modified: head/misc/logsurfer/Makefile
==============================================================================
--- head/misc/logsurfer/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/misc/logsurfer/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	logsurfer
 PORTVERSION=	1.8
 CATEGORIES=	misc
 MASTER_SITES=	http://www.crypt.gen.nz/logsurfer/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Process logfiles and conditionally perform certain actions

Modified: head/net-mgmt/jnettop/Makefile
==============================================================================
--- head/net-mgmt/jnettop/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/jnettop/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,8 @@ PORTNAME=	jnettop
 PORTVERSION=	0.13.0
 PORTREVISION=	1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.13
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.13 \
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Traffic visualizer, similar to nettop

Modified: head/net-mgmt/nagios-check_email_delivery/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_email_delivery/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/nagios-check_email_delivery/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,7 @@ PORTVERSION=	0.7.1b
 PORTREVISION=	4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://buhacoff.net/software/check_email_delivery/archive/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 PKGNAMEPREFIX=	nagios-
 
 MAINTAINER=	zi@FreeBSD.org

Modified: head/net-mgmt/nagios-check_hp_bladechassis/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_hp_bladechassis/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/nagios-check_hp_bladechassis/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	check_hp_bladechassis
 PORTVERSION=	1.0.1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://folk.uio.no/trondham/software/files/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 PKGNAMEPREFIX=	nagios-
 
 MAINTAINER=	zi@FreeBSD.org

Modified: head/net-mgmt/nagios-check_mysql_slave/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_mysql_slave/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/nagios-check_mysql_slave/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,7 @@ PORTVERSION=	0.1.1
 PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://buhacoff.net/2009/products/check_mysql_slave/archive/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 PKGNAMEPREFIX=	nagios-
 
 MAINTAINER=	zi@FreeBSD.org

Modified: head/net-mgmt/nagios-openldap-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-openldap-plugins/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/nagios-openldap-plugins/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,7 @@ PORTVERSION=	0.5
 PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://tools.ltb-project.org/attachments/download/629/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 PKGNAMEPREFIX=	nagios-
 DISTNAME=	ltb-project-nagios-plugins-${PORTVERSION}
 

Modified: head/net-mgmt/nagtail/Makefile
==============================================================================
--- head/net-mgmt/nagtail/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/nagtail/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	nagtail
 PORTVERSION=	0.0.31
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.vanheusden.com/nagtail/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Tail for the nagios status.dat file

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/net-snmp/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,8 @@ PORTNAME=	snmp
 PORTVERSION=	5.7.3
 PORTREVISION=	17
 CATEGORIES=	net-mgmt ipv6
-MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \
+		ZI
 PKGNAMEPREFIX=	net-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 

Modified: head/net-mgmt/sdig/Makefile
==============================================================================
--- head/net-mgmt/sdig/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/sdig/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,8 @@ PORTNAME=	sdig
 PORTVERSION=	0.45
 PORTREVISION=	1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	SF
+MASTER_SITES=	SF \
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Translate IP/DNS/WINS/MAC address into port description

Modified: head/net-mgmt/snmp4nagios/Makefile
==============================================================================
--- head/net-mgmt/snmp4nagios/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net-mgmt/snmp4nagios/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,8 @@ PORTNAME=	SNMP4Nagios
 PORTVERSION=	0.4
 PORTREVISION=	4
 CATEGORIES=	net-mgmt
-MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} \
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Vendor specific SNMP plugins for Nagios

Modified: head/net/daq/Makefile
==============================================================================
--- head/net/daq/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/daq/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,7 @@ PORTVERSION=	2.0.6
 PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://snort.org/downloads/snort/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Data Acquisition abstraction library for snort 2.9+

Modified: head/net/dhcpd-pools/Makefile
==============================================================================
--- head/net/dhcpd-pools/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/dhcpd-pools/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -4,7 +4,8 @@
 PORTNAME=	dhcpd-pools
 PORTVERSION=	2.28
 CATEGORIES=	net
-MASTER_SITES=	SF/${PORTNAME}
+MASTER_SITES=	SF/${PORTNAME} \
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Tool to analyze isc-dhcp pool usage based on leases

Modified: head/net/exabgp/Makefile
==============================================================================
--- head/net/exabgp/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/exabgp/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	exabgp
 PORTVERSION=	3.4.20
 CATEGORIES=	net
 MASTER_SITES=	GH \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	BGP engine and route injector

Modified: head/net/exaddos/Makefile
==============================================================================
--- head/net/exaddos/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/exaddos/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -4,7 +4,7 @@
 PORTNAME=	exaddos
 PORTVERSION=	0.4.0
 CATEGORIES=	net
-MASTER_SITES=	http://mirrors.rit.edu/zi/
+MASTER_SITES=	ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Monitor your network for DDoS

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/freeradius3/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -7,7 +7,7 @@ CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
 		ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
 		http://ftp.cc.uoc.gr/mirrors/ftp.freeradius.org/%SUBDIR%/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 MASTER_SITE_SUBDIR=	. old
 PKGNAMESUFFIX=	3
 DISTNAME=	freeradius-server-${DISTVERSION}

Modified: head/net/hsflowd/Makefile
==============================================================================
--- head/net/hsflowd/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/hsflowd/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -4,7 +4,7 @@
 PORTNAME=	hsflowd
 PORTVERSION=	1.24.1
 CATEGORIES=	net
-MASTER_SITES=	http://mirrors.rit.edu/zi/
+MASTER_SITES=	ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Agent that exports metrics using the sFlow protocol

Modified: head/net/isc-dhcp43-server/Makefile
==============================================================================
--- head/net/isc-dhcp43-server/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/isc-dhcp43-server/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,8 @@ PORTNAME=	dhcp
 PORTVERSION=	4.3.6
 PORTREVISION=	${DHCP_PORTREVISION}
 CATEGORIES=	net
-MASTER_SITES=	ISC/${PORTNAME}/${PORTVERSION:S/P/-P/g}
+MASTER_SITES=	ISC/${PORTNAME}/${PORTVERSION:S/P/-P/g} \
+		ZI
 PKGNAMEPREFIX=	isc-
 PKGNAMESUFFIX=	43-${SUBSYS}
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/-P/g}

Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/mosh/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	mosh
 PORTVERSION=	1.3.2
 CATEGORIES=	net
 MASTER_SITES=	http://mosh.mit.edu/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Mobile terminal that supports intermittent connectivity

Modified: head/net/nss-pam-ldapd/Makefile
==============================================================================
--- head/net/nss-pam-ldapd/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/nss-pam-ldapd/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=		nss-pam-ldapd
 PORTVERSION=		0.9.8
 CATEGORIES=		net
 MASTER_SITES=		http://arthurdejong.org/nss-pam-ldapd/ \
-			http://mirrors.rit.edu/zi/
+			ZI
 
 MAINTAINER?=		zi@FreeBSD.org
 COMMENT?=		Advanced fork of nss_ldap

Modified: head/net/ntraceroute/Makefile
==============================================================================
--- head/net/ntraceroute/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/ntraceroute/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,7 @@ PORTVERSION=	6.4.2
 PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	NETBSD/traceroute-nanog \
-		http://mirrors.rit.edu/zi/
+		ZI
 DISTNAME=	traceroute.c
 EXTRACT_SUFX=
 DIST_SUBDIR=	${PORTNAME}

Modified: head/net/pwhois/Makefile
==============================================================================
--- head/net/pwhois/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/net/pwhois/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,7 +6,7 @@ PORTVERSION=	2.2.0.1
 PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://pwhois.org/get/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Whois-compatible framework for disclosing routing data

Modified: head/security/duo/Makefile
==============================================================================
--- head/security/duo/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/security/duo/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	duo
 PORTVERSION=	1.9.21
 CATEGORIES=	security
 MASTER_SITES=	https://dl.duosecurity.com/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 DISTNAME=	${PORTNAME}_unix-${PORTVERSION}
 
 MAINTAINER=	zi@FreeBSD.org

Modified: head/security/kstart/Makefile
==============================================================================
--- head/security/kstart/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/security/kstart/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -4,7 +4,8 @@
 PORTNAME=	kstart
 DISTVERSION=	4.2
 CATEGORIES=	security
-MASTER_SITES=	http://archives.eyrie.org/software/kerberos/
+MASTER_SITES=	http://archives.eyrie.org/software/kerberos/ \
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Automated Kerberos ticket cache and keytab management utilities

Modified: head/security/openconnect/Makefile
==============================================================================
--- head/security/openconnect/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/security/openconnect/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	openconnect
 PORTVERSION=	7.08
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Client for Cisco's AnyConnect SSL VPN

Modified: head/security/pam_krb5-rh/Makefile
==============================================================================
--- head/security/pam_krb5-rh/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/security/pam_krb5-rh/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	pam_krb5
 DISTVERSION=	2.4.13
 CATEGORIES=	security
 MASTER_SITES=	https://fedorahosted.org/released/${PORTNAME}/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 PKGNAMESUFFIX=	-rh
 
 MAINTAINER=	zi@FreeBSD.org

Modified: head/security/paperkey/Makefile
==============================================================================
--- head/security/paperkey/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/security/paperkey/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	paperkey
 PORTVERSION=	1.4
 CATEGORIES=	security
 MASTER_SITES=	http://www.jabberwocky.com/software/paperkey/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Extract just the secret information out of OpenPGP secret keys

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/security/snort/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -6,8 +6,7 @@ PORTVERSION=	2.9.9.0
 PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://snort.org/downloads/snort/ \
-		http://www.talosintel.com/downloads/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 PATCH_DIST_STRIP=	-p1
 

Modified: head/security/stunnel/Makefile
==============================================================================
--- head/security/stunnel/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/security/stunnel/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -18,7 +18,7 @@ MASTER_SITES=	https://www.stunnel.org/downloads/%SUBDI
 		http://www.namesdir.com/mirrors/stunnel/%SUBDIR%/ \
 		http://stunnel.cybermirror.org/%SUBDIR%/ \
 		http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	SSL encryption wrapper for standard network daemons

Modified: head/sysutils/msktutil/Makefile
==============================================================================
--- head/sysutils/msktutil/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/sysutils/msktutil/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -4,7 +4,8 @@
 PORTNAME=	msktutil
 PORTVERSION=	1.0
 CATEGORIES=	sysutils
-MASTER_SITES=	SF/${PORTNAME}
+MASTER_SITES=	SF/${PORTNAME} \
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Utility to manage Active Directory interoperability

Modified: head/sysutils/vpnc-scripts/Makefile
==============================================================================
--- head/sysutils/vpnc-scripts/Makefile	Tue Aug  1 17:03:04 2017	(r447033)
+++ head/sysutils/vpnc-scripts/Makefile	Tue Aug  1 17:07:58 2017	(r447034)
@@ -5,7 +5,7 @@ PORTNAME=	vpnc-scripts
 PORTVERSION=	20161215
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.infradead.org/pub/${PORTNAME}/ \
-		http://mirrors.rit.edu/zi/
+		ZI
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Collection of scripts to setup routes and other changes for a VPN



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