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

Cy Schubert cy at FreeBSD.org
Mon Sep 3 02:52:36 UTC 2018


Author: cy
Date: Mon Sep  3 02:52:34 2018
New Revision: 478840
URL: https://svnweb.freebsd.org/changeset/ports/478840

Log:
  Fix a typo.
  
  Reported by:	Herbert J. Skuhra <herbert at gojira.at>
  MFH:		2018Q3

Modified:
  head/net/ntp-devel/Makefile
  head/net/ntp-devel/files/pkg-message.in
  head/net/ntp/Makefile
  head/net/ntp/files/pkg-message.in

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Mon Sep  3 01:59:54 2018	(r478839)
+++ head/net/ntp-devel/Makefile	Mon Sep  3 02:52:34 2018	(r478840)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.3.93
-PORTREVISION=	9
+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/

Modified: head/net/ntp-devel/files/pkg-message.in
==============================================================================
--- head/net/ntp-devel/files/pkg-message.in	Mon Sep  3 01:59:54 2018	(r478839)
+++ head/net/ntp-devel/files/pkg-message.in	Mon Sep  3 02:52:34 2018	(r478840)
@@ -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: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Mon Sep  3 01:59:54 2018	(r478839)
+++ head/net/ntp/Makefile	Mon Sep  3 02:52:34 2018	(r478840)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.8p12
-PORTREVISION=	1
+PORTREVISION=	2
 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/ \

Modified: head/net/ntp/files/pkg-message.in
==============================================================================
--- head/net/ntp/files/pkg-message.in	Mon Sep  3 01:59:54 2018	(r478839)
+++ head/net/ntp/files/pkg-message.in	Mon Sep  3 02:52:34 2018	(r478840)
@@ -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.


More information about the svn-ports-head mailing list