Date: Tue, 10 Dec 2024 06:40:37 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2f6c3533dd3d - main - Revert "ntp: Improve descriptions in manual pages" Message-ID: <202412100640.4BA6ebAF031364@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f6c3533dd3df9d1f94058d11879217f6412f3b4 commit 2f6c3533dd3df9d1f94058d11879217f6412f3b4 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-12-10 06:35:29 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-12-10 06:40:09 +0000 Revert "ntp: Improve descriptions in manual pages" This results in the following error: env: autogen: No such file or directory *** [./sntp-opts.c] Error code 127 This reverts commit c9d07ce2a970644c4e78a0e12e32753e19c16c5c. --- net/ntp/Makefile | 1 - net/ntp/files/patch-ntpd_ntp.conf.def | 11 ----------- net/ntp/files/patch-ntpd_ntp.keys.def | 11 ----------- net/ntp/files/patch-ntpd_ntpd-opts.def | 11 ----------- net/ntp/files/patch-ntpq_ntpq-opts.def | 11 ----------- net/ntp/files/patch-sntp_sntp-opts.def | 11 ----------- net/ntp/files/patch-util_ntp-keygen-opts.def | 11 ----------- 7 files changed, 67 deletions(-) diff --git a/net/ntp/Makefile b/net/ntp/Makefile index eedd057fd5d4..b9101f5874c8 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -1,6 +1,5 @@ PORTNAME= ntp PORTVERSION= 4.2.8p18 -PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ diff --git a/net/ntp/files/patch-ntpd_ntp.conf.def b/net/ntp/files/patch-ntpd_ntp.conf.def deleted file mode 100644 index e071306b956f..000000000000 --- a/net/ntp/files/patch-ntpd_ntp.conf.def +++ /dev/null @@ -1,11 +0,0 @@ ---- ntpd/ntp.conf.def.orig 2024-05-07 11:21:37 UTC -+++ ntpd/ntp.conf.def -@@ -9,7 +9,7 @@ file-path = "/etc/ntp.conf"; - // file name. - prog-name = "ntp.conf"; - file-path = "/etc/ntp.conf"; --prog-title = "Network Time Protocol (NTP) daemon configuration file format"; -+prog-title = "Network Time Protocol daemon (ntpd) configuration format"; - - /* explain: Additional information whenever the usage routine is invoked */ - explain = <<- _END_EXPLAIN diff --git a/net/ntp/files/patch-ntpd_ntp.keys.def b/net/ntp/files/patch-ntpd_ntp.keys.def deleted file mode 100644 index fad121262752..000000000000 --- a/net/ntp/files/patch-ntpd_ntp.keys.def +++ /dev/null @@ -1,11 +0,0 @@ ---- ntpd/ntp.keys.def.orig 2018-08-14 11:51:07 UTC -+++ ntpd/ntp.keys.def -@@ -10,7 +10,7 @@ file-path = "/etc/ntp.keys"; - // file name. - prog-name = "ntp.keys"; - file-path = "/etc/ntp.keys"; --prog-title = "NTP symmetric key file format"; -+prog-title = "Network Time Protocol symmetric key format"; - - /* explain: Additional information whenever the usage routine is invoked */ - explain = <<- _END_EXPLAIN diff --git a/net/ntp/files/patch-ntpd_ntpd-opts.def b/net/ntp/files/patch-ntpd_ntpd-opts.def deleted file mode 100644 index 64bfe7f8b9aa..000000000000 --- a/net/ntp/files/patch-ntpd_ntpd-opts.def +++ /dev/null @@ -1,11 +0,0 @@ ---- ntpd/ntpd-opts.def.orig 2015-07-27 04:10:58 UTC -+++ ntpd/ntpd-opts.def -@@ -5,7 +5,7 @@ prog-name = "ntpd"; - #include copyright.def - - prog-name = "ntpd"; --prog-title = "NTP daemon program"; -+prog-title = "set clock via Network Time Protocol daemon"; - argument = "[ <server1> ... <serverN> ]"; - - #include ntpdbase-opts.def diff --git a/net/ntp/files/patch-ntpq_ntpq-opts.def b/net/ntp/files/patch-ntpq_ntpq-opts.def deleted file mode 100644 index 4a202acf2ee2..000000000000 --- a/net/ntp/files/patch-ntpq_ntpq-opts.def +++ /dev/null @@ -1,11 +0,0 @@ ---- ntpq/ntpq-opts.def.orig 2023-05-31 10:31:39 UTC -+++ ntpq/ntpq-opts.def -@@ -7,7 +7,7 @@ prog-name = "ntpq"; - #include autogen-version.def - - prog-name = "ntpq"; --prog-title = "standard NTP query program"; -+prog-title = "query Network Time Protocol servers"; - argument = '[ host ...]'; - - flag = { diff --git a/net/ntp/files/patch-sntp_sntp-opts.def b/net/ntp/files/patch-sntp_sntp-opts.def deleted file mode 100644 index 6025d7497984..000000000000 --- a/net/ntp/files/patch-sntp_sntp-opts.def +++ /dev/null @@ -1,11 +0,0 @@ ---- sntp/sntp-opts.def.orig 2018-02-27 15:15:25 UTC -+++ sntp/sntp-opts.def -@@ -6,7 +6,7 @@ prog-name = "sntp"; - #include copyright.def - - prog-name = "sntp"; --prog-title = "standard Simple Network Time Protocol client program"; -+prog-title = "reference Simple Network Time Protocol client"; - argument = '[ hostname-or-IP ...]'; - - #include homerc.def diff --git a/net/ntp/files/patch-util_ntp-keygen-opts.def b/net/ntp/files/patch-util_ntp-keygen-opts.def deleted file mode 100644 index b785997ec798..000000000000 --- a/net/ntp/files/patch-util_ntp-keygen-opts.def +++ /dev/null @@ -1,11 +0,0 @@ ---- util/ntp-keygen-opts.def.orig 2023-05-31 10:31:39 UTC -+++ util/ntp-keygen-opts.def -@@ -7,7 +7,7 @@ prog-name = "ntp-keygen"; - #include autogen-version.def - - prog-name = "ntp-keygen"; --prog-title = "Create a NTP host key"; -+prog-title = "Create a Network Time Protocol host key"; - package = ntp; - - include = '#include <stdlib.h>';
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412100640.4BA6ebAF031364>