diff options
author | andreas <andreas@FreeBSD.org> | 1999-01-27 12:58:10 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-01-27 12:58:10 +0800 |
commit | 6ed1970f245dee8d550b37210212af6e10d68a06 (patch) | |
tree | 0df094d2e211ce81d9649ef577a5a9b3641e3173 /net/ntp/Makefile | |
parent | 67c3a796d874c1b9421f0d86dc6326e737148770 (diff) | |
download | freebsd-ports-gnome-6ed1970f245dee8d550b37210212af6e10d68a06.tar.gz freebsd-ports-gnome-6ed1970f245dee8d550b37210212af6e10d68a06.tar.zst freebsd-ports-gnome-6ed1970f245dee8d550b37210212af6e10d68a06.zip |
Update ntp port to 4.0.91.
I decided, not to choose the newest developement snapshot,
because it's a rapidly moving target and as you can see,
they doesn't store older SNAP's on their master site.
This would break the port every now and then and I don't
want to update the port on a daily or weekly basis (at least
it's a resource problem of time and money, this thing is too
big and expensive for me here in Germany).
-rw-r--r-- 1 59 59 4528325 Jan 10 15:33 ntp-4.0.91.tar.gz
^^
-rw-r--r-- 1 59 59 4552788 Jan 26 22:22 ntp-4.0.91d.tar.gz
^^ ^
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index cc3ba86f00ce..0ddf85fa3fe7 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -3,10 +3,10 @@ # Date created: Di 5 Mai 1998 21:31:03 CEST # Whom: andreas # -# $Id: Makefile,v 1.2 1998/07/18 15:06:36 andreas Exp $ +# $Id: Makefile,v 1.3 1999/01/07 19:51:11 andreas Exp $ # -DISTNAME= ntp-4.0.90h +DISTNAME= ntp-4.0.91 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/ |