pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libxtend



Module Name:    pkgsrc
Committed By:   bacon
Date:           Wed May 24 15:32:52 UTC 2023

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

Log Message:
devel/libxtend: Update to 0.1.7.12

Fix strptrcasecmp() to use strcasecmp()
Add romantoi(), convert Roman numeral text to integer
Add XT_SIGNUM() macro
A few minor fixes


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libxtend/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/libxtend/PLIST \
    pkgsrc/devel/libxtend/buildlink3.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libxtend/distinfo

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

Modified files:

Index: pkgsrc/devel/libxtend/Makefile
diff -u pkgsrc/devel/libxtend/Makefile:1.10 pkgsrc/devel/libxtend/Makefile:1.11
--- pkgsrc/devel/libxtend/Makefile:1.10 Wed Dec 28 15:27:17 2022
+++ pkgsrc/devel/libxtend/Makefile      Wed May 24 15:32:52 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2022/12/28 15:27:17 bacon Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/24 15:32:52 bacon Exp $
 
-DISTNAME=      libxtend-0.1.7
+DISTNAME=      libxtend-0.1.7.12
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=    610cba7f8430d3406253f7f8398203f0e946d8dc
 
 OWNER=         bacon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/outpaddling/libxtendc

Index: pkgsrc/devel/libxtend/PLIST
diff -u pkgsrc/devel/libxtend/PLIST:1.9 pkgsrc/devel/libxtend/PLIST:1.10
--- pkgsrc/devel/libxtend/PLIST:1.9     Sun Dec 11 21:12:22 2022
+++ pkgsrc/devel/libxtend/PLIST Wed May 24 15:32:52 2023
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/12/11 21:12:22 bacon Exp $
-include/xtend/array.h
+@comment $NetBSD: PLIST,v 1.10 2023/05/24 15:32:52 bacon Exp $
 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
Index: pkgsrc/devel/libxtend/buildlink3.mk
diff -u pkgsrc/devel/libxtend/buildlink3.mk:1.9 pkgsrc/devel/libxtend/buildlink3.mk:1.10
--- pkgsrc/devel/libxtend/buildlink3.mk:1.9     Sun Dec 11 21:12:22 2022
+++ pkgsrc/devel/libxtend/buildlink3.mk Wed May 24 15:32:52 2023
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.9 2022/12/11 21:12:22 bacon Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2023/05/24 15:32:52 bacon Exp $
 
 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.12
 BUILDLINK_PKGSRCDIR.libxtend?=         ../../devel/libxtend
 .endif # LIBXTEND_BUILDLINK3_MK
 

Index: pkgsrc/devel/libxtend/distinfo
diff -u pkgsrc/devel/libxtend/distinfo:1.11 pkgsrc/devel/libxtend/distinfo:1.12
--- pkgsrc/devel/libxtend/distinfo:1.11 Sun Dec 11 21:12:22 2022
+++ pkgsrc/devel/libxtend/distinfo      Wed May 24 15:32:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/12/11 21:12:22 bacon Exp $
+$NetBSD: distinfo,v 1.12 2023/05/24 15:32:52 bacon Exp $
 
-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.12-610cba7f8430d3406253f7f8398203f0e946d8dc.tar.gz) = 6c41dbe4a01118ee092e8e24559b388a8ea41270193fd6f6672702f7f78a23db
+SHA512 (libxtend-0.1.7.12-610cba7f8430d3406253f7f8398203f0e946d8dc.tar.gz) = 
1b864ce2fb467f65d5ee90c3768bf152889d0162a114716d328186b1aa2b30a11c27ada59550a2ec0252592c3f525a1b1ca808e8f6bf0f295c5ba15b3cc52086
+Size (libxtend-0.1.7.12-610cba7f8430d3406253f7f8398203f0e946d8dc.tar.gz) = 67890 bytes



Home | Main Index | Thread Index | Old Index