From a74ad217f2bc3d91839f5f81cc634e4ca9ceade1 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 13 Jul 2005 09:27:40 +0000 Subject: - Update to 1.7 - Take maintainership PR: ports/83332 Submitted by: Sylvio Cesar --- dns/dnsutl/Makefile | 6 +- dns/dnsutl/distinfo | 4 +- dns/dnsutl/files/patch-Makefile.in | 113 +++++++++++++++++++++++++++++++++++++ dns/dnsutl/files/patch-aa | 113 ------------------------------------- dns/dnsutl/files/patch-bootp.c | 29 ---------- dns/dnsutl/pkg-plist | 1 + 6 files changed, 119 insertions(+), 147 deletions(-) create mode 100644 dns/dnsutl/files/patch-Makefile.in delete mode 100644 dns/dnsutl/files/patch-aa delete mode 100644 dns/dnsutl/files/patch-bootp.c (limited to 'dns/dnsutl') 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-Makefile.in b/dns/dnsutl/files/patch-Makefile.in new file mode 100644 index 000000000000..676db278a228 --- /dev/null +++ b/dns/dnsutl/files/patch-Makefile.in @@ -0,0 +1,113 @@ +--- Makefile.in.orig Mon Jul 5 15:54:45 1999 ++++ Makefile.in Sun Dec 26 14:40:21 1999 +@@ -124,6 +124,11 @@ + LIBEXT = a + + # ++# ++# ++SOELIM = @SOELIM@ ++ ++# + # You should not need to alter anything below this point. + #------------------------------------------------------------ + +@@ -644,7 +649,7 @@ + awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@ + + $(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-boot-check.1 > tmp ++ (cd man1; $(SOELIM) dns-boot-check.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -652,7 +657,7 @@ + awk -f etc/txt2c.awk man1/dns-bootp.1 > $@ + + $(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-bootp.1 > tmp ++ (cd man1; $(SOELIM) dns-bootp.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -660,7 +665,7 @@ + awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@ + + $(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-bootparams.1 > tmp ++ (cd man1; $(SOELIM) dns-bootparams.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -669,7 +674,7 @@ + + $(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \ + man1/.mandir +- $(SOELIM) -Iman1 man1/dns-ethers-import.1 > tmp ++ (cd man1; $(SOELIM) dns-ethers-import.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -677,7 +682,7 @@ + awk -f etc/txt2c.awk man1/dns-ethers.1 > $@ + + $(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-ethers.1 > tmp ++ (cd man1; $(SOELIM) dns-ethers.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -685,7 +690,7 @@ + awk -f etc/txt2c.awk man1/dns-filter.1 > $@ + + $(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-filter.1 > tmp ++ (cd man1; $(SOELIM) dns-filter.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -693,7 +698,7 @@ + awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@ + + $(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-hosts-import.1 > tmp ++ (cd man1; $(SOELIM) dns-hosts-import.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -701,7 +706,7 @@ + awk -f etc/txt2c.awk man1/dns-hosts.1 > $@ + + $(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-hosts.1 > tmp ++ (cd man1; $(SOELIM) dns-hosts.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -709,7 +714,7 @@ + awk -f etc/txt2c.awk man1/dns-license.1 > $@ + + $(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-license.1 > tmp ++ (cd man1; $(SOELIM) dns-license.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -717,7 +722,7 @@ + awk -f etc/txt2c.awk man1/dns-ng.1 > $@ + + $(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-ng.1 > tmp ++ (cd man1; $(SOELIM) dns-ng.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + +@@ -725,7 +730,7 @@ + awk -f etc/txt2c.awk man1/dns-rev.1 > $@ + + $(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir +- $(SOELIM) -Iman1 man1/dns-rev.1 > tmp ++ (cd man1; $(SOELIM) dns-rev.1) > tmp + $(INSTALL_DATA) tmp $@ + @rm tmp + diff --git a/dns/dnsutl/files/patch-aa b/dns/dnsutl/files/patch-aa deleted file mode 100644 index 676db278a228..000000000000 --- a/dns/dnsutl/files/patch-aa +++ /dev/null @@ -1,113 +0,0 @@ ---- Makefile.in.orig Mon Jul 5 15:54:45 1999 -+++ Makefile.in Sun Dec 26 14:40:21 1999 -@@ -124,6 +124,11 @@ - LIBEXT = a - - # -+# -+# -+SOELIM = @SOELIM@ -+ -+# - # You should not need to alter anything below this point. - #------------------------------------------------------------ - -@@ -644,7 +649,7 @@ - awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@ - - $(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-boot-check.1 > tmp -+ (cd man1; $(SOELIM) dns-boot-check.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -652,7 +657,7 @@ - awk -f etc/txt2c.awk man1/dns-bootp.1 > $@ - - $(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-bootp.1 > tmp -+ (cd man1; $(SOELIM) dns-bootp.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -660,7 +665,7 @@ - awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@ - - $(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-bootparams.1 > tmp -+ (cd man1; $(SOELIM) dns-bootparams.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -669,7 +674,7 @@ - - $(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \ - man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ethers-import.1 > tmp -+ (cd man1; $(SOELIM) dns-ethers-import.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -677,7 +682,7 @@ - awk -f etc/txt2c.awk man1/dns-ethers.1 > $@ - - $(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ethers.1 > tmp -+ (cd man1; $(SOELIM) dns-ethers.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -685,7 +690,7 @@ - awk -f etc/txt2c.awk man1/dns-filter.1 > $@ - - $(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-filter.1 > tmp -+ (cd man1; $(SOELIM) dns-filter.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -693,7 +698,7 @@ - awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@ - - $(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-hosts-import.1 > tmp -+ (cd man1; $(SOELIM) dns-hosts-import.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -701,7 +706,7 @@ - awk -f etc/txt2c.awk man1/dns-hosts.1 > $@ - - $(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-hosts.1 > tmp -+ (cd man1; $(SOELIM) dns-hosts.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -709,7 +714,7 @@ - awk -f etc/txt2c.awk man1/dns-license.1 > $@ - - $(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-license.1 > tmp -+ (cd man1; $(SOELIM) dns-license.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -717,7 +722,7 @@ - awk -f etc/txt2c.awk man1/dns-ng.1 > $@ - - $(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ng.1 > tmp -+ (cd man1; $(SOELIM) dns-ng.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -725,7 +730,7 @@ - awk -f etc/txt2c.awk man1/dns-rev.1 > $@ - - $(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-rev.1 > tmp -+ (cd man1; $(SOELIM) dns-rev.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - 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 -- cgit v1.2.3