From owner-svn-ports-branches@freebsd.org Thu Sep 6 19:22:49 2018 Return-Path: Delivered-To: svn-ports-branches@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 49E85FE09CB; Thu, 6 Sep 2018 19:22:49 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F10C2871D5; Thu, 6 Sep 2018 19:22:48 +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 EB0CE116B7; Thu, 6 Sep 2018 19:22:48 +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 w86JMmbu066977; Thu, 6 Sep 2018 19:22:48 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w86JMm04066973; Thu, 6 Sep 2018 19:22:48 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201809061922.w86JMm04066973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 6 Sep 2018 19:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r479143 - in branches/2018Q3/net: ntp ntp-devel ntp-devel/files ntp/files X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in branches/2018Q3/net: ntp ntp-devel ntp-devel/files ntp/files X-SVN-Commit-Revision: 479143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2018 19:22:49 -0000 Author: cy Date: Thu Sep 6 19:22:47 2018 New Revision: 479143 URL: https://svnweb.freebsd.org/changeset/ports/479143 Log: MFH: r478512 r478840 r479083 r478512: Add a package message instructing the user how to use ports ntp instead of base ntp. Reported by: adamw r478840: Fix a typo. Reported by: Herbert J. Skuhra r479083: Also tell people how to enable ntpd and ntpdate from ports using sysrc. mat@ suggested this however as I'm not enamoured with sysrc, it has been added as annother approach to add/edit rc.conf variables. Reported by: mat@ Approved by: portmgr (miwi@) Added: branches/2018Q3/net/ntp-devel/files/pkg-message.in - copied, changed from r478512, head/net/ntp-devel/files/pkg-message.in branches/2018Q3/net/ntp/files/pkg-message.in - copied, changed from r478512, head/net/ntp/files/pkg-message.in Modified: branches/2018Q3/net/ntp-devel/Makefile branches/2018Q3/net/ntp/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/net/ntp-devel/Makefile ============================================================================== --- branches/2018Q3/net/ntp-devel/Makefile Thu Sep 6 19:21:06 2018 (r479142) +++ branches/2018Q3/net/ntp-devel/Makefile Thu Sep 6 19:22:47 2018 (r479143) @@ -3,7 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.3.93 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ @@ -32,6 +32,8 @@ SHEBANG_FILES= scripts/ntptrace/ntptrace.in \ scripts/ntp-wait/ntp-wait.in \ scripts/update-leap/update-leap.in perl_OLD_CMD= @PATH_PERL@ + +SUB_FILES= pkg-message .include "Makefile.inc" Copied and modified: branches/2018Q3/net/ntp-devel/files/pkg-message.in (from r478512, head/net/ntp-devel/files/pkg-message.in) ============================================================================== --- head/net/ntp-devel/files/pkg-message.in Fri Aug 31 03:11:41 2018 (r478512, copy source) +++ branches/2018Q3/net/ntp-devel/files/pkg-message.in Thu Sep 6 19:22:47 2018 (r479143) @@ -1,7 +1,7 @@ Please add ntpd_program="%%PREFIX%%/sbin/ntpd" - ntpddate_program="%%PREFIX%%/sbin/ntpdate" + ntpdate_program="%%PREFIX%%/sbin/ntpdate" to your /etc/rc.conf to enable ntp from ports/packages instead of base ntp. Modified: branches/2018Q3/net/ntp/Makefile ============================================================================== --- branches/2018Q3/net/ntp/Makefile Thu Sep 6 19:21:06 2018 (r479142) +++ branches/2018Q3/net/ntp/Makefile Thu Sep 6 19:22:47 2018 (r479143) @@ -3,6 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.2.8p12 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ @@ -28,6 +29,8 @@ SHEBANG_FILES= scripts/ntptrace/ntptrace.in \ scripts/ntp-wait/ntp-wait.in \ scripts/update-leap/update-leap.in perl_OLD_CMD= @PATH_PERL@ + +SUB_FILES= pkg-message .include "Makefile.inc" Copied and modified: branches/2018Q3/net/ntp/files/pkg-message.in (from r478512, head/net/ntp/files/pkg-message.in) ============================================================================== --- head/net/ntp/files/pkg-message.in Fri Aug 31 03:11:41 2018 (r478512, copy source) +++ branches/2018Q3/net/ntp/files/pkg-message.in Thu Sep 6 19:22:47 2018 (r479143) @@ -1,7 +1,11 @@ Please add ntpd_program="%%PREFIX%%/sbin/ntpd" - ntpddate_program="%%PREFIX%%/sbin/ntpdate" + ntpdate_program="%%PREFIX%%/sbin/ntpdate" -to your /etc/rc.conf to enable ntp from ports/packages instead -of base ntp. +to your /etc/rc.conf or run + + sysrc ntpd_program="%%PREFIX%%/sbin/ntpd" + sysrc ntpdate_program="%%PREFIX%%/sbin/ntpdate" + +to enable ntp from ports/packages instead of base ntp.