diff options
author | cy <cy@FreeBSD.org> | 2002-10-30 23:38:42 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-10-30 23:38:42 +0800 |
commit | 782e97fdc55d040a3abcf417eeb5eaa3e2b76305 (patch) | |
tree | 517c3e4560c3b2c7f6f3b013198a6415e0b9fce5 /net/ntp | |
parent | 6ebf010e2a3b502da15e718da875b321812045ef (diff) | |
download | freebsd-ports-gnome-782e97fdc55d040a3abcf417eeb5eaa3e2b76305.tar.gz freebsd-ports-gnome-782e97fdc55d040a3abcf417eeb5eaa3e2b76305.tar.zst freebsd-ports-gnome-782e97fdc55d040a3abcf417eeb5eaa3e2b76305.zip |
Update 4.1.1a --> 4.1.1b
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 |