pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.7.14



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Thu May 25 10:19:34 2023 -0500
Changeset:	bdec246627a5bd04258b06b3fdc0fc1cd72de697

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

Log Message:
libxtend: Update to 0.1.7.14

Add xt_daemonize(), a double-fork() replacement for daemon(3),
which is deprecated on macOS

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

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

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index f5e1551e26..02de450e86 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.7.12
+DISTNAME=	libxtend-0.1.7.14
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	610cba7f8430d3406253f7f8398203f0e946d8dc
+GITHUB_TAG=	589e42e28406aa44c5b6ed50f5311c48b1b11f36
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index f054d61b33..7d9eaf25a1 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -99,6 +99,7 @@ man/man3/tsv_read_field_malloc.3
 man/man3/tsv_skip_field.3
 man/man3/tsv_skip_rest_of_line.3
 man/man3/va_usage.3
+man/man3/xt_daemonize.3
 man/man3/xt_dprintf.3
 man/man3/xt_factorial.3
 man/man3/xt_fast_cp.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index ee38c766e8..9575eb4f6b 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.12
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.7.14
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 210a18e3b8..a088ccdead 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (libxtend-0.1.7.14-589e42e28406aa44c5b6ed50f5311c48b1b11f36.tar.gz) = 191bf7eeba723c550376aa6020ead004d09e0b237f793d2522ae0827ff0023c3
+SHA512 (libxtend-0.1.7.14-589e42e28406aa44c5b6ed50f5311c48b1b11f36.tar.gz) = 3209fba25971826d5a75066c90f0f052a2ee01a1f1b1510c73be701cd898ba2ca2b8b68909bda8d6987a4f8ff72f5409faef5fbfa67f2123849f3ee506167a09
+Size (libxtend-0.1.7.14-589e42e28406aa44c5b6ed50f5311c48b1b11f36.tar.gz) = 69438 bytes


Home | Main Index | Thread Index | Old Index