pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libxtend: Update to 0.1.9.34
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu Sep 14 08:10:35 2023 -0500
Changeset: 59010efc6018e30587439bf2883c60ca1b47a206
Modified Files:
libxtend/Makefile
libxtend/PLIST
libxtend/buildlink3.mk
libxtend/distinfo
Log Message:
libxtend: Update to 0.1.9.34
Prefix non-API functions with _, clean up man pages
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=59010efc6018e30587439bf2883c60ca1b47a206
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 | 7 +++----
libxtend/buildlink3.mk | 2 +-
libxtend/distinfo | 6 +++---
4 files changed, 9 insertions(+), 10 deletions(-)
diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 1c7137aff9..32b845f439 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
# $NetBSD$
-DISTNAME= libxtend-0.1.9.24
+DISTNAME= libxtend-0.1.9.34
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG= 998df40196204c01d4839ee558b83c3e5aca350e
+GITHUB_TAG= eb78857fb79e3c077a05171c7857a8eff109fe13
OWNER= bacon%NetBSD.org@localhost
HOMEPAGE= https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index ba08bd35c9..ddf0a1c5ea 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -22,7 +22,9 @@ lib/libxtend.a
lib/libxtend.so
lib/libxtend.so.2
lib/libxtend.so.2.0
-man/man3/_xt_ff_fillbuff.3
+man/man3/_xt_ff_pclose.3
+man/man3/_xt_ff_raw_close.3
+man/man3/_xt_ff_raw_open.3
man/man3/libxtend.3
man/man3/xt_csv_read_field.3
man/man3/xt_csv_read_field_malloc.3
@@ -62,7 +64,6 @@ man/man3/xt_fast_cp.3
man/man3/xt_fclose.3
man/man3/xt_fd_purge.3
man/man3/xt_ff_close.3
-man/man3/xt_ff_close_raw.3
man/man3/xt_ff_dopen.3
man/man3/xt_ff_get_buff.3
man/man3/xt_ff_get_buff_ae.3
@@ -78,8 +79,6 @@ man/man3/xt_ff_get_start_ptr_ae.3
man/man3/xt_ff_getc.3
man/man3/xt_ff_gets.3
man/man3/xt_ff_open.3
-man/man3/xt_ff_open_raw.3
-man/man3/xt_ff_pclose.3
man/man3/xt_ff_popen.3
man/man3/xt_ff_printf.3
man/man3/xt_ff_putc.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index c307dd46e5..ab1f897ca4 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.9.24
+BUILDLINK_API_DEPENDS.libxtend+= libxtend>=0.1.9.34
BUILDLINK_PKGSRCDIR.libxtend?= ../../wip/libxtend
.endif # LIBXTEND_BUILDLINK3_MK
diff --git a/libxtend/distinfo b/libxtend/distinfo
index f8350a1ee5..221f794c7a 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (libxtend-0.1.9.24-998df40196204c01d4839ee558b83c3e5aca350e.tar.gz) = e7c5e6fd0f8b90708c76e8a77df1dbde231e8a086b46fd2e07877940531f28e7
-SHA512 (libxtend-0.1.9.24-998df40196204c01d4839ee558b83c3e5aca350e.tar.gz) = 1b92397d7e8fa53226098f4ea50999c40814483e07cd193ff1128780a2a997a6e54ef0a144c0a63f6f645431e0d3e7c0d5b1a1407851ce5d4cdb8c9ff4e9f968
-Size (libxtend-0.1.9.24-998df40196204c01d4839ee558b83c3e5aca350e.tar.gz) = 87807 bytes
+BLAKE2s (libxtend-0.1.9.34-eb78857fb79e3c077a05171c7857a8eff109fe13.tar.gz) = c5332cde91047f77a0fde4aa6b5314fdfe88b6fad4b9ebfba79e90bbb8bc70b2
+SHA512 (libxtend-0.1.9.34-eb78857fb79e3c077a05171c7857a8eff109fe13.tar.gz) = 59e3c469bcd1424645c54ead0e54052417228244810c0ba539e8be139bd63e8949172a3241ab402f414a804aec924ed94d67125153a21dce857b11618511b0b8
+Size (libxtend-0.1.9.34-eb78857fb79e3c077a05171c7857a8eff109fe13.tar.gz) = 87747 bytes
Home |
Main Index |
Thread Index |
Old Index