biology/wfa2-lib: Update to 2.3.5

A few bug fixes.
Changes: https://github.com/smarco/WFA2-lib/releases

Reported by:    portscout
main
Jason W. Bacon 2024-04-22 07:25:09 -05:00
parent b9a7f46cb7
commit 1de14dfc3b
3 changed files with 4 additions and 15 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= wfa2-lib
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.4
DISTVERSION= 2.3.5
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1695995337
SHA256 (smarco-WFA2-lib-v2.3.4_GH0.tar.gz) = 3a02d19b45c7efcdcabdd956421b1e449e771fca0b0f072e02d7aa65ebb29f23
SIZE (smarco-WFA2-lib-v2.3.4_GH0.tar.gz) = 4224505
TIMESTAMP = 1713703314
SHA256 (smarco-WFA2-lib-v2.3.5_GH0.tar.gz) = 2609d5f267f4dd91dce1776385b5a24a2f1aa625ac844ce0c3571c69178afe6e
SIZE (smarco-WFA2-lib-v2.3.5_GH0.tar.gz) = 4225016

View File

@ -1,11 +0,0 @@
--- wavefront/wavefront_extend_kernels.c.orig 2023-09-29 17:25:17 UTC
+++ wavefront/wavefront_extend_kernels.c
@@ -29,7 +29,7 @@
* DESCRIPTION: WFA module for the "extension" of exact matches
*/
-#include <endian.h>
+#include <sys/endian.h>
#include "wavefront_extend_kernels.h"
#include "wavefront_termination.h"