notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/Scripts/cargo-crates-git-configure.awk

Number of commits found: 2

Sunday, 8 Oct 2023
16:41 Mikael Urankar (mikael) search for other commits by this committer
Mk/Scripts/cargo-crates-git-configure.awk: Generate the patch.crates-io section
after parsing all the Cargo.toml files

If we have multiple Cargo.toml files with the same crates in the
[patch.crates-io] section we will end up with crates defined mutiple
times and cargo will refuse to proceed.
Write this section after parsing all the Cargo.toml files.

PR:		273280
Reviewed by:	tobik
commit hash: 8fae936cf5a65db050d6b0950a912a4f028e34d8 commit hash: 8fae936cf5a65db050d6b0950a912a4f028e34d8 commit hash: 8fae936cf5a65db050d6b0950a912a4f028e34d8 commit hash: 8fae936cf5a65db050d6b0950a912a4f028e34d8 8fae936
Monday, 25 Oct 2021
08:49 Tobias Kortkamp (tobik) search for other commits by this committer
Uses/cargo: Rework git source support based on patch-in-config sections

Git sources from `Cargo.lock` are added to `CARGO_CRATES` through
the normal mechanism of `make cargo-crates` by the porter.  They
are used to populate `MASTER_SITES`, `DISTFILES` with static
git-archive(1) tarballs a la `USE_GITHUB`, `USE_GITLAB`.  In the
configure phase we generate `[patch]` sections in the config file
which will cause `cargo update` to auto-update `Cargo.lock` to point
to the appropriate extraction directories.

Normally `cargo update` would connect to the network to update all
Git sources but since rust-1.55.0 our cargo has been patched to
skip this when `CARGO_FREEBSD_PORTS_SKIP_GIT_UPDATE` is set in the
environment.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: 2bad8d171afe848ac88585270964342a55d504ce commit hash: 2bad8d171afe848ac88585270964342a55d504ce commit hash: 2bad8d171afe848ac88585270964342a55d504ce commit hash: 2bad8d171afe848ac88585270964342a55d504ce 2bad8d1

Number of commits found: 2