pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.4.3



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jan 8 12:45:23 2022 -0600
Changeset:	9eaf584b6de799286911e1b4280fd4a413331370

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

Log Message:
libxtend: Update to 0.1.4.3

Add diagnostic return codes to formerly void functions
Regenerate man pages with improved auto-c2man

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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libxtend/Makefile      | 4 ++--
 libxtend/buildlink3.mk | 2 +-
 libxtend/distinfo      | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 6c41ebc93d..f44cd1b098 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.4.1
+DISTNAME=	libxtend-0.1.4.3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	e6e43fee771e0cd899bc79ef821bcef77c577400
+GITHUB_TAG=	b25195939e1bf97018bd59a34968a7197a4d2bce
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 4fd5259922..3a60743747 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.1
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.4.3
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 345979ae0e..2d885eb26a 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.4.1-e6e43fee771e0cd899bc79ef821bcef77c577400.tar.gz) = 2ef1b4b9e22eed96f13b4d027f63afe076726ab5cb2c541422703964f8cdb61d
-SHA512 (libxtend-0.1.4.1-e6e43fee771e0cd899bc79ef821bcef77c577400.tar.gz) = 243f115aaec23e2a234ced3d8ddea0011a22fa2640a8162b01ccbe9c26a53693a812e2e42959b8b5838f4e3ad04e4dcaf2aae80da4c9b03a124db6c090d09acc
-Size (libxtend-0.1.4.1-e6e43fee771e0cd899bc79ef821bcef77c577400.tar.gz) = 43772 bytes
+BLAKE2s (libxtend-0.1.4.3-b25195939e1bf97018bd59a34968a7197a4d2bce.tar.gz) = 317d303e848aebce8237677a678399b4e4c3672f7af539ed1fb69983e2f5d0ff
+SHA512 (libxtend-0.1.4.3-b25195939e1bf97018bd59a34968a7197a4d2bce.tar.gz) = b41012961dcfe8fc31815e649d25c9f72e627ef2af32d25e90a79ff54262b984ef71b8a63153caaa52f8bc5ca3661410785db5ff4e95b6006e3fc88c46fc948b
+Size (libxtend-0.1.4.3-b25195939e1bf97018bd59a34968a7197a4d2bce.tar.gz) = 43988 bytes


Home | Main Index | Thread Index | Old Index