From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14288 invoked from network); 19 Sep 2021 16:19:41 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 19 Sep 2021 16:19:41 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 1c2d5e14 for ; Sun, 19 Sep 2021 11:19:39 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 1e76dc60 for ; Sun, 19 Sep 2021 11:19:39 -0500 (EST) Date: Sun, 19 Sep 2021 11:19:39 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: do not ship with an old OpenBSD version number X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- do not ship with an old OpenBSD version number Modified Files: -------------- mandoc: configure.local.example Revision Data ------------- Index: configure.local.example =================================================================== RCS file: /home/cvs/mandoc/mandoc/configure.local.example,v retrieving revision 1.40 retrieving revision 1.41 diff -Lconfigure.local.example -Lconfigure.local.example -u -p -r1.40 -r1.41 --- configure.local.example +++ configure.local.example @@ -96,7 +96,7 @@ OSENUM=MANDOC_OS_OTHER # If you do not want uname(3) to be called but instead want a fixed # string to be used, use the following line: -OSNAME="OpenBSD 6.5" +OSNAME="OpenBSD 7.0" # The following installation directories are used. # It is possible to set only one or a few of these variables, -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv