Skip to content

Commit

Permalink
biology/vsearch: Update to 2.24.0
Browse files Browse the repository at this point in the history
Upstream code cleanup
Changes: https://github.com/torognes/vsearch/releases

Reported by:    portscout
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Oct 27, 2023
1 parent cba8834 commit f71a4e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 1 addition & 3 deletions biology/vsearch/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vsearch
DISTVERSIONPREFIX= v
DISTVERSION= 2.23.0
DISTVERSION= 2.24.0
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -13,8 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= Explicitly enumerated by upstream developers

LIB_DEPENDS= libsysinfo.so:devel/libsysinfo

USES= autoreconf ghostscript:build gmake localbase
USE_GITHUB= yes

Expand Down
6 changes: 3 additions & 3 deletions biology/vsearch/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688839144
SHA256 (torognes-vsearch-v2.23.0_GH0.tar.gz) = 4686e35e1d8488ffedb4c6dd4de9b6eccc94f337d7b86e1759d932bce59c9b64
SIZE (torognes-vsearch-v2.23.0_GH0.tar.gz) = 266534
TIMESTAMP = 1698407468
SHA256 (torognes-vsearch-v2.24.0_GH0.tar.gz) = 036c3a5c7827958446e56155d750d22d03d460a53237c37fa6541208dc0bdca1
SIZE (torognes-vsearch-v2.24.0_GH0.tar.gz) = 267096
10 changes: 10 additions & 0 deletions biology/vsearch/files/patch-src_vsearch.h
@@ -0,0 +1,10 @@
--- src/vsearch.h.orig 2023-10-27 12:44:35 UTC
+++ src/vsearch.h
@@ -161,7 +161,6 @@
#elif __FreeBSD__

#define PROG_OS "freebsd"
-#include <sys/sysinfo.h>
#include <sys/resource.h>
#include <sys/endian.h>
#define bswap_16(x) bswap16(x)

0 comments on commit f71a4e8

Please sign in to comment.