pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.9.6



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Aug 30 07:09:15 2023 -0500
Changeset:	c94e923855e9515400435b2437a1659fdb26d2fb

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

Log Message:
libxtend: Update to 0.1.9.6

fast-file: Install ffile-private.h for access to macros.
This bends the rules of opaque structures, so it will remain undocumented.

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

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 24a4b4593b..e7533ebb38 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.9.5
+DISTNAME=	libxtend-0.1.9.6
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	b03d9f03c5028e4f496ce89d384998f02183495f
+GITHUB_TAG=	d3ee430fdeba8aa685941e717d146d633758c147
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 0089b23bfe..c1cb813156 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -7,6 +7,7 @@ include/xtend/dsv-rvs.h
 include/xtend/dsv.h
 include/xtend/fast-file-accessors.h
 include/xtend/fast-file-mutators.h
+include/xtend/fast-file-private.h
 include/xtend/fast-file-rvs.h
 include/xtend/fast-file.h
 include/xtend/file.h
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index f95309065b..047f5550f8 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.9.5
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.9.6
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index b4bb4077d5..39b74267c5 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.9.5-b03d9f03c5028e4f496ce89d384998f02183495f.tar.gz) = aecc0c05a39377d7176f91962d9b24ef65d2e26bc1fa2a66487662439074553c
-SHA512 (libxtend-0.1.9.5-b03d9f03c5028e4f496ce89d384998f02183495f.tar.gz) = 49dfd56abd2a4175aa8c773315ea654f039cde72edd0dffcd5cd0f2b1428f66fbfa7ca638b4e42ac7ff0d2ec37c24308f277226841f83244a415113fbcec3de4
-Size (libxtend-0.1.9.5-b03d9f03c5028e4f496ce89d384998f02183495f.tar.gz) = 77505 bytes
+BLAKE2s (libxtend-0.1.9.6-d3ee430fdeba8aa685941e717d146d633758c147.tar.gz) = ddf9a793d56554f95fc9556fc8d20c70b1363f79991f53f0f3d6769521fda344
+SHA512 (libxtend-0.1.9.6-d3ee430fdeba8aa685941e717d146d633758c147.tar.gz) = 1e83150d156ffed5604e12fec8322afe89aab7c9338e9dea55f9224090ef5ad7b62a8f95825dd17f5837937bac9417ba42f078db05241e6c44da81b3d11ec86b
+Size (libxtend-0.1.9.6-d3ee430fdeba8aa685941e717d146d633758c147.tar.gz) = 77962 bytes


Home | Main Index | Thread Index | Old Index