diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-30 05:24:54 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-30 05:38:08 +0000 |
commit | 8541c28c0793232ef5694134ca48e0024afd4057 (patch) | |
tree | 2d43e354ef33b5013f2dc2512216fec088fc2d0e | |
parent | c9f9c37a46558306459ec272e2c4106a0e81cc09 (diff) |
biology/seqan3: Update 3.0.2-1195 -> 3.0.3
Reported by: portscout
-rw-r--r-- | biology/seqan3/Makefile | 4 | ||||
-rw-r--r-- | biology/seqan3/distinfo | 6 | ||||
-rw-r--r-- | biology/seqan3/pkg-plist | 13 |
3 files changed, 16 insertions, 7 deletions
diff --git a/biology/seqan3/Makefile b/biology/seqan3/Makefile index b554bfa2b6e0..d731c45f36af 100644 --- a/biology/seqan3/Makefile +++ b/biology/seqan3/Makefile @@ -1,7 +1,5 @@ PORTNAME= seqan3 -DISTVERSION= 3.0.2-1195 -DISTVERSIONSUFFIX= -gee0dbcad -PORTREVISION= 2 +DISTVERSION= 3.0.3 CATEGORIES= biology devel math MAINTAINER= yuri@FreeBSD.org diff --git a/biology/seqan3/distinfo b/biology/seqan3/distinfo index 408948c836d6..252bac55dbe3 100644 --- a/biology/seqan3/distinfo +++ b/biology/seqan3/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1620779602 -SHA256 (seqan-seqan3-3.0.2-1195-gee0dbcad_GH0.tar.gz) = 6a838f97be0c850e46141fa9afa081f76ce9196e64e395ce8928da7e7fb73cd9 -SIZE (seqan-seqan3-3.0.2-1195-gee0dbcad_GH0.tar.gz) = 1456878 +TIMESTAMP = 1622351721 +SHA256 (seqan-seqan3-3.0.3_GH0.tar.gz) = 736d7c07759f51b1d6f4ca806dafd219a2a35b0250e018eb038010063d23eecd +SIZE (seqan-seqan3-3.0.3_GH0.tar.gz) = 1478459 SHA256 (xxsds-sdsl-lite-9a0d567_GH0.tar.gz) = 1727ec6897535a493b99ff36a6d19d8205964be2b2a027ba547fc77ab7dbd74e SIZE (xxsds-sdsl-lite-9a0d567_GH0.tar.gz) = 1156974 diff --git a/biology/seqan3/pkg-plist b/biology/seqan3/pkg-plist index 675c0f36cead..835bf6eba19c 100644 --- a/biology/seqan3/pkg-plist +++ b/biology/seqan3/pkg-plist @@ -123,6 +123,7 @@ include/seqan3/alphabet/container/bitpacked_sequence.hpp include/seqan3/alphabet/container/concatenated_sequences.hpp include/seqan3/alphabet/detail/alphabet_proxy.hpp include/seqan3/alphabet/detail/convert.hpp +include/seqan3/alphabet/detail/debug_stream_alphabet.hpp include/seqan3/alphabet/exception.hpp include/seqan3/alphabet/gap/all.hpp include/seqan3/alphabet/gap/gap.hpp @@ -232,8 +233,15 @@ include/seqan3/core/configuration/detail/concept.hpp include/seqan3/core/configuration/detail/configuration_element_debug_mode.hpp include/seqan3/core/configuration/detail/configuration_element_parallel_mode.hpp include/seqan3/core/configuration/detail/configuration_utility.hpp +include/seqan3/core/configuration/pipeable_config_element.hpp include/seqan3/core/debug_stream.hpp +include/seqan3/core/debug_stream/byte.hpp +include/seqan3/core/debug_stream/debug_stream_type.hpp include/seqan3/core/debug_stream/detail/to_string.hpp +include/seqan3/core/debug_stream/optional.hpp +include/seqan3/core/debug_stream/range.hpp +include/seqan3/core/debug_stream/tuple.hpp +include/seqan3/core/debug_stream/variant.hpp include/seqan3/core/detail/all.hpp include/seqan3/core/detail/customisation_point.hpp include/seqan3/core/detail/debug_stream_alphabet.hpp @@ -265,6 +273,9 @@ include/seqan3/core/parallel/detail/spin_delay.hpp include/seqan3/core/parallel/execution.hpp include/seqan3/core/platform.hpp include/seqan3/core/pod_tuple.hpp +include/seqan3/core/range/detail/adaptor_base.hpp +include/seqan3/core/range/detail/adaptor_for_view_without_args.hpp +include/seqan3/core/range/detail/adaptor_from_functor.hpp include/seqan3/core/range/detail/inherited_iterator_base.hpp include/seqan3/core/range/detail/misc.hpp include/seqan3/core/range/detail/random_access_iterator.hpp @@ -285,7 +296,6 @@ include/seqan3/core/simd/simd_algorithm.hpp include/seqan3/core/simd/simd_traits.hpp include/seqan3/core/simd/view_iota_simd.hpp include/seqan3/core/simd/view_to_simd.hpp -include/seqan3/core/tuple/common_tuple.hpp include/seqan3/core/tuple_utility.hpp include/seqan3/core/type_list/all.hpp include/seqan3/core/type_list/traits.hpp @@ -637,6 +647,7 @@ include/seqan3/utility/simd/simd_traits.hpp include/seqan3/utility/simd/views/iota_simd.hpp include/seqan3/utility/simd/views/to_simd.hpp include/seqan3/utility/tuple/all.hpp +include/seqan3/utility/tuple/common_tuple.hpp include/seqan3/utility/tuple/concept.hpp include/seqan3/utility/tuple/pod_tuple.hpp include/seqan3/utility/tuple/pop_front.hpp |