diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 666ea03b52924fa5089708a0d584b1623fde36d7 (patch) | |
tree | 811f76c652f5f94d5dcf12487eb5a072328e4d7f /dns | |
parent | 27f051e196ae160f0c7283ec823166942cf5e713 (diff) | |
download | ports-666ea03b52924fa5089708a0d584b1623fde36d7.tar.gz ports-666ea03b52924fa5089708a0d584b1623fde36d7.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswall/Makefile | 4 | ||||
-rw-r--r-- | dns/nslint/Makefile | 3 | ||||
-rw-r--r-- | dns/sshfp/Makefile | 3 | ||||
-rw-r--r-- | dns/vizone/Makefile | 3 | ||||
-rw-r--r-- | dns/zonenotify/Makefile | 3 |
5 files changed, 5 insertions, 11 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index 7a0c304164bf..e5f499c518bc 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -8,9 +8,7 @@ PORTNAME= dnswall PORTVERSION= 0.1.4 CATEGORIES= dns security -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ +MASTER_SITES= GOOGLE_CODE CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A daemon that filters out private IP addresses in DNS responses diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile index e3ff39227735..a8da93b87a56 100644 --- a/dns/nslint/Makefile +++ b/dns/nslint/Makefile @@ -9,8 +9,7 @@ PORTNAME= nslint PORTVERSION= 2.1.a6 CATEGORIES= dns MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} MAINTAINER= ehaupt@FreeBSD.org diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile index e3fbd7150291..cb7a16473f15 100644 --- a/dns/sshfp/Makefile +++ b/dns/sshfp/Makefile @@ -9,8 +9,7 @@ PORTNAME= sshfp PORTVERSION= 1.1.3 CATEGORIES= dns security MASTER_SITES= ftp://ftp.xelerance.com/sshfp/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generate SSHFP DNS records from knownhosts files or ssh-keyscan diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile index c865ad518667..0f8d58cf58d1 100644 --- a/dns/vizone/Makefile +++ b/dns/vizone/Makefile @@ -8,8 +8,7 @@ PORTNAME= vizone PORTVERSION= 0.1 CATEGORIES= dns -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ +MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Updates the serialnumber in one or more zonefiles diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index 8dfbfa239703..9395765497bb 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -9,8 +9,7 @@ PORTNAME= zonenotify PORTVERSION= 0.1 CATEGORIES= dns MASTER_SITES= http://morettoni.net/bsd/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A dns notify sender written in C |