pkgsrc-WIP-changes archive

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

biolibc: Update to 0.2.1.28



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Feb 1 19:36:44 2022 -0600
Changeset:	46f887d0e07c2d1165783bd483708e69bd18aba9

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

Log Message:
biolibc: Update to 0.2.1.28

bl_gff_free(): Free memory for bl_gff_t object and set pointers to NULL

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

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

diffstat:
 biolibc/Makefile      | 4 ++--
 biolibc/PLIST         | 1 +
 biolibc/buildlink3.mk | 2 +-
 biolibc/distinfo      | 6 +++---
 4 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/biolibc/Makefile b/biolibc/Makefile
index 673ab15360..7813210d03 100644
--- a/biolibc/Makefile
+++ b/biolibc/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	biolibc-0.2.1.23
+DISTNAME=	biolibc-0.2.1.28
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG=	a446e51faef03f7ffcd7e8921adc9544ebff34f5
+GITHUB_TAG=	f0c2f5f9f3a68f8a83b9a3cbea0af81e2c67a65f
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/biolibc
diff --git a/biolibc/PLIST b/biolibc/PLIST
index b1ae093a94..f5fbea7b9a 100644
--- a/biolibc/PLIST
+++ b/biolibc/PLIST
@@ -291,6 +291,7 @@ man/man3/bl_fastx_set_format.3
 man/man3/bl_fastx_set_union.3
 man/man3/bl_fastx_set_}.3
 man/man3/bl_fastx_write.3
+man/man3/bl_gff_free.3
 man/man3/bl_gff_read.3
 man/man3/bl_gff_set_attributes.3
 man/man3/bl_gff_set_attributes_ae.3
diff --git a/biolibc/buildlink3.mk b/biolibc/buildlink3.mk
index 8407e301ed..c6a48975ff 100644
--- a/biolibc/buildlink3.mk
+++ b/biolibc/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	biolibc
 .if !defined(BIOLIBC_BUILDLINK3_MK)
 BIOLIBC_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.biolibc+=	biolibc>=0.2.1.23
+BUILDLINK_API_DEPENDS.biolibc+=	biolibc>=0.2.1.28
 BUILDLINK_PKGSRCDIR.biolibc?=	../../wip/biolibc
 
 .include "../../wip/libxtend/buildlink3.mk"
diff --git a/biolibc/distinfo b/biolibc/distinfo
index 9ff7e4b68b..4800f8cba5 100644
--- a/biolibc/distinfo
+++ b/biolibc/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (biolibc-0.2.1.23-a446e51faef03f7ffcd7e8921adc9544ebff34f5.tar.gz) = d6369a8d386813271de2e3e055821e9edb7e770a69f807fa0b8bcd2dfaeac529
-SHA512 (biolibc-0.2.1.23-a446e51faef03f7ffcd7e8921adc9544ebff34f5.tar.gz) = 6b47a7d405f85a89233d53cd534e69b3ccec301eed44dbf28b958e2edda90d617031a95c5045a33054decb8770447e77a4e9c93353715b4963b807c49eb55a15
-Size (biolibc-0.2.1.23-a446e51faef03f7ffcd7e8921adc9544ebff34f5.tar.gz) = 120071 bytes
+BLAKE2s (biolibc-0.2.1.28-f0c2f5f9f3a68f8a83b9a3cbea0af81e2c67a65f.tar.gz) = f5c3a7e32b879c4e488e568a621344da2ac547d06e66fe28c8403eda9ae2b419
+SHA512 (biolibc-0.2.1.28-f0c2f5f9f3a68f8a83b9a3cbea0af81e2c67a65f.tar.gz) = 521c05a17f64ba816fb5d308c47c58cffa0bea4fa202b76774f88625675d2d1ba77de33481976dd01109d2ff1649db2576c3c260c0b91bb709fbeb1bd1bc637e
+Size (biolibc-0.2.1.28-f0c2f5f9f3a68f8a83b9a3cbea0af81e2c67a65f.tar.gz) = 120714 bytes


Home | Main Index | Thread Index | Old Index