summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
commitd9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch)
tree7188beb34e0a3adac815c9497c615b1b78eb4454 /dns
parentport wouldn't build without the gnomelibs. (diff)
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes: svn path=/head/; revision=69612
Diffstat (limited to 'dns')
-rw-r--r--dns/maradns/Makefile2
-rw-r--r--dns/maradns/pkg-comment1
-rw-r--r--dns/p5-Net-DNS-SEC/Makefile2
-rw-r--r--dns/p5-Net-DNS-SEC/pkg-comment1
-rw-r--r--dns/totd/Makefile2
-rw-r--r--dns/totd/pkg-comment1
-rw-r--r--dns/walker/Makefile2
-rw-r--r--dns/walker/pkg-comment1
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