pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vsearch: Update to 2.23.0
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Jul 9 08:29:25 2023 -0500
Changeset: 2bfb183d5fbca0da425017d11474b5bf4fe64c04
Modified Files:
vsearch/Makefile
vsearch/distinfo
Removed Files:
vsearch/patch-src_Makefile.am
vsearch/patches/patch-configure.ac
vsearch/patches/patch-src_Makefile.am
Log Message:
vsearch: Update to 2.23.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bfb183d5fbca0da425017d11474b5bf4fe64c04
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vsearch/Makefile | 2 +-
vsearch/distinfo | 8 +++-----
vsearch/patch-src_Makefile.am | 22 ----------------------
vsearch/patches/patch-configure.ac | 16 ----------------
vsearch/patches/patch-src_Makefile.am | 22 ----------------------
5 files changed, 4 insertions(+), 66 deletions(-)
diffs:
diff --git a/vsearch/Makefile b/vsearch/Makefile
index 556213e60f..6008ce13b8 100644
--- a/vsearch/Makefile
+++ b/vsearch/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= vsearch-2.18.0
+DISTNAME= vsearch-2.23.0
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=torognes/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/vsearch/distinfo b/vsearch/distinfo
index 7f1df0455f..a300fd91cd 100644
--- a/vsearch/distinfo
+++ b/vsearch/distinfo
@@ -1,7 +1,5 @@
$NetBSD$
-BLAKE2s (vsearch-2.18.0.tar.gz) = 48ca99858b157da943eca273d4a4f25e94aa7c64ecf4c7373821c30cdfbc38c5
-SHA512 (vsearch-2.18.0.tar.gz) = 9da21685fe64743ccf43f209bdd5b586c8f7faaae9f1a204634b713d7ba8a86478f31b24bdda7820fba97318d4408c803a6b3eed1e37189907fbd5882183d781
-Size (vsearch-2.18.0.tar.gz) = 252014 bytes
-SHA1 (patch-configure.ac) = 23aa28454d5f58222b10302cbd01ceaf0e7dca3f
-SHA1 (patch-src_Makefile.am) = fb76ec48d5292aaa276a0b6105e19ccc0abb03df
+BLAKE2s (vsearch-2.23.0.tar.gz) = fc692c05824caa1eb52187bfd38663cb0a1d67070b8b070ccc4a455e96737b38
+SHA512 (vsearch-2.23.0.tar.gz) = cb3fffaa01d765f9d173cce45c240ef37d49fc59fb1a893e49fe16d29ce3b150f161f9ccd05e6491a6ecc6e0574bb774b4aaccb563dab1dc087b2d713c158a22
+Size (vsearch-2.23.0.tar.gz) = 266534 bytes
diff --git a/vsearch/patch-src_Makefile.am b/vsearch/patch-src_Makefile.am
deleted file mode 100644
index abf66190db..0000000000
--- a/vsearch/patch-src_Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-# Respect build env
-
---- src/Makefile.am.orig 2019-04-30 11:57:32 UTC
-+++ src/Makefile.am
-@@ -1,12 +1,12 @@
- bin_PROGRAMS = $(top_builddir)/bin/vsearch
-
- if TARGET_PPC
--AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -mcpu=power8
-+AM_CXXFLAGS=-Wall -Wsign-compare
- else
- if TARGET_AARCH64
--AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -march=armv8-a+simd -mtune=generic
-+AM_CXXFLAGS=-Wall -Wsign-compare
- else
--AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -march=x86-64 -mtune=generic
-+AM_CXXFLAGS=-Wall -Wsign-compare
- endif
- endif
-
diff --git a/vsearch/patches/patch-configure.ac b/vsearch/patches/patch-configure.ac
deleted file mode 100644
index 9f06a9dcae..0000000000
--- a/vsearch/patches/patch-configure.ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-# Respect pkgsrc env
-
---- configure.ac.orig 2021-08-27 10:35:25.000000000 +0000
-+++ configure.ac
-@@ -14,9 +14,6 @@ MACOSX_DEPLOYMENT_TARGET="10.9"
-
- # Set default gcc and g++ options
-
--CFLAGS='-g'
--CXXFLAGS='-g -std=c++11'
--
- # Checks for programs.
- AC_PROG_CXX
- AC_PROG_RANLIB
diff --git a/vsearch/patches/patch-src_Makefile.am b/vsearch/patches/patch-src_Makefile.am
deleted file mode 100644
index ab56570946..0000000000
--- a/vsearch/patches/patch-src_Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-# Respect pkgsrc env
-
---- src/Makefile.am.orig 2021-12-17 18:04:20.932004483 +0000
-+++ src/Makefile.am
-@@ -1,12 +1,12 @@
- bin_PROGRAMS = $(top_builddir)/bin/vsearch
-
- if TARGET_PPC
--AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -mcpu=powerpc64le -maltivec
-+AM_CXXFLAGS=-Wall -Wsign-compare
- else
- if TARGET_AARCH64
--AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -march=armv8-a+simd -mtune=generic
-+AM_CXXFLAGS=-Wall -Wsign-compare
- else
--AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -march=x86-64 -mtune=generic
-+AM_CXXFLAGS=-Wall -Wsign-compare
- endif
- endif
-
Home |
Main Index |
Thread Index |
Old Index