git: 14e134a37b6b - main - devel/libxtend: Update to 0.1.4

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Tue, 14 Dec 2021 19:45:34 UTC
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14e134a37b6b5e23ac603720c0a4f3907988c617

commit 14e134a37b6b5e23ac603720c0a4f3907988c617
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2021-12-14 19:38:48 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2021-12-14 19:45:31 +0000

    devel/libxtend: Update to 0.1.4
    
    Several new functions
    Eliminate mutator macros mirroring mutator functions
    Numerous minor bug fixes and enhancements
    
    Changes: https://github.com/outpaddling/libxtend/releases/tag/0.1.4
---
 devel/libxtend/Makefile  |  3 +--
 devel/libxtend/distinfo  |  6 +++---
 devel/libxtend/pkg-plist | 22 +++++++++++++---------
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/devel/libxtend/Makefile b/devel/libxtend/Makefile
index 52e549e7be2b..0981ee9a1aa7 100644
--- a/devel/libxtend/Makefile
+++ b/devel/libxtend/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libxtend
-DISTVERSION=	0.1.3-5
-DISTVERSIONSUFFIX=	-ge78bd27
+DISTVERSION=	0.1.4
 CATEGORIES=	devel
 
 MAINTAINER=	jwb@FreeBSD.org
diff --git a/devel/libxtend/distinfo b/devel/libxtend/distinfo
index 7edfa96640eb..c98fc9b327f6 100644
--- a/devel/libxtend/distinfo
+++ b/devel/libxtend/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631744668
-SHA256 (outpaddling-libxtend-0.1.3-5-ge78bd27_GH0.tar.gz) = 82e68286328784ee832e6de7f68012d2eafd097c9d63866cffa52600394eba98
-SIZE (outpaddling-libxtend-0.1.3-5-ge78bd27_GH0.tar.gz) = 37916
+TIMESTAMP = 1639331372
+SHA256 (outpaddling-libxtend-0.1.4_GH0.tar.gz) = 473dfd21fcf0b99665331b1097bcd7b0405466a1af5add39c36ec5c0673aa4bc
+SIZE (outpaddling-libxtend-0.1.4_GH0.tar.gz) = 43767
diff --git a/devel/libxtend/pkg-plist b/devel/libxtend/pkg-plist
index efbb775ebf32..ed198798ed95 100644
--- a/devel/libxtend/pkg-plist
+++ b/devel/libxtend/pkg-plist
@@ -1,9 +1,10 @@
+include/xtend/common.h
 include/xtend/ctype.h
 include/xtend/dsv.h
 include/xtend/file.h
-include/xtend/limits.h
 include/xtend/math.h
 include/xtend/mem.h
+include/xtend/net.h
 include/xtend/proc.h
 include/xtend/string.h
 include/xtend/time.h
@@ -17,20 +18,13 @@ man/man3/DSV_LINE_DELIMS_AE.3.gz
 man/man3/DSV_LINE_FIELDS.3.gz
 man/man3/DSV_LINE_FIELDS_AE.3.gz
 man/man3/DSV_LINE_NUM_FIELDS.3.gz
-man/man3/DSV_LINE_SET_ARRAY_SIZE.3.gz
-man/man3/DSV_LINE_SET_DELIMS.3.gz
-man/man3/DSV_LINE_SET_DELIMS_AE.3.gz
-man/man3/DSV_LINE_SET_DELIMS_CPY.3.gz
-man/man3/DSV_LINE_SET_FIELDS.3.gz
-man/man3/DSV_LINE_SET_FIELDS_AE.3.gz
-man/man3/DSV_LINE_SET_FIELDS_CPY.3.gz
-man/man3/DSV_LINE_SET_NUM_FIELDS.3.gz
 man/man3/csv_read_field.3.gz
 man/man3/csv_read_field_malloc.3.gz
 man/man3/csv_skip_field.3.gz
 man/man3/csv_skip_rest_of_line.3.gz
 man/man3/difftimeofday.3.gz
 man/man3/digits.3.gz
+man/man3/double_cmp.3.gz
 man/man3/dsv_copy_line.3.gz
 man/man3/dsv_free_line.3.gz
 man/man3/dsv_line_set_array_size.3.gz
@@ -51,14 +45,21 @@ man/man3/fast_cp.3.gz
 man/man3/fd_purge.3.gz
 man/man3/fgetline.3.gz
 man/man3/file_mod_cmp.3.gz
+man/man3/float_cmp.3.gz
 man/man3/gcd.3.gz
 man/man3/get_home_dir.3.gz
+man/man3/int_cmp.3.gz
 man/man3/lcm.3.gz
+man/man3/long_cmp.3.gz
+man/man3/long_long_cmp.3.gz
 man/man3/ltostrn.3.gz
 man/man3/parse_cmd.3.gz
+man/man3/resolve_hostname.3.gz
 man/man3/rmkdir.3.gz
+man/man3/short_cmp.3.gz
 man/man3/spawnlp.3.gz
 man/man3/spawnvp.3.gz
+man/man3/str_argv_cat.3.gz
 man/man3/strblank.3.gz
 man/man3/strisint.3.gz
 man/man3/strisreal.3.gz
@@ -67,6 +68,7 @@ man/man3/strptrcmp.3.gz
 man/man3/strshellcpy.3.gz
 man/man3/strsqueeze.3.gz
 man/man3/strtr.3.gz
+man/man3/strtrim.3.gz
 man/man3/strviscpy.3.gz
 man/man3/tsv_read_field.3.gz
 man/man3/tsv_read_field_malloc.3.gz
@@ -74,9 +76,11 @@ man/man3/tsv_skip_field.3.gz
 man/man3/tsv_skip_rest_of_line.3.gz
 man/man3/va_usage.3.gz
 man/man3/valid_extension.3.gz
+man/man3/xt_factorial.3.gz
 man/man3/xt_fclose.3.gz
 man/man3/xt_fopen.3.gz
 man/man3/xt_malloc.3.gz
+man/man3/xt_n_choose_k.3.gz
 man/man3/xt_realloc.3.gz
 man/man3/xt_tic.3.gz
 man/man3/xt_toc.3.gz