ports/83332: [PATCH] dns/dnsutl: update to 1.7, take maintainership

Sylvio Cesar sylvioc at gmail.com
Tue Jul 12 15:00:28 UTC 2005


>Number:         83332
>Category:       ports
>Synopsis:       [PATCH] dns/dnsutl: update to 1.7, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 12 15:00:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sylvio.sistel.com.br 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Thu Jun 30 09:55:19 BRT 2005
>Description:
- Update to 1.7
- Take maintainership

Added file(s):
- files/patch-Makefile.in

Removed file(s):
- files/patch-aa
- files/patch-bootp.c

>How-To-Repeat:
      
>Fix:
--- dnsutl-1.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/dns/dnsutl/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	3 Nov 2003 22:05:52 -0000	1.12
+++ Makefile	12 Jul 2005 14:51:12 -0000
@@ -6,13 +6,13 @@
 #
 
 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 at FreeBSD.org
+MAINTAINER=	sylvioc at gmail.com
 COMMENT=	Programs to make using DNS easier
 
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/dns/dnsutl/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	29 Jan 2004 07:23:31 -0000	1.4
+++ distinfo	12 Jul 2005 14:51:12 -0000
@@ -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
Index: files/patch-Makefile.in
===================================================================
RCS file: files/patch-Makefile.in
diff -N files/patch-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-Makefile.in	12 Jul 2005 14:51:12 -0000
@@ -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
+ 
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- files/patch-aa	13 Jul 2000 11:13:34 -0000	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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
- 
Index: files/patch-bootp.c
===================================================================
RCS file: files/patch-bootp.c
diff -N files/patch-bootp.c
--- files/patch-bootp.c	22 Oct 2003 08:08:54 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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"
- 	);
- }
--- dnsutl-1.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list