pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.7.2



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Dec 14 18:57:34 2022 -0600
Changeset:	71132e7f7a2f0254b58739b8fb923a6d6e377139

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

Log Message:
libxtend: Update to 0.1.7.2

Add romaintoi(), convert Roman number strings to int

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

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

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

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 3af3752eac..70bae6f136 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,8 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.7
+DISTNAME=	libxtend-0.1.7.2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	13d052df044e8c42a82b8c6a0a080689a13ad79e
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 64b95c9914..f054d61b33 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -1,5 +1,4 @@
 @comment $NetBSD$
-include/xtend/array.h
 include/xtend/common.h
 include/xtend/ctype.h
 include/xtend/dsv-accessors.h
@@ -12,6 +11,7 @@ include/xtend/math.h
 include/xtend/mem.h
 include/xtend/net.h
 include/xtend/proc.h
+include/xtend/stdlib.h
 include/xtend/string.h
 include/xtend/time.h
 lib/libxtend.a
@@ -72,6 +72,7 @@ man/man3/ltostrn.3
 man/man3/mv.3
 man/man3/parse_cmd.3
 man/man3/resolve_hostname.3
+man/man3/romantoi.3
 man/man3/short_cmp.3
 man/man3/spawnlp.3
 man/man3/spawnvp.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index bde387bfa7..ca3c5789bb 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.7
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.7.2
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 48866c7a26..e1b0c0f0d4 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.7.tar.gz) = e5f017f3aa34e6da2b85fb65c75831258e747a52bfa6f922355c34bbb17073fb
-SHA512 (libxtend-0.1.7.tar.gz) = 0388baf7421723a28ea0e37b46d31549e6e00ea9969f0724c9954061a9647c46a223e831b143d21c08fa6075ef01c843c03f3f2064e80c43bf4749c2d70f3170
-Size (libxtend-0.1.7.tar.gz) = 65850 bytes
+BLAKE2s (libxtend-0.1.7.2-13d052df044e8c42a82b8c6a0a080689a13ad79e.tar.gz) = 273817cb6f9fc8fd56784c698fbfb82f42e3f25d93df7815ac40a6373aa345a3
+SHA512 (libxtend-0.1.7.2-13d052df044e8c42a82b8c6a0a080689a13ad79e.tar.gz) = d9cfec5efe8d77b0de364ff237072982b90e2e06963a364168b73cdb669f55acaccf3c9c650da2921013b965939eb849d6d50e4a1a9a46d79014ebebba05c4ae
+Size (libxtend-0.1.7.2-13d052df044e8c42a82b8c6a0a080689a13ad79e.tar.gz) = 67132 bytes


Home | Main Index | Thread Index | Old Index