Page MenuHomeFreeBSD

devel/cargo-generate: Update to 0.5.3
ClosedPublic

Authored by lcook on Feb 17 2021, 3:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 5:40 AM
Unknown Object (File)
Mar 14 2024, 5:40 AM
Unknown Object (File)
Mar 14 2024, 5:40 AM
Unknown Object (File)
Mar 14 2024, 5:32 AM
Unknown Object (File)
Jan 14 2024, 3:11 PM
Unknown Object (File)
Dec 23 2023, 3:37 AM
Unknown Object (File)
Dec 20 2023, 4:32 AM
Unknown Object (File)
Dec 1 2023, 7:16 PM
Subscribers

Details

Summary
  • While here include patch that fixes builds in the latest branch. The issue is not present in quarterly and does not require an MFH. We can safely remove the patch once devel/libgit2 has been updated to 1.1.0.

Changes: https://github.com/cargo-generate/cargo-generate/releases/tag/v0.5.3

QA:

  • portlint: OK (looks fine).
  • testport: OK (poudriere: 12.2-RELEASE-p3, amd64/i386).

MFH: No (Previous release(s) includes feature changes).

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lcook requested review of this revision.Feb 17 2021, 3:54 PM
devel/cargo-generate/files/patch-cargo-crates_libgit2-sys-0.12.18+1.1.0_build.rs
14 ↗(On Diff #84089)

^ so did upstream mis-type the version constraint here? If not, there is no feature used from the never version which is not available in the old one?

devel/cargo-generate/files/patch-cargo-crates_libgit2-sys-0.12.18+1.1.0_build.rs
14 ↗(On Diff #84089)

Because devel/libgit2 doesn't meet the minimal version requirement hard-coded here, this would cause the build to fail (note the build error that it can't find the library). Otherwise, there's no incompatibility between the versions.

This revision is now accepted and ready to land.Feb 17 2021, 4:18 PM
This revision was automatically updated to reflect the committed changes.