diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-29 10:43:53 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-29 10:43:53 +0000 |
commit | 4b2ab75c44977ec5b4297982eb6937b6f60cee20 (patch) | |
tree | b22066ccc850d340ae92f3c52e3b9633173f1460 /net/totd | |
parent | 749a325ed527454d870c3a8521a2a6c5a4b7cac4 (diff) | |
download | pkgsrc-4b2ab75c44977ec5b4297982eb6937b6f60cee20.tar.gz |
Updated totd to 1.5.1 as requested in PR 30545.
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 16 | ||||
-rw-r--r-- | net/totd/PLIST | 4 | ||||
-rw-r--r-- | net/totd/distinfo | 8 |
3 files changed, 15 insertions, 13 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 2659839cdba..14c6acccbe5 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:15 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/29 10:43:53 rillig Exp $ # -DISTNAME= totd-1.4 +DISTNAME= totd-1.5.1 CATEGORIES= net MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ @@ -12,14 +12,16 @@ COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q} -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/totd - ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \ - ${PREFIX}/share/examples/totd/totd.conf.sample - PKG_OPTIONS_VAR= PKG_OPTIONS.totd PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability PKG_OPTIONS_GROUP.inet6= inet6 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/totd ${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/totd.8 ${PREFIX}/${PKGMANDIR}/man8/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/totd + ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \ + ${PREFIX}/share/examples/totd/totd.conf.sample + .include "../../mk/bsd.options.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/totd/PLIST b/net/totd/PLIST index 468d07215f5..e697faec314 100644 --- a/net/totd/PLIST +++ b/net/totd/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:34 zuntum Exp $ -sbin/totd +@comment $NetBSD: PLIST,v 1.2 2006/04/29 10:43:53 rillig Exp $ man/man8/totd.8 +sbin/totd share/examples/totd/totd.conf.sample @dirrm share/examples/totd diff --git a/net/totd/distinfo b/net/totd/distinfo index 1a44c541b82..760e08846a2 100644 --- a/net/totd/distinfo +++ b/net/totd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 12:14:05 agc Exp $ +$NetBSD: distinfo,v 1.6 2006/04/29 10:43:53 rillig Exp $ -SHA1 (totd-1.4.tar.gz) = cd0b49a2b17c6aa85160e05b754aad5a3d245d77 -RMD160 (totd-1.4.tar.gz) = cca12c91f323fead13c32888efd74472bfcddc04 -Size (totd-1.4.tar.gz) = 94231 bytes +SHA1 (totd-1.5.1.tar.gz) = cf9d48b386b2f218032b8997e28b46e64921d59e +RMD160 (totd-1.5.1.tar.gz) = 3b80931837eed1bd9e5cdfa8a3ed708d6ed40429 +Size (totd-1.5.1.tar.gz) = 235809 bytes |