diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-27 13:03:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-27 13:03:48 +0000 |
commit | 37677d32e389d6fe261c4aea8531acdf09997ae0 (patch) | |
tree | 7d7433c119fb6f464d0701eb1974bfbd9be57df7 /dns/ldns | |
parent | e67cc0b93e5dc73f5ad43b0f10d63935ce7743a2 (diff) | |
download | freebsd-ports-37677d32e389d6fe261c4aea8531acdf09997ae0.zip |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index b260226fb940..e137d6337ae5 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -5,7 +5,7 @@ PORTNAME= ldns PORTVERSION= 1.7.0 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ +MASTER_SITES= https://www.nlnetlabs.nl/downloads/ldns/ \ LOCAL/ehaupt MAINTAINER= jaap@NLnetLabs.nl |