pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.4.15



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Feb 9 08:37:17 2022 -0600
Changeset:	5c8c539701e1909d56741f8fa8ce011e457850a5

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

Log Message:
libxtend: Update to 0.1.4.15

Add str2u64(), super-fast hashing for strings of 8 chars or fewer

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

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 7d366fd5b8..48e45602a4 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.4.13
+DISTNAME=	libxtend-0.1.4.15
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	14903bce98f05d21f87ab9790f5518008938a4fa
+GITHUB_TAG=	22cf1af1eb713bacf98bcf656a87043a554adc60
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 52e8f15738..d332ddf2be 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -64,6 +64,7 @@ man/man3/rmkdir.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
 man/man3/strisint.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 8c122f7816..9876f86767 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.13
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.4.15
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 8207772bcf..488934cbd0 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.4.13-14903bce98f05d21f87ab9790f5518008938a4fa.tar.gz) = 9892117995dae608c16479ecbfc0a2be1e6732e061d39659676fdf72a61d99d5
-SHA512 (libxtend-0.1.4.13-14903bce98f05d21f87ab9790f5518008938a4fa.tar.gz) = 60517485f7a96a32b14e6cab17c77d5b11bbd1f08c7d1121da3f8dbff91d873c6b9a19e87843d7e96d852bbe5b94042acc78f5cb4ba5059880c01abf868b4ec8
-Size (libxtend-0.1.4.13-14903bce98f05d21f87ab9790f5518008938a4fa.tar.gz) = 45678 bytes
+BLAKE2s (libxtend-0.1.4.15-22cf1af1eb713bacf98bcf656a87043a554adc60.tar.gz) = 7c88b392b7dc0f41796697df65350f03f09b55136b7953c437913ddc72cb6747
+SHA512 (libxtend-0.1.4.15-22cf1af1eb713bacf98bcf656a87043a554adc60.tar.gz) = 713766ec347d45cf8abf40798dd93b8b9d8a5e187d771015a776bfbb8ae375f5a3093e47c572db981a557de9bb17e244d709ca76a61283b4d9661d188899a4bf
+Size (libxtend-0.1.4.15-22cf1af1eb713bacf98bcf656a87043a554adc60.tar.gz) = 46822 bytes


Home | Main Index | Thread Index | Old Index