diff options
author | pav <pav@FreeBSD.org> | 2004-02-12 14:01:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-12 14:01:02 +0000 |
commit | 132085c1dd23a20365a65476964fa64608a61a67 (patch) | |
tree | 01e60c0e47c937df0a100293a266e8365232c13c /dns/pdnsd | |
parent | be594e059977253dfbf730ed775dc3abdf9caaa7 (diff) | |
download | FreeBSD-ports-132085c1dd23a20365a65476964fa64608a61a67.zip FreeBSD-ports-132085c1dd23a20365a65476964fa64608a61a67.tar.gz |
- Update to 1.1.10
PR: ports/62666
Submitted by: hrs
Approved by: maintainer
Diffstat (limited to 'dns/pdnsd')
-rw-r--r-- | dns/pdnsd/Makefile | 17 | ||||
-rw-r--r-- | dns/pdnsd/distinfo | 3 | ||||
-rw-r--r-- | dns/pdnsd/pkg-descr | 2 | ||||
-rw-r--r-- | dns/pdnsd/pkg-plist | 8 |
4 files changed, 25 insertions, 5 deletions
diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile index 63ba0d2..4360615 100644 --- a/dns/pdnsd/Makefile +++ b/dns/pdnsd/Makefile @@ -6,24 +6,35 @@ # PORTNAME= pdnsd -PORTVERSION= 1.1.7a +PORTVERSION= 1.1.10 CATEGORIES= dns -MASTER_SITES= http://home.t-online.de/home/Moestl/ +MASTER_SITES= http://www.phys.uu.nl/~rombouts/pdnsd/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-par MAINTAINER= roman@xpert.com COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-cachedir=${PDNSDB} +USE_GMAKE= yes +CONFIGURE_ARGS= --with-cachedir=${PDNSDB} \ + --enable-ipv6 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN8= pdnsd-ctl.8 PDNSDB= /var/db/pdnsd +DOCSRCDIR= ${WRKSRC}/doc +DOC_FILES= html/dl.html html/doc.html html/faq.html html/index.html +DOC_FILES+= txt/faq.txt txt/intro.txt txt/manual.txt post-install: @${MKDIR} ${PREFIX}/etc/rc.d @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pdnsd.sh > ${PREFIX}/etc/rc.d/pdnsd.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/pdnsd.sh +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES:S@^@${DOCSRCDIR}/@} ${DOCSDIR} +.endif @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/dns/pdnsd/distinfo b/dns/pdnsd/distinfo index 7c17be3..d7c62ce 100644 --- a/dns/pdnsd/distinfo +++ b/dns/pdnsd/distinfo @@ -1 +1,2 @@ -MD5 (pdnsd-1.1.7a.tar.gz) = 96ef0f6708a14215c57ca89240b5e7ae +MD5 (pdnsd-1.1.10-par.tar.gz) = 11c5bcc40590fc3bcf6256f8248d6536 +SIZE (pdnsd-1.1.10-par.tar.gz) = 287338 diff --git a/dns/pdnsd/pkg-descr b/dns/pdnsd/pkg-descr index 610db2a..c008a18 100644 --- a/dns/pdnsd/pkg-descr +++ b/dns/pdnsd/pkg-descr @@ -15,6 +15,6 @@ querying several servers at the same time so that very slow or unavailable servers will not block the answer for one timeout interval. Since version 1.0.0, pdnsd has full IPv6 support. -WWW: http://home.t-online.de/home/Moestl/ +WWW: http://www.phys.uu.nl/~rombouts/pdnsd.html Roman Shterenzon <roman@xpert.com> diff --git a/dns/pdnsd/pkg-plist b/dns/pdnsd/pkg-plist index 9b6802d..fb7feb2 100644 --- a/dns/pdnsd/pkg-plist +++ b/dns/pdnsd/pkg-plist @@ -2,4 +2,12 @@ etc/pdnsd.conf.sample etc/rc.d/pdnsd.sh sbin/pdnsd sbin/pdnsd-ctl +%%PORTDOCS%%%%DOCSDIR%%/dl.html +%%PORTDOCS%%%%DOCSDIR%%/doc.html +%%PORTDOCS%%%%DOCSDIR%%/faq.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/faq.txt +%%PORTDOCS%%%%DOCSDIR%%/intro.txt +%%PORTDOCS%%%%DOCSDIR%%/manual.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rm -rf /var/db/pdnsd |