pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/totd Updated totd to 1.5.1 as requested in PR 30545.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fa0a722c6d9
branches:  trunk
changeset: 512044:8fa0a722c6d9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 29 10:43:53 2006 +0000

description:
Updated totd to 1.5.1 as requested in PR 30545.

diffstat:

 net/totd/Makefile |  16 +++++++++-------
 net/totd/PLIST    |   4 ++--
 net/totd/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 13 deletions(-)

diffs (59 lines):

diff -r 51b9e004d338 -r 8fa0a722c6d9 net/totd/Makefile
--- a/net/totd/Makefile Sat Apr 29 10:12:36 2006 +0000
+++ b/net/totd/Makefile Sat Apr 29 10:43:53 2006 +0000
@@ -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 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
 
-post-install:
+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
 
-PKG_OPTIONS_VAR=               PKG_OPTIONS.totd
-PKG_OPTIONS_REQUIRED_GROUPS=   inet6 # require inet6 capability
-PKG_OPTIONS_GROUP.inet6=       inet6
-
 .include "../../mk/bsd.options.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 51b9e004d338 -r 8fa0a722c6d9 net/totd/PLIST
--- a/net/totd/PLIST    Sat Apr 29 10:12:36 2006 +0000
+++ b/net/totd/PLIST    Sat Apr 29 10:43:53 2006 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:34 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/04/29 10:43:53 rillig Exp $
+man/man8/totd.8
 sbin/totd
-man/man8/totd.8
 share/examples/totd/totd.conf.sample
 @dirrm share/examples/totd
diff -r 51b9e004d338 -r 8fa0a722c6d9 net/totd/distinfo
--- a/net/totd/distinfo Sat Apr 29 10:12:36 2006 +0000
+++ b/net/totd/distinfo Sat Apr 29 10:43:53 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index