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: devel/criterion/Makefile

Number of commits found: 11

Monday, 13 Nov 2023
13:10 Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump all ports depending on libgit2 for 1.7.1 upgrade
commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad 1bb0876
Friday, 8 Sep 2023
13:50 Matthias Fechner (mfechner) search for other commits by this committer
Bump ports with dependency to libgit2

See f11ed41604723ab3c75c6a108850858b7efd4f10
commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 482248a
Wednesday, 26 Jul 2023
00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 95274bf
Thursday, 20 Jul 2023
17:42 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/criterion: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 05706f90a8f196ba6a92886c6f2bd5e2a3192dc9 commit hash: 05706f90a8f196ba6a92886c6f2bd5e2a3192dc9 commit hash: 05706f90a8f196ba6a92886c6f2bd5e2a3192dc9 commit hash: 05706f90a8f196ba6a92886c6f2bd5e2a3192dc9 05706f9
Monday, 5 Jun 2023
16:05 Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: Update 2.4.1-13 → 2.4.2

Reported by:	portscout
commit hash: 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9 commit hash: 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9 commit hash: 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9 commit hash: 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9 52bf11c
Sunday, 12 Mar 2023
09:02 Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: Update 2.4.1 → 2.4.1-13

This updates unbreaks criterion: the previous version was broken with
the previous revision of nanopb.
commit hash: 8cb13effe152bc58e0ba52e162482d742b3ed603 commit hash: 8cb13effe152bc58e0ba52e162482d742b3ed603 commit hash: 8cb13effe152bc58e0ba52e162482d742b3ed603 commit hash: 8cb13effe152bc58e0ba52e162482d742b3ed603 8cb13ef
Friday, 9 Sep 2022
21:02 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Update path set in BUILD_DEPENDS for CMake in more ports

Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b e2438a8
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 3 Jul 2022
22:30 Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: Add tests; Remove unnecessary compile flags
commit hash: 8891b1d70c016f64aaf53b352f11ed61dcc89cc7 commit hash: 8891b1d70c016f64aaf53b352f11ed61dcc89cc7 commit hash: 8891b1d70c016f64aaf53b352f11ed61dcc89cc7 commit hash: 8891b1d70c016f64aaf53b352f11ed61dcc89cc7 8891b1d
19:51 Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: Small corrections
commit hash: 3d9c7d7e8ad201cf4dd05a4132531317df6f9805 commit hash: 3d9c7d7e8ad201cf4dd05a4132531317df6f9805 commit hash: 3d9c7d7e8ad201cf4dd05a4132531317df6f9805 commit hash: 3d9c7d7e8ad201cf4dd05a4132531317df6f9805 3d9c7d7
18:47 Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: New port: C and C++ unit testing framework for the 21st century

This KISS-compliant library makes testsuites as simple as possible.
commit hash: c32decee33ce9db095fb2b77e4ece07c5ec50f59 commit hash: c32decee33ce9db095fb2b77e4ece07c5ec50f59 commit hash: c32decee33ce9db095fb2b77e4ece07c5ec50f59 commit hash: c32decee33ce9db095fb2b77e4ece07c5ec50f59 c32dece

Number of commits found: 11