Bug 280381 (cmake-3.30.1) - [exp-run] devel/cmake: Update to 3.30.1
Summary: [exp-run] devel/cmake: Update to 3.30.1
Status: Closed FIXED
Alias: cmake-3.30.1
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL: https://people.freebsd.org/~jhale/pat...
Keywords:
Depends on: 280449
Blocks:
  Show dependency treegraph
 
Reported: 2024-07-20 06:03 UTC by Jason E. Hale
Modified: 2024-08-07 07:27 UTC (History)
1 user (show)

See Also:
jhale: exp-run+


Attachments
v1 (32.17 KB, patch)
2024-07-20 06:03 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale freebsd_committer freebsd_triage 2024-07-20 06:03:47 UTC
Created attachment 252188 [details]
v1

Moin moin!

kde@ would like to ask for an exp-run to update devel/cmake and friends to 3.30.1.

Patch is attached and can also be found here: https://people.freebsd.org/~jhale/patches/0001-devel-cmake-Update-to-3.30.1.patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-06 16:43:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c41945beec57c14cab81a426aeb7c949bc0b275

commit 5c41945beec57c14cab81a426aeb7c949bc0b275
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-07-25 21:49:11 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-08-06 16:43:02 +0000

    devel/google-cloud-cpp: Update to 2.27.0

    Disable the mocking libraries, which require devel/googletest. This could
    be a future optional feature, but not deemed needed at this time since
    this is currently a leaf port. As mentioned in the release notes, not
    linking the mocking libraries to GoogleTest was a bug that manifested
    itself with CMake >= 3.30.0 [1].

    Fix pkgconfig paths.

    https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.27.0

    PR:             280381 [1], 280449
    Approved by:    portmgr (tcberner)

 devel/google-cloud-cpp/Makefile  |  14 +-
 devel/google-cloud-cpp/distinfo  |  10 +-
 devel/google-cloud-cpp/pkg-plist | 686 ++++++++++++++++-----------------------
 3 files changed, 291 insertions(+), 419 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-08-06 16:43:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbb737b613387a77d61325b3a7c1f679c9dccfdd

commit fbb737b613387a77d61325b3a7c1f679c9dccfdd
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-07-20 05:45:32 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-08-06 16:43:02 +0000

    devel/cmake*: Update to 3.30.1

    Announcements:
    https://www.kitware.com/cmake-3-30-0-available-for-download/
    https://www.kitware.com/cmake-3-30-1-available-for-download/

    Release notes:
    https://cmake.org/cmake/help/latest/release/3.30.html

    PR:             280381
    Exp-run by:     antoine

 Mk/Uses/cmake.mk           |  2 +-
 devel/cmake-core/distinfo  |  6 ++---
 devel/cmake-core/pkg-plist | 43 +++++++++++++++++++++++++++++--
 devel/cmake-doc/pkg-plist  | 64 ++++++++++++++++++++++++++++++++++++++++++++++
 devel/cmake-gui/Makefile   |  2 +-
 5 files changed, 110 insertions(+), 7 deletions(-)
Comment 4 Jason E. Hale freebsd_committer freebsd_triage 2024-08-07 07:27:10 UTC
Thanks for the exp-run, Antoine!