Re: git: b9105b7ef1e9 - main - biology/canu: Update to 2.2
- In reply to: Jason W. Bacon: "git: b9105b7ef1e9 - main - biology/canu: Update to 2.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 13:59:27 UTC
On Sun, Dec 19, 2021 at 09:06:57PM +0000, Jason W. Bacon wrote: > The branch main has been updated by jwb: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=b9105b7ef1e91bce177273f3031a98781ca6faf7 > > commit b9105b7ef1e91bce177273f3031a98781ca6faf7 > Author: Jason W. Bacon <jwb@FreeBSD.org> > AuthorDate: 2021-12-19 21:03:36 +0000 > Commit: Jason W. Bacon <jwb@FreeBSD.org> > CommitDate: 2021-12-19 21:06:56 +0000 > > biology/canu: Update to 2.2 > > FreeBSD port: Add support for aarch64 and powerpc64 using simde > Not yet supported upstream > > Several upstream bug fixes and minor enhancements since 2.1 > > Changes: https://github.com/marbl/canu/tags > --- > biology/canu/Makefile | 27 ++++++---- > biology/canu/distinfo | 6 +-- > biology/canu/files/cpuid_arm.c | 57 ++++++++++++++++++++++ > biology/canu/files/cpuid_ppc.c | 57 ++++++++++++++++++++++ > ...boost_boost_smart__ptr_detail_shared__count.hpp | 10 ++++ > .../patch-utility_src_parasail_internal__sse.h | 12 +++++ > .../files/patch-utility_src_utility_align-ssw.H | 12 +++++ > .../canu/files/patch-utility_src_utility_files.H | 11 +++++ > .../canu/files/patch-utility_src_utility_system.H | 11 +++++ > .../canu/files/patch-utility_src_utility_types.H | 11 +++++ > biology/canu/pkg-plist | 3 +- > 11 files changed, 204 insertions(+), 13 deletions(-) > > diff --git a/biology/canu/Makefile b/biology/canu/Makefile > index 56ebc0779e5e..72a628226299 100644 > --- a/biology/canu/Makefile > +++ b/biology/canu/Makefile > @@ -1,9 +1,8 @@ > PORTNAME= canu > -DISTVERSION= 2.1 > -PORTREVISION= 1 > -CATEGORIES= biology java perl5 > +DISTVERSION= 2.2 > +CATEGORIES= wip biology java perl5 It has already been fixed by antoine@, but this breaks the tree (adding an invalid category) Best regards, Bapt