diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-12-23 14:42:54 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-12-23 14:45:04 -0800 |
commit | 43537eb9c3e5d588ec4add6973ae03c6053a863a (patch) | |
tree | 7670e8b967d96425232e5d57825958410fd5c9b1 /net/ntp/Makefile | |
parent | databases/pg_incremental: New Port (diff) |
net/ntp: Undo upstream (ntp.org) fix for upstream Bug 3851
The patch for upstream (ntp.org) fix for upstream Bug 3851 may have
fixed a Linux bug but it caused a regression when ntpd is run on
FreeBSD.
PR: 283116
MFH: 2024Q4
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index b9101f5874c8..eedd057fd5d4 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -1,5 +1,6 @@ PORTNAME= ntp PORTVERSION= 4.2.8p18 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ |