pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.2.43



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Aug 13 13:59:52 2021 -0500
Changeset:	ea05114a5d932ea0d0580e1447861036af1e1cb7

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

Log Message:
libxtend: Update to 0.1.2.43

Categorize header files to facilitate future expansion

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

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

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 3127c1cff5..b6770e1db9 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.2.42
+DISTNAME=	libxtend-0.1.2.43
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	3008c86222a4abf829924b9f9c9bd04427d57b66
+GITHUB_TAG=	c35d2176bba04042b9a9d80029970c7ff302e8b3
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 7bf0c9dc6e..6cb597ea47 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -1,6 +1,13 @@
 @comment $NetBSD$
-include/xtend-protos.h
-include/xtend.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/proc.h
+include/xtend/string.h
+include/xtend/time.h
 lib/libxtend.a
 lib/libxtend.so
 lib/libxtend.so.2
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 4615218b3d..32b35589e6 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.2.42
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.2.43
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 793bba3dac..65760485eb 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libxtend-0.1.2.42-3008c86222a4abf829924b9f9c9bd04427d57b66.tar.gz) = 6568869cb6535d7b917a61bdae9f25ff627fe9f4
-RMD160 (libxtend-0.1.2.42-3008c86222a4abf829924b9f9c9bd04427d57b66.tar.gz) = 7950d458d2c7737e9cf0e093f6c5392bce17d57f
-SHA512 (libxtend-0.1.2.42-3008c86222a4abf829924b9f9c9bd04427d57b66.tar.gz) = 40a3b2de462daa44194270779ba0bf353d743dca3819de15fab20d9cf28be2aac855fdb99625b0ba395caca732fc995c14491fe9b17017cbcb6ba361d6300ab9
-Size (libxtend-0.1.2.42-3008c86222a4abf829924b9f9c9bd04427d57b66.tar.gz) = 33697 bytes
+SHA1 (libxtend-0.1.2.43-c35d2176bba04042b9a9d80029970c7ff302e8b3.tar.gz) = 481bac952c84ba10eb77ab08e63f0fbc084245db
+RMD160 (libxtend-0.1.2.43-c35d2176bba04042b9a9d80029970c7ff302e8b3.tar.gz) = 558f30cee946fe31ac4b51cce261e580732148e9
+SHA512 (libxtend-0.1.2.43-c35d2176bba04042b9a9d80029970c7ff302e8b3.tar.gz) = 207fead0c63a19adf81dbfa96866a60c8934d1e458de622f725c7768dc1096d2f98bad3c9c69e3d29592f06449581c7fc00db977676e02c48e10fb8da07b6911
+Size (libxtend-0.1.2.43-c35d2176bba04042b9a9d80029970c7ff302e8b3.tar.gz) = 34262 bytes


Home | Main Index | Thread Index | Old Index