From owner-svn-ports-all@freebsd.org Fri Aug 31 03:11:43 2018 Return-Path: Delivered-To: svn-ports-all@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 E5783F71235; Fri, 31 Aug 2018 03:11:42 +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 96D8C7EAC7; Fri, 31 Aug 2018 03:11:42 +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 791B7159BB; Fri, 31 Aug 2018 03:11:42 +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 w7V3Bgjt078430; Fri, 31 Aug 2018 03:11:42 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V3Bf4M078423; Fri, 31 Aug 2018 03:11:41 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201808310311.w7V3Bf4M078423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 31 Aug 2018 03:11:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478512 - in head/net: ntp ntp-devel ntp-devel/files ntp/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/net: ntp ntp-devel ntp-devel/files ntp/files X-SVN-Commit-Revision: 478512 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 03:11:43 -0000 Author: cy Date: Fri Aug 31 03:11:41 2018 New Revision: 478512 URL: https://svnweb.freebsd.org/changeset/ports/478512 Log: Add a package message instructing the user how to use ports ntp instead of base ntp. Reported by: adamw MFH: 2018Q3 Added: head/net/ntp-devel/files/pkg-message.in (contents, props changed) head/net/ntp/files/pkg-message.in (contents, props changed) Modified: head/net/ntp-devel/Makefile (contents, props changed) head/net/ntp/Makefile (contents, props changed) Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Fri Aug 31 02:37:33 2018 (r478511) +++ head/net/ntp-devel/Makefile Fri Aug 31 03:11:41 2018 (r478512) @@ -3,7 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.3.93 -PORTREVISION= 8 +PORTREVISION= 9 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" Added: head/net/ntp-devel/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntp-devel/files/pkg-message.in Fri Aug 31 03:11:41 2018 (r478512) @@ -0,0 +1,7 @@ +Please add + + ntpd_program="%%PREFIX%%/sbin/ntpd" + ntpddate_program="%%PREFIX%%/sbin/ntpdate" + +to your /etc/rc.conf to enable ntp from ports/packages instead +of base ntp. Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Fri Aug 31 02:37:33 2018 (r478511) +++ head/net/ntp/Makefile Fri Aug 31 03:11:41 2018 (r478512) @@ -3,6 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.2.8p12 +PORTREVISION= 1 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/ \ @@ -29,6 +30,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" Added: head/net/ntp/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntp/files/pkg-message.in Fri Aug 31 03:11:41 2018 (r478512) @@ -0,0 +1,7 @@ +Please add + + ntpd_program="%%PREFIX%%/sbin/ntpd" + ntpddate_program="%%PREFIX%%/sbin/ntpdate" + +to your /etc/rc.conf to enable ntp from ports/packages instead +of base ntp.