svn commit: r478512 - in head/net: ntp ntp-devel ntp-devel/files ntp/files

Cy Schubert cy at FreeBSD.org
Fri Aug 31 03:11:43 UTC 2018


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.


More information about the svn-ports-all mailing list