diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-07-13 13:52:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-07-13 13:52:57 +0000 |
commit | 62a722f074bf9953af3dd898beacc02f0d23afbc (patch) | |
tree | f7e12fa551ca863b94890aaa393775b1defb6446 /net/openntpd | |
parent | 7b3ebf967845031aad74022b42bf984ff93e8fb2 (diff) | |
download | ports-62a722f074bf9953af3dd898beacc02f0d23afbc.tar.gz ports-62a722f074bf9953af3dd898beacc02f0d23afbc.zip |
Notes
Diffstat (limited to 'net/openntpd')
-rw-r--r-- | net/openntpd/Makefile | 3 | ||||
-rw-r--r-- | net/openntpd/distinfo | 4 | ||||
-rw-r--r-- | net/openntpd/files/patch-includes.h | 18 | ||||
-rw-r--r-- | net/openntpd/pkg-descr | 2 |
4 files changed, 5 insertions, 22 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index f40251e20ade..0a7256dfc651 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -6,11 +6,10 @@ # PORTNAME= openntpd -PORTVERSION= 0.2p1 +PORTVERSION= 20040713p CATEGORIES= net MASTER_SITES= http://www.zip.com.au/~dtucker/openntpd/ \ http://dtucker.freeshell.org/openntpd/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-pre1 MAINTAINER= naddy@FreeBSD.org COMMENT= OpenBSD's Network Time Protocol daemon diff --git a/net/openntpd/distinfo b/net/openntpd/distinfo index bbb5e78751b7..1d3d6a4b694d 100644 --- a/net/openntpd/distinfo +++ b/net/openntpd/distinfo @@ -1,2 +1,2 @@ -MD5 (openntpd-0.2p1-pre1.tar.gz) = 9e62bb9aac029293c695ff27928dc9ec -SIZE (openntpd-0.2p1-pre1.tar.gz) = 66400 +MD5 (openntpd-20040713p.tar.gz) = eb3009a2aba50133f905c060d2892f3b +SIZE (openntpd-20040713p.tar.gz) = 69768 diff --git a/net/openntpd/files/patch-includes.h b/net/openntpd/files/patch-includes.h deleted file mode 100644 index a4ac89aa37ba..000000000000 --- a/net/openntpd/files/patch-includes.h +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- includes.h.orig Sun Jul 11 07:31:31 2004 -+++ includes.h Mon Jul 12 14:25:37 2004 -@@ -20,8 +20,12 @@ - # include <stdio.h> - - #ifndef IOV_MAX -+#if defined(__FreeBSD__) -+# define IOV_MAX 1024 -+#else - # define __need_IOV_MAX - # include <bits/stdio_lim.h> -+#endif - #endif - - #include "defines.h" diff --git a/net/openntpd/pkg-descr b/net/openntpd/pkg-descr index 63c94ed853fd..4d10cd4e6808 100644 --- a/net/openntpd/pkg-descr +++ b/net/openntpd/pkg-descr @@ -5,3 +5,5 @@ described in RFC 2030 and the Network Time Protocol version 3 as de- scribed in RFC 1305. It can synchronize the local clock to one or more remote NTP servers and act as NTP server itself, redistributing the local time. + +WWW: http://www.openntpd.org/ |