1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.7

- Take maintainership

PR:		ports/83332
Submitted by:	Sylvio Cesar <sylvioc@gmail.com>
This commit is contained in:
Pav Lucistnik 2005-07-13 09:27:40 +00:00
parent 492df5e4e6
commit a74ad217f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139044
5 changed files with 6 additions and 34 deletions

View File

@ -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

View File

@ -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

View File

@ -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"
);
}

View File

@ -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