diff options
-rw-r--r-- | dns/dnswall/Makefile | 2 | ||||
-rw-r--r-- | dns/nslint/Makefile | 2 | ||||
-rw-r--r-- | dns/tinystats/Makefile | 2 | ||||
-rw-r--r-- | dns/vizone/Makefile | 2 | ||||
-rw-r--r-- | dns/zonenotify/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index 58e9688ff827..23b776b9a7b3 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -5,7 +5,7 @@ PORTNAME= dnswall PORTVERSION= 0.1.4 PORTREVISION= 1 CATEGORIES= dns security -MASTER_SITES= GOOGLE_CODE CRITICAL +MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt PROJECTHOST= google-dnswall MAINTAINER= ehaupt@FreeBSD.org diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile index c233886aa9ed..760f822367de 100644 --- a/dns/nslint/Makefile +++ b/dns/nslint/Makefile @@ -5,7 +5,7 @@ PORTNAME= nslint PORTVERSION= 3.1 CATEGORIES= dns MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ - CRITICAL + LOCAL/ehaupt DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} MAINTAINER= ehaupt@FreeBSD.org diff --git a/dns/tinystats/Makefile b/dns/tinystats/Makefile index ffbb5b46fe9a..6bccd592bb20 100644 --- a/dns/tinystats/Makefile +++ b/dns/tinystats/Makefile @@ -5,7 +5,7 @@ PORTNAME= tinystats PORTVERSION= 1.1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.morettoni.net/bsd/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= DJB's tinydns statistics generator diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile index 5f0d11c61e5b..0c6e84bfdf2e 100644 --- a/dns/vizone/Makefile +++ b/dns/vizone/Makefile @@ -4,7 +4,7 @@ PORTNAME= vizone PORTVERSION= 0.1 CATEGORIES= dns -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Updates the serial number in one or more zonefiles diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index 9113f617611c..81338e828da1 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -5,7 +5,7 @@ PORTNAME= zonenotify PORTVERSION= 0.1 CATEGORIES= dns MASTER_SITES= http://www.morettoni.net/bsd/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= DNS notify sender written in C |