1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Update to 1.6.

Submitted by:	maintainer
This commit is contained in:
Maxim Sobolev 2000-07-13 11:13:34 +00:00
parent 7758efbcb2
commit 729d5f1268
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30572
8 changed files with 52 additions and 30 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= dnsutl
PORTVERSION= 1.5
PORTVERSION= 1.6
CATEGORIES= net
MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \
http://www.tip.net.au/~millerp/dnsutl/ \
@ -18,8 +18,9 @@ MAINTAINER= Karl.Dietz@frankfurt.netsurf.de
GNU_CONFIGURE= yes
ALL_TARGET= all sure
MAN1= dns-bootp.1 dns-bootparams.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
MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.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
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dnsutl-1.5.tar.gz) = 732e58e1737519c2581dc192bd31f118
MD5 (dnsutl-1.6.tar.gz) = 4cb1882c19c31de7a2e56d449b66bf97

View File

@ -12,7 +12,16 @@
# You should not need to alter anything below this point.
#------------------------------------------------------------
@@ -594,7 +599,7 @@
@@ -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
@ -21,7 +30,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -602,7 +607,7 @@
@@ -660,7 +665,7 @@
awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@
$(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir
@ -30,7 +39,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -611,7 +616,7 @@
@@ -669,7 +674,7 @@
$(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \
man1/.mandir
@ -39,7 +48,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -619,7 +624,7 @@
@@ -677,7 +682,7 @@
awk -f etc/txt2c.awk man1/dns-ethers.1 > $@
$(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir
@ -48,7 +57,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -627,7 +632,7 @@
@@ -685,7 +690,7 @@
awk -f etc/txt2c.awk man1/dns-filter.1 > $@
$(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir
@ -57,7 +66,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -635,7 +640,7 @@
@@ -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
@ -66,7 +75,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -643,7 +648,7 @@
@@ -701,7 +706,7 @@
awk -f etc/txt2c.awk man1/dns-hosts.1 > $@
$(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir
@ -75,7 +84,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -651,7 +656,7 @@
@@ -709,7 +714,7 @@
awk -f etc/txt2c.awk man1/dns-license.1 > $@
$(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir
@ -84,7 +93,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -659,7 +664,7 @@
@@ -717,7 +722,7 @@
awk -f etc/txt2c.awk man1/dns-ng.1 > $@
$(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir
@ -93,7 +102,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -667,7 +672,7 @@
@@ -725,7 +730,7 @@
awk -f etc/txt2c.awk man1/dns-rev.1 > $@
$(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir

View File

@ -1,3 +1,4 @@
bin/dns-boot-check
bin/dns-bootp
bin/dns-bootparams
bin/dns-ethers-import

View File

@ -6,7 +6,7 @@
#
PORTNAME= dnsutl
PORTVERSION= 1.5
PORTVERSION= 1.6
CATEGORIES= net
MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \
http://www.tip.net.au/~millerp/dnsutl/ \
@ -18,8 +18,9 @@ MAINTAINER= Karl.Dietz@frankfurt.netsurf.de
GNU_CONFIGURE= yes
ALL_TARGET= all sure
MAN1= dns-bootp.1 dns-bootparams.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
MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.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
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dnsutl-1.5.tar.gz) = 732e58e1737519c2581dc192bd31f118
MD5 (dnsutl-1.6.tar.gz) = 4cb1882c19c31de7a2e56d449b66bf97

View File

@ -12,7 +12,16 @@
# You should not need to alter anything below this point.
#------------------------------------------------------------
@@ -594,7 +599,7 @@
@@ -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
@ -21,7 +30,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -602,7 +607,7 @@
@@ -660,7 +665,7 @@
awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@
$(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir
@ -30,7 +39,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -611,7 +616,7 @@
@@ -669,7 +674,7 @@
$(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \
man1/.mandir
@ -39,7 +48,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -619,7 +624,7 @@
@@ -677,7 +682,7 @@
awk -f etc/txt2c.awk man1/dns-ethers.1 > $@
$(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir
@ -48,7 +57,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -627,7 +632,7 @@
@@ -685,7 +690,7 @@
awk -f etc/txt2c.awk man1/dns-filter.1 > $@
$(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir
@ -57,7 +66,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -635,7 +640,7 @@
@@ -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
@ -66,7 +75,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -643,7 +648,7 @@
@@ -701,7 +706,7 @@
awk -f etc/txt2c.awk man1/dns-hosts.1 > $@
$(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir
@ -75,7 +84,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -651,7 +656,7 @@
@@ -709,7 +714,7 @@
awk -f etc/txt2c.awk man1/dns-license.1 > $@
$(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir
@ -84,7 +93,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -659,7 +664,7 @@
@@ -717,7 +722,7 @@
awk -f etc/txt2c.awk man1/dns-ng.1 > $@
$(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir
@ -93,7 +102,7 @@
$(INSTALL_DATA) tmp $@
@rm tmp
@@ -667,7 +672,7 @@
@@ -725,7 +730,7 @@
awk -f etc/txt2c.awk man1/dns-rev.1 > $@
$(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir

View File

@ -1,3 +1,4 @@
bin/dns-boot-check
bin/dns-bootp
bin/dns-bootparams
bin/dns-ethers-import