diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-10-30 15:38:42 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-10-30 15:38:42 +0000 |
commit | 73256382131e1e191a6af206a7025ab458d5c7cb (patch) | |
tree | d61f13e40d91d151af551cf0f3c4fb3e968b6083 /net/ntp | |
parent | 4aa5088b00358d1825b0fd5adb59e45d4f091106 (diff) | |
download | ports-73256382131e1e191a6af206a7025ab458d5c7cb.tar.gz ports-73256382131e1e191a6af206a7025ab458d5c7cb.zip |
Notes
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 3 | ||||
-rw-r--r-- | net/ntp/distinfo | 2 | ||||
-rw-r--r-- | net/ntp/files/patch-ntpd::refclock_jjy.c | 11 | ||||
-rw-r--r-- | net/ntp/pkg-plist | 7 |
4 files changed, 8 insertions, 15 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 565346189d8f..62ba018cf2f0 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ntp -PORTVERSION= 4.1.1a -PORTREVISION= 1 +PORTVERSION= 4.1.1b CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ diff --git a/net/ntp/distinfo b/net/ntp/distinfo index 88b85524169a..5028f750f29c 100644 --- a/net/ntp/distinfo +++ b/net/ntp/distinfo @@ -1 +1 @@ -MD5 (ntp-4.1.1a.tar.gz) = 884c8d90f62bf3de0a464f755a8409a4 +MD5 (ntp-4.1.1b.tar.gz) = 27382aa9c483e395662dddb2b11439e2 diff --git a/net/ntp/files/patch-ntpd::refclock_jjy.c b/net/ntp/files/patch-ntpd::refclock_jjy.c deleted file mode 100644 index 4852ac012988..000000000000 --- a/net/ntp/files/patch-ntpd::refclock_jjy.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ntpd/refclock_jjy.c.orig Thu Jan 17 10:40:53 2002 -+++ ntpd/refclock_jjy.c Fri Jul 12 11:37:44 2002 -@@ -701,7 +701,7 @@ - * Send "<ENQ>1J<ETX>" command - */ - -- if ( write ( pp->io.fd, "\x051J\x03", 4 ) != 4 ) { -+ if ( write ( pp->io.fd, "\0051J\003", 4 ) != 4 ) { - refclock_report ( peer, CEVNT_FAULT ) ; - } - diff --git a/net/ntp/pkg-plist b/net/ntp/pkg-plist index f4e9a7e0ac02..46ef602a0b5a 100644 --- a/net/ntp/pkg-plist +++ b/net/ntp/pkg-plist @@ -47,7 +47,11 @@ bin/tickadj %%PORTDOCS%%share/doc/ntp/driver38.htm %%PORTDOCS%%share/doc/ntp/driver39.htm %%PORTDOCS%%share/doc/ntp/driver40.htm -%%PORTDOCS%%share/doc/ntp/driver42.html +%%PORTDOCS%%share/doc/ntp/driver42.htm +%%PORTDOCS%%share/doc/ntp/driver43.htm +%%PORTDOCS%%share/doc/ntp/driver43_1.gif +%%PORTDOCS%%share/doc/ntp/driver43_2.jpg +%%PORTDOCS%%share/doc/ntp/driver44.htm %%PORTDOCS%%share/doc/ntp/driver4.htm %%PORTDOCS%%share/doc/ntp/driver5.htm %%PORTDOCS%%share/doc/ntp/driver6.htm @@ -139,6 +143,7 @@ bin/tickadj %%PORTDOCS%%share/doc/ntp/pic/home.gif %%PORTDOCS%%share/doc/ntp/pic/hornraba.gif %%PORTDOCS%%share/doc/ntp/pic/igclock.gif +%%PORTDOCS%%share/doc/ntp/pic/neoclock4x.gif %%PORTDOCS%%share/doc/ntp/pic/oncore_evalbig.gif %%PORTDOCS%%share/doc/ntp/pic/oncore_remoteant.jpg %%PORTDOCS%%share/doc/ntp/pic/oncore_utplusbig.gif |