git: 593f79ff7193 - main - sysutils/moreutils: Update to 0.66
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 03:49:36 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=593f79ff719386dd2a4e38742ac9faceed362235
commit 593f79ff719386dd2a4e38742ac9faceed362235
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:09:07 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:35:21 +0000
sysutils/moreutils: Update to 0.66
Changes: https://git.joeyh.name/index.cgi/moreutils.git/tree/debian/changelog
https://joeyh.name/code/moreutils/news/version_0.66/
---
sysutils/moreutils/Makefile | 2 +-
sysutils/moreutils/distinfo | 6 +++---
sysutils/moreutils/files/ifdata.1 | 4 ++--
sysutils/moreutils/files/isutf8.1 | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile
index 40ac42ce8372..eaabaaff68a8 100644
--- a/sysutils/moreutils/Makefile
+++ b/sysutils/moreutils/Makefile
@@ -1,7 +1,7 @@
# Created by: Charlie Kester <corky1951 at comcast.net>
PORTNAME= moreutils
-PORTVERSION= 0.65
+PORTVERSION= 0.66
CATEGORIES= sysutils
MASTER_SITES= https://git.joeyh.name/index.cgi/moreutils.git/snapshot/ \
LOCAL/sunpoet
diff --git a/sysutils/moreutils/distinfo b/sysutils/moreutils/distinfo
index bcbf0e2c6a6d..c0096759dded 100644
--- a/sysutils/moreutils/distinfo
+++ b/sysutils/moreutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609953871
-SHA256 (moreutils-0.65.tar.gz) = 60c9f6b55204e64cfcd12fd66e75cf7a061b6761f3d5b7797f2452cb17598881
-SIZE (moreutils-0.65.tar.gz) = 93180
+TIMESTAMP = 1632036908
+SHA256 (moreutils-0.66.tar.gz) = dc079e018aaff22446cf36eccb298627bb0222ec6dc23a173860c9e1f16e214d
+SIZE (moreutils-0.66.tar.gz) = 93387
diff --git a/sysutils/moreutils/files/ifdata.1 b/sysutils/moreutils/files/ifdata.1
index d0e6d43db246..2825e0910144 100644
--- a/sysutils/moreutils/files/ifdata.1
+++ b/sysutils/moreutils/files/ifdata.1
@@ -35,7 +35,7 @@ ifdata \- get network interface info without parsing ifconfig output
.SH "DESCRIPTION"
.PP
\fBifdata\fR
-can be used to check for the existence of a network interface, or to get information abut the interface, such as its IP address\&. Unlike
+can be used to check for the existence of a network interface, or to get information about the interface, such as its IP address\&. Unlike
\fBifconfig\fR
or
\fBip\fR,
@@ -92,7 +92,7 @@ Following options are Linux only\&.
.PP
\fB\-ph\fR
.RS 4
-Prints the hardware address of the interface\&.
+Prints the hardware address of the interface\&. Exit with a failure exit code if there is not hardware address for the given network interface\&.
.RE
.PP
\fB\-pf\fR
diff --git a/sysutils/moreutils/files/isutf8.1 b/sysutils/moreutils/files/isutf8.1
index 6de994132759..6aaf23e44fc1 100644
--- a/sysutils/moreutils/files/isutf8.1
+++ b/sysutils/moreutils/files/isutf8.1
@@ -2,12 +2,12 @@
.\" Title: isutf8
.\" Author: Lars Wirzenius <liw at iki.fi>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\" Date: 01/01/2018
+.\" Date: 09/19/2021
.\" Manual: moreutils
.\" Source: moreutils
.\" Language: English
.\"
-.TH "ISUTF8" "1" "01/01/2018" "moreutils" "moreutils"
+.TH "ISUTF8" "1" "09/19/2021" "moreutils" "moreutils"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
More information about the dev-commits-ports-all
mailing list