summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2017-08-01 17:07:58 +0000
committerzi <zi@FreeBSD.org>2017-08-01 17:07:58 +0000
commit6f01f395fff69ef5c25c9019b9e03d7cebcb35f9 (patch)
tree7f6e91fcf4d587542cad048f5ce93f719ca72873
parentd4113357a12d3d69e5202e5609d803bafded27a7 (diff)
downloadFreeBSD-ports-6f01f395fff69ef5c25c9019b9e03d7cebcb35f9.zip
FreeBSD-ports-6f01f395fff69ef5c25c9019b9e03d7cebcb35f9.tar.gz
- MASTER_SITES cleanup
-rw-r--r--devel/py-qpid/Makefile3
-rw-r--r--dns/ares/Makefile2
-rw-r--r--dns/c-ares/Makefile2
-rw-r--r--dns/dnsflood/Makefile2
-rw-r--r--dns/gdnsd2/Makefile2
-rw-r--r--dns/getdns/Makefile3
-rw-r--r--editors/le/Makefile2
-rw-r--r--irc/ratbox-respond/Makefile3
-rw-r--r--mail/proxsmtp/Makefile3
-rw-r--r--misc/logsurfer/Makefile2
-rw-r--r--net-mgmt/jnettop/Makefile3
-rw-r--r--net-mgmt/nagios-check_email_delivery/Makefile2
-rw-r--r--net-mgmt/nagios-check_hp_bladechassis/Makefile2
-rw-r--r--net-mgmt/nagios-check_mysql_slave/Makefile2
-rw-r--r--net-mgmt/nagios-openldap-plugins/Makefile2
-rw-r--r--net-mgmt/nagtail/Makefile2
-rw-r--r--net-mgmt/net-snmp/Makefile3
-rw-r--r--net-mgmt/sdig/Makefile3
-rw-r--r--net-mgmt/snmp4nagios/Makefile3
-rw-r--r--net/daq/Makefile2
-rw-r--r--net/dhcpd-pools/Makefile3
-rw-r--r--net/exabgp/Makefile2
-rw-r--r--net/exaddos/Makefile2
-rw-r--r--net/freeradius3/Makefile2
-rw-r--r--net/hsflowd/Makefile2
-rw-r--r--net/isc-dhcp43-server/Makefile3
-rw-r--r--net/mosh/Makefile2
-rw-r--r--net/nss-pam-ldapd/Makefile2
-rw-r--r--net/ntraceroute/Makefile2
-rw-r--r--net/pwhois/Makefile2
-rw-r--r--security/duo/Makefile2
-rw-r--r--security/kstart/Makefile3
-rw-r--r--security/openconnect/Makefile2
-rw-r--r--security/pam_krb5-rh/Makefile2
-rw-r--r--security/paperkey/Makefile2
-rw-r--r--security/snort/Makefile3
-rw-r--r--security/stunnel/Makefile2
-rw-r--r--sysutils/msktutil/Makefile3
-rw-r--r--sysutils/vpnc-scripts/Makefile2
39 files changed, 50 insertions, 41 deletions
diff --git a/devel/py-qpid/Makefile b/devel/py-qpid/Makefile
index be131c1..1b732d6 100644
--- a/devel/py-qpid/Makefile
+++ b/devel/py-qpid/Makefile
@@ -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}
diff --git a/dns/ares/Makefile b/dns/ares/Makefile
index eabc518..4f490b0 100644
--- a/dns/ares/Makefile
+++ b/dns/ares/Makefile
@@ -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
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile
index 5d8fd85..34577bd 100644
--- a/dns/c-ares/Makefile
+++ b/dns/c-ares/Makefile
@@ -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
diff --git a/dns/dnsflood/Makefile b/dns/dnsflood/Makefile
index eb17c0b..ae74fe2 100644
--- a/dns/dnsflood/Makefile
+++ b/dns/dnsflood/Makefile
@@ -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
diff --git a/dns/gdnsd2/Makefile b/dns/gdnsd2/Makefile
index 60aa6f4..aca6a44 100644
--- a/dns/gdnsd2/Makefile
+++ b/dns/gdnsd2/Makefile
@@ -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
diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile
index 0595afc..ae50609 100644
--- a/dns/getdns/Makefile
+++ b/dns/getdns/Makefile
@@ -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
diff --git a/editors/le/Makefile b/editors/le/Makefile
index a61c151..71848b8 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -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
diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile
index 314f3a1..e7aa35a 100644
--- a/irc/ratbox-respond/Makefile
+++ b/irc/ratbox-respond/Makefile
@@ -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
diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile
index 85543a3..095ecc3 100644
--- a/mail/proxsmtp/Makefile
+++ b/mail/proxsmtp/Makefile
@@ -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
diff --git a/misc/logsurfer/Makefile b/misc/logsurfer/Makefile
index ae0bad2..38f3c59 100644
--- a/misc/logsurfer/Makefile
+++ b/misc/logsurfer/Makefile
@@ -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
diff --git a/net-mgmt/jnettop/Makefile b/net-mgmt/jnettop/Makefile
index 5728ecf..a615d2e 100644
--- a/net-mgmt/jnettop/Makefile
+++ b/net-mgmt/jnettop/Makefile
@@ -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
diff --git a/net-mgmt/nagios-check_email_delivery/Makefile b/net-mgmt/nagios-check_email_delivery/Makefile
index a3a740b..0601685 100644
--- a/net-mgmt/nagios-check_email_delivery/Makefile
+++ b/net-mgmt/nagios-check_email_delivery/Makefile
@@ -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
diff --git a/net-mgmt/nagios-check_hp_bladechassis/Makefile b/net-mgmt/nagios-check_hp_bladechassis/Makefile
index 16aa4e4..af54252 100644
--- a/net-mgmt/nagios-check_hp_bladechassis/Makefile
+++ b/net-mgmt/nagios-check_hp_bladechassis/Makefile
@@ -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
diff --git a/net-mgmt/nagios-check_mysql_slave/Makefile b/net-mgmt/nagios-check_mysql_slave/Makefile
index cddff82..c960525 100644
--- a/net-mgmt/nagios-check_mysql_slave/Makefile
+++ b/net-mgmt/nagios-check_mysql_slave/Makefile
@@ -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
diff --git a/net-mgmt/nagios-openldap-plugins/Makefile b/net-mgmt/nagios-openldap-plugins/Makefile
index 480dc7a..0eac5f8 100644
--- a/net-mgmt/nagios-openldap-plugins/Makefile
+++ b/net-mgmt/nagios-openldap-plugins/Makefile
@@ -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}
diff --git a/net-mgmt/nagtail/Makefile b/net-mgmt/nagtail/Makefile
index 9c56d53..597f53e 100644
--- a/net-mgmt/nagtail/Makefile
+++ b/net-mgmt/nagtail/Makefile
@@ -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
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index c58a635..53d672e 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -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}
diff --git a/net-mgmt/sdig/Makefile b/net-mgmt/sdig/Makefile
index 81fc626..7242aff 100644
--- a/net-mgmt/sdig/Makefile
+++ b/net-mgmt/sdig/Makefile
@@ -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
diff --git a/net-mgmt/snmp4nagios/Makefile b/net-mgmt/snmp4nagios/Makefile
index e497e48..c1664f2 100644
--- a/net-mgmt/snmp4nagios/Makefile
+++ b/net-mgmt/snmp4nagios/Makefile
@@ -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
diff --git a/net/daq/Makefile b/net/daq/Makefile
index 8670965..c2e444d 100644
--- a/net/daq/Makefile
+++ b/net/daq/Makefile
@@ -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+
diff --git a/net/dhcpd-pools/Makefile b/net/dhcpd-pools/Makefile
index 304243e..c221068 100644
--- a/net/dhcpd-pools/Makefile
+++ b/net/dhcpd-pools/Makefile
@@ -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
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile
index d3171b2..d3e19e3 100644
--- a/net/exabgp/Makefile
+++ b/net/exabgp/Makefile
@@ -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
diff --git a/net/exaddos/Makefile b/net/exaddos/Makefile
index be56059..462c7f1 100644
--- a/net/exaddos/Makefile
+++ b/net/exaddos/Makefile
@@ -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
diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile
index ea19d9f..0dbab92 100644
--- a/net/freeradius3/Makefile
+++ b/net/freeradius3/Makefile
@@ -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}
diff --git a/net/hsflowd/Makefile b/net/hsflowd/Makefile
index 204a82d..c0df6a4 100644
--- a/net/hsflowd/Makefile
+++ b/net/hsflowd/Makefile
@@ -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
diff --git a/net/isc-dhcp43-server/Makefile b/net/isc-dhcp43-server/Makefile
index c12590a..a70863a 100644
--- a/net/isc-dhcp43-server/Makefile
+++ b/net/isc-dhcp43-server/Makefile
@@ -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}
diff --git a/net/mosh/Makefile b/net/mosh/Makefile
index 45f493a..ad3e730 100644
--- a/net/mosh/Makefile
+++ b/net/mosh/Makefile
@@ -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
diff --git a/net/nss-pam-ldapd/Makefile b/net/nss-pam-ldapd/Makefile
index 8f531c9..5131557 100644
--- a/net/nss-pam-ldapd/Makefile
+++ b/net/nss-pam-ldapd/Makefile
@@ -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
diff --git a/net/ntraceroute/Makefile b/net/ntraceroute/Makefile
index a23d641..7977adc 100644
--- a/net/ntraceroute/Makefile
+++ b/net/ntraceroute/Makefile
@@ -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}
diff --git a/net/pwhois/Makefile b/net/pwhois/Makefile
index 5d95f6e..1aaf26e 100644
--- a/net/pwhois/Makefile
+++ b/net/pwhois/Makefile
@@ -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
diff --git a/security/duo/Makefile b/security/duo/Makefile
index 18295a4..97462bd 100644
--- a/security/duo/Makefile
+++ b/security/duo/Makefile
@@ -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
diff --git a/security/kstart/Makefile b/security/kstart/Makefile
index ae44da4..be4a0f1 100644
--- a/security/kstart/Makefile
+++ b/security/kstart/Makefile
@@ -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
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index af2f0e0..a224fcd 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -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
diff --git a/security/pam_krb5-rh/Makefile b/security/pam_krb5-rh/Makefile
index 75985ff..e1016d4 100644
--- a/security/pam_krb5-rh/Makefile
+++ b/security/pam_krb5-rh/Makefile
@@ -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
diff --git a/security/paperkey/Makefile b/security/paperkey/Makefile
index b00d5b4..9077e33 100644
--- a/security/paperkey/Makefile
+++ b/security/paperkey/Makefile
@@ -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
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 5f2f423..b1c9b90 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -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
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 4d97ca3..7d77f4c 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -18,7 +18,7 @@ MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \
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
diff --git a/sysutils/msktutil/Makefile b/sysutils/msktutil/Makefile
index b4727db..cf4f5d3 100644
--- a/sysutils/msktutil/Makefile
+++ b/sysutils/msktutil/Makefile
@@ -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
diff --git a/sysutils/vpnc-scripts/Makefile b/sysutils/vpnc-scripts/Makefile
index b7f52e0..4e73b21 100644
--- a/sysutils/vpnc-scripts/Makefile
+++ b/sysutils/vpnc-scripts/Makefile
@@ -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
OpenPOWER on IntegriCloud