pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.4.37



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Feb 21 19:23:41 2022 -0600
Changeset:	ceb16610f1eeef8caa0f015407809039ef707dc0

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

Log Message:
libxtend: Update to 0.1.4.37

xt_read_line_malloc(): Read a line, automatically allocating buffer
xt_inhale_strings(): Read lines from a file, allocating pointer array

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

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         | 2 ++
 libxtend/buildlink3.mk | 2 +-
 libxtend/distinfo      | 6 +++---
 4 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 341302bfe6..923d4385ed 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.4.36
+DISTNAME=	libxtend-0.1.4.37
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	119b4f0483bc2307b1a2761b0db5af06f918eda0
+GITHUB_TAG=	ccba15d009d0ecc1f38c7ceb216e10d8bcdd549d
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 1fcc00f040..a4e6c9f725 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -105,8 +105,10 @@ man/man3/xt_fclose.3
 man/man3/xt_ffclose.3
 man/man3/xt_ffopen.3
 man/man3/xt_fopen.3
+man/man3/xt_inhale_strings.3
 man/man3/xt_malloc.3
 man/man3/xt_n_choose_k.3
+man/man3/xt_read_line_malloc.3
 man/man3/xt_realloc.3
 man/man3/xt_tic.3
 man/man3/xt_toc.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index d5f6e9d813..e537db2e00 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.4.36
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.4.37
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 0d36c74567..03f326ec8f 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.4.36-119b4f0483bc2307b1a2761b0db5af06f918eda0.tar.gz) = b43725d8196d7859998958ccab018c342af2093c990dbd7d252d9db92ae728e8
-SHA512 (libxtend-0.1.4.36-119b4f0483bc2307b1a2761b0db5af06f918eda0.tar.gz) = 8da0ec05a0a4b5847ea2fe3ab07b0e87a1f68da89cec096084b03dd3a1fd44f52a36ee2697d7d918e22086540d27aff5c0f09c76d0ba226ea7a9e7d0b616dfbd
-Size (libxtend-0.1.4.36-119b4f0483bc2307b1a2761b0db5af06f918eda0.tar.gz) = 58380 bytes
+BLAKE2s (libxtend-0.1.4.37-ccba15d009d0ecc1f38c7ceb216e10d8bcdd549d.tar.gz) = 698a91da66baa7d56be87338df97bcf4227e6460fd857e34161e9d6ba98e7405
+SHA512 (libxtend-0.1.4.37-ccba15d009d0ecc1f38c7ceb216e10d8bcdd549d.tar.gz) = 1903eb7647f031959d39e12abe2b77f18b197cb82c7ca4112a4d407d8392c059999ab122ecf3331d0d54681e0b3d1d9dc9fc4375f7398f3679aba831b7e888c1
+Size (libxtend-0.1.4.37-ccba15d009d0ecc1f38c7ceb216e10d8bcdd549d.tar.gz) = 60760 bytes


Home | Main Index | Thread Index | Old Index