pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libxtend: Update to 0.1.7.23



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Jun 9 15:59:34 2023 -0500
Changeset:	545d0fe50b497f49142ff317558c5ecc4b4e12ee

Modified Files:
	libxtend/Makefile
	libxtend/PLIST
	libxtend/buildlink3.mk
	libxtend/distinfo

Log Message:
libxtend: Update to 0.1.7.23

Clean up API

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=545d0fe50b497f49142ff317558c5ecc4b4e12ee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libxtend/Makefile      |  4 ++--
 libxtend/PLIST         | 14 +++++++-------
 libxtend/buildlink3.mk |  2 +-
 libxtend/distinfo      |  6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 4264dd075a..3fd854d2e2 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.7.21
+DISTNAME=	libxtend-0.1.7.23
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	57877bf0700d578b31f3b6cdd558c409cc5686c1
+GITHUB_TAG=	e1d8a0a2db406f1818677350769d01efa62161ea
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 35a843bf15..c557cd3e52 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -50,10 +50,12 @@ man/man3/dsv_read_field_malloc.3
 man/man3/dsv_skip_field.3
 man/man3/dsv_skip_rest_of_line.3
 man/man3/ffclose.3
+man/man3/ffclose_raw.3
 man/man3/ffdopen.3
 man/man3/ffgetc.3
 man/man3/ffgets.3
 man/man3/ffopen.3
+man/man3/ffopen_raw.3
 man/man3/ffpclose.3
 man/man3/ffpopen.3
 man/man3/ffprintf.3
@@ -71,12 +73,8 @@ man/man3/long_cmp.3
 man/man3/long_long_cmp.3
 man/man3/ltostrn.3
 man/man3/mv.3
-man/man3/parse_cmd.3
 man/man3/resolve_hostname.3
-man/man3/romantoi.3
 man/man3/short_cmp.3
-man/man3/spawnlp.3
-man/man3/spawnvp.3
 man/man3/str2u64.3
 man/man3/str_argv_cat.3
 man/man3/strblank.3
@@ -99,15 +97,12 @@ man/man3/tsv_read_field.3
 man/man3/tsv_read_field_malloc.3
 man/man3/tsv_skip_field.3
 man/man3/tsv_skip_rest_of_line.3
-man/man3/va_usage.3
 man/man3/xt_daemonize.3
 man/man3/xt_dprintf.3
 man/man3/xt_factorial.3
 man/man3/xt_fast_cp.3
 man/man3/xt_fclose.3
 man/man3/xt_fd_purge.3
-man/man3/xt_ffclose.3
-man/man3/xt_ffopen.3
 man/man3/xt_fgetline.3
 man/man3/xt_file_mod_cmp.3
 man/man3/xt_fopen.3
@@ -117,10 +112,15 @@ man/man3/xt_get_user_name.3
 man/man3/xt_inhale_strings.3
 man/man3/xt_malloc.3
 man/man3/xt_n_choose_k.3
+man/man3/xt_parse_cmd.3
 man/man3/xt_read_line_malloc.3
 man/man3/xt_realloc.3
 man/man3/xt_rmkdir.3
+man/man3/xt_romantoi.3
 man/man3/xt_shuffle.3
+man/man3/xt_spawnlp.3
+man/man3/xt_spawnvp.3
 man/man3/xt_tic.3
 man/man3/xt_toc.3
+man/man3/xt_va_usage.3
 man/man3/xt_valid_extension.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 4a751cd61f..b2c6bb605d 100644
--- a/libxtend/buildlink3.mk
+++ b/libxtend/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=		libxtend
 .if !defined(LIBXTEND_BUILDLINK3_MK)
 LIBXTEND_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.7.21
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.7.23
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 546c9b908c..0e05dcda7b 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.7.21-57877bf0700d578b31f3b6cdd558c409cc5686c1.tar.gz) = 215d7cf8a19a288313ce4fd39ca76afb309b3646cd7db14f1fc5cb7cc8b36d3a
-SHA512 (libxtend-0.1.7.21-57877bf0700d578b31f3b6cdd558c409cc5686c1.tar.gz) = 2ea7809363b4505d9ccf5051f4992ea24b55da9e80158aae0a616f9512a01df5b9a24cda8770535e5de8c09a0bcc4733b775ee69b880539f521cd8291bc28b24
-Size (libxtend-0.1.7.21-57877bf0700d578b31f3b6cdd558c409cc5686c1.tar.gz) = 70753 bytes
+BLAKE2s (libxtend-0.1.7.23-e1d8a0a2db406f1818677350769d01efa62161ea.tar.gz) = ad076508aeadd98cbc0133c355699a49519811c93ae645e5cad16b5588641c4e
+SHA512 (libxtend-0.1.7.23-e1d8a0a2db406f1818677350769d01efa62161ea.tar.gz) = 9a17bfa0dbbf1f059d003eaca73eddc921eed5abe66d7782218abc9b089877dcc10f21085020d1b3fa83093a93f267a7e33172d9a29176b2a4cc54bcaaad7213
+Size (libxtend-0.1.7.23-e1d8a0a2db406f1818677350769d01efa62161ea.tar.gz) = 71365 bytes


Home | Main Index | Thread Index | Old Index