From owner-svn-ports-head@freebsd.org Thu Jun 6 03:04:59 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF2E015C09F3; Thu, 6 Jun 2019 03:04:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50695817B3; Thu, 6 Jun 2019 03:04:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B5EEE770; Thu, 6 Jun 2019 03:04:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5634wO9057915; Thu, 6 Jun 2019 03:04:58 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5634wIo057910; Thu, 6 Jun 2019 03:04:58 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201906060304.x5634wIo057910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 6 Jun 2019 03:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503560 - in head: . net net/ntp-devel net/ntp-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head: . net net/ntp-devel net/ntp-devel/files X-SVN-Commit-Revision: 503560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 50695817B3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2019 03:05:00 -0000 Author: cy Date: Thu Jun 6 03:04:57 2019 New Revision: 503560 URL: https://svnweb.freebsd.org/changeset/ports/503560 Log: Resurrect net/ntp-devel, which is in development once again. Update 4.3.93 --> 4.3.95. Added: head/net/ntp-devel/ - copied from r479891, head/net/ntp-devel/ Modified: head/MOVED head/net/Makefile head/net/ntp-devel/Makefile head/net/ntp-devel/distinfo head/net/ntp-devel/files/patch-ntpd__ntp.conf.html Modified: head/MOVED ============================================================================== --- head/MOVED Thu Jun 6 02:48:57 2019 (r503559) +++ head/MOVED Thu Jun 6 03:04:57 2019 (r503560) @@ -10463,7 +10463,6 @@ graphics/OpenEXR|graphics/openexr|2018-09-22|Renamed t math/mtl||2018-09-27|Has expired: fails to fetch: mastersite times out dns/dnscrypt-proxy|dns/dnscrypt-proxy2|2018-09-27|Has expired: Deprecated by upstream, use dns/dnscrypt-proxy2 instead www/waterfox||2018-09-29|Has expired: experiment ended: unsustainable -net/ntp-devel|net/ntp|2018-09-30|Has expired: Use net/ntp instead net/xrdp-devel|net/xrdp|2018-09-30|Has expired: Use net/xrdp instead net/tigervnc-devel|net/tigervnc|2018-09-30|Has expired: Use net/tigervnc instead net/unison-devel|net/unison|2018-09-30|Has expired: Use net/unison instead Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Jun 6 02:48:57 2019 (r503559) +++ head/net/Makefile Thu Jun 6 03:04:57 2019 (r503560) @@ -510,6 +510,7 @@ SUBDIR += ntlmaps SUBDIR += ntopng SUBDIR += ntp + SUBDIR += ntp-devel SUBDIR += ntpa SUBDIR += ntraceroute SUBDIR += nusoap Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Sun Sep 16 12:16:53 2018 (r479891) +++ head/net/ntp-devel/Makefile Thu Jun 6 03:04:57 2019 (r503560) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.3.93 -PORTREVISION= 10 +PORTVERSION= 4.3.95 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ @@ -13,13 +12,8 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/r/-RC MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution -FORBIDDEN= It appears the development branch of NTP is dead. -DEPRECATED= Use net/ntp instead -EXPIRATION_DATE= 2018-09-29 +LIB_DEPENDS= libevent.so:devel/libevent -LIB_DEPENDS= libevent.so:devel/libevent \ - libmd5.so:www/libwww - CONFLICTS= ntp-[0-9].* openntpd-* USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ @@ -67,15 +61,11 @@ DEBUG_CONFIGURE_ON= --enable-debug THREADS_CONFIGURE_ENABLE= thread-support THREADS_CONFIGURE_WITH= threads -.include - -.if ${SSL_DEFAULT:Mlibressl*} -IGNORE= detected LibreSSL (undefined references to MD5 symbols) -.endif - .for D in ${NTP_DRIVERS} ${D}_CONFIGURE_ENABLE= ${D} .endfor + +.include # XXX Temporary hack. Remember to remove this next commit. post-extract: Modified: head/net/ntp-devel/distinfo ============================================================================== --- head/net/ntp-devel/distinfo Sun Sep 16 12:16:53 2018 (r479891) +++ head/net/ntp-devel/distinfo Thu Jun 6 03:04:57 2019 (r503560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464935130 -SHA256 (ntp-dev-4.3.93.tar.gz) = a07e73d7a3ff139bba33ee4b1110d5f3f4567465505d6317c9b50eefb9720c42 -SIZE (ntp-dev-4.3.93.tar.gz) = 7088564 +TIMESTAMP = 1559789621 +SHA256 (ntp-dev-4.3.95.tar.gz) = d603a46c84ec4994c415a6127356c21e4f2f2c385304c3be94ef6889f6d846e3 +SIZE (ntp-dev-4.3.95.tar.gz) = 6962732 Modified: head/net/ntp-devel/files/patch-ntpd__ntp.conf.html ============================================================================== --- head/net/ntp-devel/files/patch-ntpd__ntp.conf.html Sun Sep 16 12:16:53 2018 (r479891) +++ head/net/ntp-devel/files/patch-ntpd__ntp.conf.html Thu Jun 6 03:04:57 2019 (r503560) @@ -1,11 +1,11 @@ ---- ntpd/ntp.conf.html.orig 2016-11-21 05:01:54.000000000 -0800 -+++ ntpd/ntp.conf.html 2017-01-01 10:49:36.866561000 -0800 -@@ -210,7 +210,7 @@ -
-
pool
For type s addresses, this command mobilizes a persistent - client mode association with a number of remote servers. +--- ntpd/ntp.conf.html.orig 2019-02-20 09:56:39.000000000 -0800 ++++ ntpd/ntp.conf.html 2019-02-21 19:04:30.444506000 -0800 +@@ -280,7 +280,7 @@ +
pool
+

For type s addresses, this command mobilizes a persistent + client mode association with a number of remote servers. -In this mode the local clock can synchronized to the +In this mode the local clock can be synchronized to the remote server, but the remote server can never be synchronized to - the local clock. -

server
For type s and r addresses, this command mobilizes a persistent + the local clock. +