diff options
author | naddy <naddy@FreeBSD.org> | 2004-07-13 21:52:57 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-07-13 21:52:57 +0800 |
commit | e9fc88b1bffc7664c4306d93001203e3b249c485 (patch) | |
tree | 3b4f44a74991224e36d75fcbc15956bbf3c1a7a2 /net | |
parent | fb891a4c33821d1f4d56862a0276284bff3b0dd7 (diff) | |
download | freebsd-ports-graphics-e9fc88b1bffc7664c4306d93001203e3b249c485.tar.gz freebsd-ports-graphics-e9fc88b1bffc7664c4306d93001203e3b249c485.tar.zst freebsd-ports-graphics-e9fc88b1bffc7664c4306d93001203e3b249c485.zip |
Update to the release du jour, now with datestamp version numbering.
Diffstat (limited to 'net')
-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 f40251e20ad..0a7256dfc65 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 bbb5e78751b..1d3d6a4b694 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 a4ac89aa37b..00000000000 --- 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 63c94ed853f..4d10cd4e680 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/ |