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) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/flowgger/files

Number of commits found: 2

Thursday, 23 Jan 2020
14:03 tobik search for other commits by this committer
sysutils/flowgger: Update to 0.2.9

This also unbreaks the build with rust-nightly:
error[E0214]: parenthesized type parameters may only be used with a `Fn` trait
  -->
/wrkdirs/usr/ports/sysutils/flowgger/work/flowgger-0.2.6-28-gab572a0/cargo-crates/twox-hash-1.1.0/src/number_streams.rs:67:23
   |
67 |     fn count(self) -> usize() {
   |                       ^^^^^^^ only `Fn` traits may use parentheses
...
74 | number_stream!(U32FromBytes, u32, U32_BYTES);
   | --------------------------------------------- in this macro invocation

error[E0214]: parenthesized type parameters may only be used with a `Fn` trait
  -->
/wrkdirs/usr/ports/sysutils/flowgger/work/flowgger-0.2.6-28-gab572a0/cargo-crates/twox-hash-1.1.0/src/number_streams.rs:67:23
   |
67 |     fn count(self) -> usize() {
   |                       ^^^^^^^ only `Fn` traits may use parentheses
...
75 | number_stream!(U64FromBytes, u64, U64_BYTES);
   | --------------------------------------------- in this macro invocation

error: aborting due to 2 previous errors

- Take it back
- Upstream repo is now awslabs/flowgger
- Switch to crates.io since releases are no longer tagged on GitHub
- Update WWW
Original commitRevision:523933 
Sunday, 18 Nov 2018
20:03 jbeich search for other commits by this committer
sysutils/flowgger: unbreak with OpenSSL 1.1.1

thread 'main' panicked at '

This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL
2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now
aborting due to this version mismatch.

', cargo-crates/openssl-sys-0.9.21/build.rs:486:9

Reported by:	pkg-fallout
Original commitRevision:485257 

Number of commits found: 2