pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.3.12



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 24 07:33:13 2021 -0500
Changeset:	ab38302250300c5cf9d4940d4c107715349fd903

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

Log Message:
libxtend: Update to 0.1.3.12

Add strtrim(): Remove unwanted characters at both ends of a string
Frame out test driver

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

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      | 8 ++++----
 4 files changed, 8 insertions(+), 7 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index d9e71cba12..5982b7726d 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.3.11
+DISTNAME=	libxtend-0.1.3.12
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	f6eea576f87e45ee3a33493be5397de580de279e
+GITHUB_TAG=	6d9ebd314608edda1fcc957e16287b0896c3c49a
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 60d95be311..8219dcbace 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -68,6 +68,7 @@ man/man3/strptrcmp.3
 man/man3/strshellcpy.3
 man/man3/strsqueeze.3
 man/man3/strtr.3
+man/man3/strtrim.3
 man/man3/strviscpy.3
 man/man3/tsv_read_field.3
 man/man3/tsv_read_field_malloc.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 965fe50ccf..90201fe911 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.3.5
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.3.12
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 88d1624d77..1fe3a9b963 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libxtend-0.1.3.11-f6eea576f87e45ee3a33493be5397de580de279e.tar.gz) = c0459705d4e9feebb95cd551311d87f67e6fbfb5
-RMD160 (libxtend-0.1.3.11-f6eea576f87e45ee3a33493be5397de580de279e.tar.gz) = dd49098bb71b2e96cdc6d31d299fbe3b2752f3b0
-SHA512 (libxtend-0.1.3.11-f6eea576f87e45ee3a33493be5397de580de279e.tar.gz) = 91c25e30ab46981e48cd0cdeb3229e037dd111ca9459424d53d1d1b2b519b1077ead304c8c52bf58116f35bc8923413302d3544b112da3087bc479e44e7dfccc
-Size (libxtend-0.1.3.11-f6eea576f87e45ee3a33493be5397de580de279e.tar.gz) = 37913 bytes
+SHA1 (libxtend-0.1.3.12-6d9ebd314608edda1fcc957e16287b0896c3c49a.tar.gz) = 849314621d8cf5c2057796e4a14855e525cfcb44
+RMD160 (libxtend-0.1.3.12-6d9ebd314608edda1fcc957e16287b0896c3c49a.tar.gz) = d54182545e1272b1da280e19a4fe3a88bd0c3567
+SHA512 (libxtend-0.1.3.12-6d9ebd314608edda1fcc957e16287b0896c3c49a.tar.gz) = 0362214fd7c1d8b4b4c8b5c694f95fffde62a1d6bceb1b6108260495b449ea1f63948168bf7932d5836c0205f62ba12bd88377add38e89899d7f813d8ff55aef
+Size (libxtend-0.1.3.12-6d9ebd314608edda1fcc957e16287b0896c3c49a.tar.gz) = 38757 bytes


Home | Main Index | Thread Index | Old Index