diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 18:01:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 18:01:41 +0800 |
commit | f5cda216d83199be565844ea7972ee0757a86654 (patch) | |
tree | a88ce2620404e7ea768fb724444eadef09ae5b30 /dns | |
parent | 48d74ac3bbd458aef15fe44271305be18b6a09f4 (diff) | |
download | freebsd-ports-gnome-f5cda216d83199be565844ea7972ee0757a86654.tar.gz freebsd-ports-gnome-f5cda216d83199be565844ea7972ee0757a86654.tar.zst freebsd-ports-gnome-f5cda216d83199be565844ea7972ee0757a86654.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ldns/Makefile | 2 | ||||
-rw-r--r-- | dns/noip/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 63ba506e02ac..2cf94b651e14 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.6.17 PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= jaap@NLnetLabs.nl COMMENT= Library for programs conforming to DNS RFCs and drafts diff --git a/dns/noip/Makefile b/dns/noip/Makefile index 6dabe252ca30..ca39be54e28f 100644 --- a/dns/noip/Makefile +++ b/dns/noip/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.1.9 PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://www.no-ip.com/client/linux/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= sthalik@tehran.lain.pl COMMENT= No-IP.com's dynamic DNS update client |