Date: Mon, 3 Sep 2018 02:52:34 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478840 - in head/net: ntp ntp-devel ntp-devel/files ntp/files Message-ID: <201809030252.w832qYYI012271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809030252.w832qYYI012271>