pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.6.7



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jul 29 20:00:46 2022 -0500
Changeset:	0a1f0b51b0e4ca6c1166511edb05d0baa7ba976c

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

Log Message:
libxtend: Update to 0.1.6.7

Add ffgets()

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

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 995be041cd..f6a837af0d 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.6.5
+DISTNAME=	libxtend-0.1.6.7
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	f4c3bbd0979df4edda49eb13ec3ed1d1f3253a74
+GITHUB_TAG=	01b2ba25181abe14657a23e938a080971c1100c7
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 4772e5fa47..09ead7327e 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -50,6 +50,7 @@ man/man3/dsv_skip_rest_of_line.3
 man/man3/ffclose.3
 man/man3/ffdopen.3
 man/man3/ffgetc.3
+man/man3/ffgets.3
 man/man3/ffopen.3
 man/man3/ffpclose.3
 man/man3/ffpopen.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index a77dec0df9..e601845d3c 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.6.5
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.6.7
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 679676d001..1dcb5673cd 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.6.5-f4c3bbd0979df4edda49eb13ec3ed1d1f3253a74.tar.gz) = 2b9ecf0b7e47dac0945dc7d9c2b631fb8079b105477026efaf3050c3ff8ca372
-SHA512 (libxtend-0.1.6.5-f4c3bbd0979df4edda49eb13ec3ed1d1f3253a74.tar.gz) = 5991b6497cfb877cf7f5258679c95df25bee6e04507a89bd379deb46a766237f1a9db48bd6892127fdf0c1d4ab70510c62bc75d272be8a30a568494872ef2620
-Size (libxtend-0.1.6.5-f4c3bbd0979df4edda49eb13ec3ed1d1f3253a74.tar.gz) = 63372 bytes
+BLAKE2s (libxtend-0.1.6.7-01b2ba25181abe14657a23e938a080971c1100c7.tar.gz) = e1fd31960fb799389793c2b72deae0fb99852b93826710d0974a5cf425a97f8b
+SHA512 (libxtend-0.1.6.7-01b2ba25181abe14657a23e938a080971c1100c7.tar.gz) = 54b2d98210218d8478b648afbb9a6d04c2467cf7edf287c2c1d45c11b617205e2870fcda211111c3ab67ecf84bfc5a48325ae71086564593e915d197245a06dd
+Size (libxtend-0.1.6.7-01b2ba25181abe14657a23e938a080971c1100c7.tar.gz) = 64210 bytes


Home | Main Index | Thread Index | Old Index