diff options
author | fredb <fredb@pkgsrc.org> | 2000-08-18 19:39:53 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-08-18 19:39:53 +0000 |
commit | b682f4d953ce06f91f20f555db3393f4ca15754b (patch) | |
tree | 301127f104bdd519106be53e47df7cc365f740d9 /net | |
parent | ebda60e9a7802154c2c581612eeaa71cb5cccda0 (diff) | |
download | pkgsrc-b682f4d953ce06f91f20f555db3393f4ca15754b.tar.gz |
Update to version 4.0.99k. Continuing algorithmic improvements, bug fixes;
adds readline support to "ntpq" and "ntpdc".
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp4/Makefile | 11 | ||||
-rw-r--r-- | net/ntp4/files/md5 | 4 | ||||
-rw-r--r-- | net/ntp4/pkg/PLIST | 4 |
3 files changed, 13 insertions, 6 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index e4aa6932b75..5ab9d8a629d 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,15 +1,20 @@ -# $NetBSD: Makefile,v 1.12 2000/02/08 12:18:15 fredb Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/18 19:39:53 fredb Exp $ # -DISTNAME= ntp-4.0.99d +DISTNAME= ntp-4.0.99k CATEGORIES= net -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ +MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ MAINTAINER= fb@enteract.com HOMEPAGE= http://www.ntp.org/ +DEPENDS+= readline-4.*:../../devel/readline + GNU_CONFIGURE= YES +CONFIGURE_ENV+= "LIBS=-ltermcap" # for ntpdc + DOCDIR= ${PREFIX}/share/doc EXAMPLESDIR= ${PREFIX}/share/examples MESSAGE_FILE= ${WRKDIR}/MESSAGE diff --git a/net/ntp4/files/md5 b/net/ntp4/files/md5 index d8bee065662..450b59ec268 100644 --- a/net/ntp4/files/md5 +++ b/net/ntp4/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 2000/02/08 12:18:15 fredb Exp $ +$NetBSD: md5,v 1.9 2000/08/18 19:39:54 fredb Exp $ -MD5 (ntp-4.0.99d.tar.gz) = 75fac9090f7460573be4242f47d8f13f +MD5 (ntp-4.0.99k.tar.gz) = 6335d5b9b04a2d4670c4eed7300cdb82 diff --git a/net/ntp4/pkg/PLIST b/net/ntp4/pkg/PLIST index bcf24488138..181d51264e9 100644 --- a/net/ntp4/pkg/PLIST +++ b/net/ntp4/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2000/02/08 12:18:16 fredb Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/08/18 19:39:54 fredb Exp $ bin/ntpd bin/ntpdate bin/ntpdc @@ -52,6 +52,7 @@ share/doc/ntp4/driver9.htm share/doc/ntp4/exec.htm share/doc/ntp4/extern.htm share/doc/ntp4/gadget.htm +share/doc/ntp4/genkeys.htm share/doc/ntp4/hints.htm share/doc/ntp4/howto.htm share/doc/ntp4/htmlprimer.htm @@ -90,6 +91,7 @@ share/doc/ntp4/hints/bsdi share/doc/ntp4/hints/changes share/doc/ntp4/hints/decosf1 share/doc/ntp4/hints/decosf2 +share/doc/ntp4/hints/freebsd share/doc/ntp4/hints/hpux share/doc/ntp4/hints/linux share/doc/ntp4/hints/notes-xntp-v3 |