Updated totd to 1.5.1 as requested in PR 30545.
This commit is contained in:
parent
60583f9991
commit
3a2b1c639c
3 changed files with 15 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue