[Bug 270474] devel/tl-expected: upgrade to 1.1.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Mar 2023 02:38:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270474

            Bug ID: 270474
           Summary: devel/tl-expected: upgrade to 1.1.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: henry.hu.sh@gmail.com

Created attachment 241133
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241133&action=edit
patch for 1.1.0

update tl-expected to 1.1.0. Changelog:

    Modify Conanfile to package expected as a header-only library in #56
    Move the error value when throwing an exception in .value rval overloads in
#62
    Syntax highlight in README in #64
    Revamp CMake to be correct and easy to understand in #69
    Fix use of std::remove_cv in static_assert in #90
    Add deduction guide to tl::unexpected in #109
    Use move construction in swap implementation in #103
    Fix warnings in test in #92
    Test on many compilers in #123
    Remove undefined behaviour in #117
    Fixed issue #129 in #131
    remove submodule directory in #138

link: https://github.com/TartanLlama/expected/releases/tag/v1.1.0

Port changes: it no longer needs tl-cmake; on the other hand, now it needs
catch2. The CMakeList.txt just fetches catch2 2.13.10 from github, so I'm doing
the same in the port, although we do have a catch2 3.3.2 port.

-- 
You are receiving this mail because:
You are the assignee for the bug.