pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.5.6



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Apr 6 14:30:01 2022 -0500
Changeset:	7f5ae09675c77fc761a128024045348673d72fe6

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

Log Message:
libxtend: Update to 0.1.5.6

Return len from *sv_skip_field().  Useful for apps that count sequence
read coverage but don't care about the sequence.

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

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

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index c107441c0f..2177375775 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.5.1
+DISTNAME=	libxtend-0.1.5.6
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	7645cdf70d99320370393f77f1789f8512e31ffd
+GITHUB_TAG=	f9bf7009820d5468011ec3b0fc2e8cbf91830333
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 65ade5cc1d..b64a7b899a 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -103,6 +103,7 @@ man/man3/xt_ffopen.3
 man/man3/xt_fgetline.3
 man/man3/xt_file_mod_cmp.3
 man/man3/xt_fopen.3
+man/man3/xt_free_strings.3
 man/man3/xt_get_home_dir.3
 man/man3/xt_inhale_strings.3
 man/man3/xt_malloc.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 197843716c..68960f7ee5 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.5.1
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.5.6
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 0cf413d214..7a4d8b0db9 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.5.1-7645cdf70d99320370393f77f1789f8512e31ffd.tar.gz) = 8ffb5921b3eef13d75111b72aecc62c1afd6aeaa6fd9fbcfae600780d103c363
-SHA512 (libxtend-0.1.5.1-7645cdf70d99320370393f77f1789f8512e31ffd.tar.gz) = b16815346da1cad8c05d4a5cb8da223c771bfe182dae09b095415c2de1dac35549237f6724e39dc1c038b93903d5420a84c26939f37bd934be9a0200c42c2d10
-Size (libxtend-0.1.5.1-7645cdf70d99320370393f77f1789f8512e31ffd.tar.gz) = 61672 bytes
+BLAKE2s (libxtend-0.1.5.6-f9bf7009820d5468011ec3b0fc2e8cbf91830333.tar.gz) = cf2af98967142409318ce3c9541988d877e455ec892a992c0e993deaef443299
+SHA512 (libxtend-0.1.5.6-f9bf7009820d5468011ec3b0fc2e8cbf91830333.tar.gz) = 977eedaf614537c51ecbd8822eb268d4ca7e6f50952e19c4335d62f24fddd892d1b78754a3e465d95696107bfccb6a78b55814e2a64fd0418c9e2ef459d09f87
+Size (libxtend-0.1.5.6-f9bf7009820d5468011ec3b0fc2e8cbf91830333.tar.gz) = 62164 bytes


Home | Main Index | Thread Index | Old Index