1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update to version 2.2.3

BROKEN on 4.x: This version of DOC requires DiG Version-9.x to run.
This commit is contained in:
MIHIRA Sanpei Yoshiro 2005-05-03 07:35:57 +00:00
parent 88634b2619
commit 7a6617483f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134527
8 changed files with 42 additions and 46 deletions

View File

@ -6,19 +6,26 @@
#
PORTNAME= doc
PORTVERSION= 2.1.4
PORTREVISION= 1
PORTVERSION= 2.2.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.shub-internet.org/pub/shub/brad/dns/
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Diagnose unhealthy DNS domains
USE_BZIP2= yes
AUX_DIR= lib/doc
AUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX
AUX_FILES= doc-1.awk doc-3.awk doc-4.awk INFO RFC.XXXX
MAN8= doc.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "This version of DOC requires DiG Version-9.x to run on 4.x."
.endif
do-build:
@${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org
@${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \
@ -34,4 +41,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a
SIZE (doc-2.1.4.tar.gz) = 22232
MD5 (doc-2.2.3.tar.bz2) = 04bf975619e2f6ebf6a6328d8702b743
SIZE (doc-2.2.3.tar.bz2) = 23989

View File

@ -1,20 +1,11 @@
--- doc.orig Fri Aug 7 22:49:48 1998
+++ doc Thu Apr 15 20:19:47 2004
@@ -40,7 +40,7 @@
######## alias to DiG Version 2.0 (if not in path)
##
-# alias dig '/nfs/u5/hotz/bin.sun3/dig'
+alias dig '/usr/bin/dig'
######## Differences in 'tr' program
@@ -65,7 +65,7 @@
--- doc.orig Wed Jul 25 19:24:50 2001
+++ doc Tue May 3 12:10:46 2005
@@ -106,7 +106,7 @@
## Note: Make *sure* you keep the trailing slash on the directory
## name, otherwise doc won't work right.
##
-set auxd=/users/brad/bin/doc-2.1.4/
-#set auxd=/users/brad/bin/doc-2.2.3/
+set auxd=${PREFIX}/${AUX_DIR}/
#set auxd=""
######## where are log files written?
##

View File

@ -1,7 +1,7 @@
bin/doc
lib/doc/doc1.awk
lib/doc/doc3.awk
lib/doc/doc4.awk
lib/doc/doc-1.awk
lib/doc/doc-3.awk
lib/doc/doc-4.awk
lib/doc/INFO
lib/doc/RFC.XXXX
@dirrm lib/doc

View File

@ -6,19 +6,26 @@
#
PORTNAME= doc
PORTVERSION= 2.1.4
PORTREVISION= 1
PORTVERSION= 2.2.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.shub-internet.org/pub/shub/brad/dns/
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Diagnose unhealthy DNS domains
USE_BZIP2= yes
AUX_DIR= lib/doc
AUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX
AUX_FILES= doc-1.awk doc-3.awk doc-4.awk INFO RFC.XXXX
MAN8= doc.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "This version of DOC requires DiG Version-9.x to run on 4.x."
.endif
do-build:
@${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org
@${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \
@ -34,4 +41,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a
SIZE (doc-2.1.4.tar.gz) = 22232
MD5 (doc-2.2.3.tar.bz2) = 04bf975619e2f6ebf6a6328d8702b743
SIZE (doc-2.2.3.tar.bz2) = 23989

View File

@ -1,20 +1,11 @@
--- doc.orig Fri Aug 7 22:49:48 1998
+++ doc Thu Apr 15 20:19:47 2004
@@ -40,7 +40,7 @@
######## alias to DiG Version 2.0 (if not in path)
##
-# alias dig '/nfs/u5/hotz/bin.sun3/dig'
+alias dig '/usr/bin/dig'
######## Differences in 'tr' program
@@ -65,7 +65,7 @@
--- doc.orig Wed Jul 25 19:24:50 2001
+++ doc Tue May 3 12:10:46 2005
@@ -106,7 +106,7 @@
## Note: Make *sure* you keep the trailing slash on the directory
## name, otherwise doc won't work right.
##
-set auxd=/users/brad/bin/doc-2.1.4/
-#set auxd=/users/brad/bin/doc-2.2.3/
+set auxd=${PREFIX}/${AUX_DIR}/
#set auxd=""
######## where are log files written?
##

View File

@ -1,7 +1,7 @@
bin/doc
lib/doc/doc1.awk
lib/doc/doc3.awk
lib/doc/doc4.awk
lib/doc/doc-1.awk
lib/doc/doc-3.awk
lib/doc/doc-4.awk
lib/doc/INFO
lib/doc/RFC.XXXX
@dirrm lib/doc