diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 09:27:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 09:27:40 +0000 |
commit | a74ad217f2bc3d91839f5f81cc634e4ca9ceade1 (patch) | |
tree | 0cecf3db8e099ed9f07e086cf6574c8f6b3c04f8 /dns | |
parent | 492df5e4e6d38d6ad2509ddf2406912c9e74adec (diff) | |
download | ports-a74ad217f2bc3d91839f5f81cc634e4ca9ceade1.tar.gz ports-a74ad217f2bc3d91839f5f81cc634e4ca9ceade1.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsutl/Makefile | 6 | ||||
-rw-r--r-- | dns/dnsutl/distinfo | 4 | ||||
-rw-r--r-- | dns/dnsutl/files/patch-Makefile.in (renamed from dns/dnsutl/files/patch-aa) | 0 | ||||
-rw-r--r-- | dns/dnsutl/files/patch-bootp.c | 29 | ||||
-rw-r--r-- | dns/dnsutl/pkg-plist | 1 |
5 files changed, 6 insertions, 34 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile index c090538ab7f1..f0a41987a89a 100644 --- a/dns/dnsutl/Makefile +++ b/dns/dnsutl/Makefile @@ -6,19 +6,19 @@ # PORTNAME= dnsutl -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= dns MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \ http://www.tip.net.au/~millerp/dnsutl/ \ http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sylvioc@gmail.com COMMENT= Programs to make using DNS easier GNU_CONFIGURE= yes ALL_TARGET= all sure -MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \ +MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 dns-dhcp.1 \ dns-ethers-import.1 dns-ethers.1 dns-filter.1 \ dns-hosts-import.1 dns-hosts.1 dns-license.1 \ dns-ng.1 dns-rev.1 diff --git a/dns/dnsutl/distinfo b/dns/dnsutl/distinfo index 55c91e217e79..ed940950a113 100644 --- a/dns/dnsutl/distinfo +++ b/dns/dnsutl/distinfo @@ -1,2 +1,2 @@ -MD5 (dnsutl-1.6.tar.gz) = 4cb1882c19c31de7a2e56d449b66bf97 -SIZE (dnsutl-1.6.tar.gz) = 160350 +MD5 (dnsutl-1.7.tar.gz) = 0c0e2d1c5bfb7e558a9d81f080940ea7 +SIZE (dnsutl-1.7.tar.gz) = 181289 diff --git a/dns/dnsutl/files/patch-aa b/dns/dnsutl/files/patch-Makefile.in index 676db278a228..676db278a228 100644 --- a/dns/dnsutl/files/patch-aa +++ b/dns/dnsutl/files/patch-Makefile.in diff --git a/dns/dnsutl/files/patch-bootp.c b/dns/dnsutl/files/patch-bootp.c deleted file mode 100644 index 1785b2f30106..000000000000 --- a/dns/dnsutl/files/patch-bootp.c +++ /dev/null @@ -1,29 +0,0 @@ ---- common/srrf/bootp.c.orig Wed Oct 22 01:53:06 2003 -+++ common/srrf/bootp.c Wed Oct 22 01:53:44 2003 -@@ -81,7 +81,7 @@ - check_list_of_one_or_more_machines(rp); - srrf_lex_error - ( --"you may not specify ``bootp ds'' explicitly, -+"you may not specify ``bootp ds'' explicitly, \ - it is generated from the ``in ns'' fields" - ); - } -@@ -99,7 +99,7 @@ - check_list_of_one_or_more_machines(rp); - srrf_lex_error - ( --"you may not specify ``bootp ha'' explicitly, -+"you may not specify ``bootp ha'' explicitly, \ - it is generated from the ``ether a'' fields" - ); - } -@@ -397,7 +397,7 @@ - check_list_of_one_or_more_machines(rp); - srrf_lex_error - ( --"you may not specify \"ip\" explicitly, -+"you may not specify \"ip\" explicitly, \ - it is generated from the ``in a'' fields" - ); - } diff --git a/dns/dnsutl/pkg-plist b/dns/dnsutl/pkg-plist index 8b5153f36c99..cb330e7d7f09 100644 --- a/dns/dnsutl/pkg-plist +++ b/dns/dnsutl/pkg-plist @@ -1,6 +1,7 @@ bin/dns-boot-check bin/dns-bootp bin/dns-bootparams +bin/dns-dhcp bin/dns-ethers-import bin/dns-ethers bin/dns-filter |