diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/maradns/Makefile | 2 | ||||
-rw-r--r-- | dns/maradns/pkg-comment | 1 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/pkg-comment | 1 | ||||
-rw-r--r-- | dns/totd/Makefile | 2 | ||||
-rw-r--r-- | dns/totd/pkg-comment | 1 | ||||
-rw-r--r-- | dns/walker/Makefile | 2 | ||||
-rw-r--r-- | dns/walker/pkg-comment | 1 |
8 files changed, 8 insertions, 4 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 8bb1a6960dbd..9a15a9b081f5 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.maradns.org/download/ \ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A DNS server implementation with focus on security and simplicity + USE_REINPLACE= yes REINPLACE_ARGS= -i "" USE_BZIP2= yes diff --git a/dns/maradns/pkg-comment b/dns/maradns/pkg-comment deleted file mode 100644 index 1c53d10ad184..000000000000 --- a/dns/maradns/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DNS server implementation with focus on security and simplicity diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile index a1248bb56362..9be6d7852479 100644 --- a/dns/p5-Net-DNS-SEC/Makefile +++ b/dns/p5-Net-DNS-SEC/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= DNSSEC extensions to Net::DNS + BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \ diff --git a/dns/p5-Net-DNS-SEC/pkg-comment b/dns/p5-Net-DNS-SEC/pkg-comment deleted file mode 100644 index 400ae3e026b6..000000000000 --- a/dns/p5-Net-DNS-SEC/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DNSSEC extensions to Net::DNS diff --git a/dns/totd/Makefile b/dns/totd/Makefile index 399c31d80220..ff71435256a3 100644 --- a/dns/totd/Makefile +++ b/dns/totd/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation + MAN8= totd.8 GNU_CONFIGURE= YES diff --git a/dns/totd/pkg-comment b/dns/totd/pkg-comment deleted file mode 100644 index 46190ecbe187..000000000000 --- a/dns/totd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DNS proxy that supports IPv6 <==> IPv4 record translation diff --git a/dns/walker/Makefile b/dns/walker/Makefile index 1ff5dd7f1788..b11668d43ca9 100644 --- a/dns/walker/Makefile +++ b/dns/walker/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://josefsson.org/walker/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Recover zone file information from servers that use DNSSEC + RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/net/bind9 USE_REINPLACE= yes diff --git a/dns/walker/pkg-comment b/dns/walker/pkg-comment deleted file mode 100644 index 1f0068760d3b..000000000000 --- a/dns/walker/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Recover zone file information from servers that use DNSSEC |