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: math/superlu-dist/Makefile

Number of commits found: 10

Monday, 1 Jan 2024
11:49 Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0

PR:		275860
commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd f2489ab
Sunday, 10 Dec 2023
10:23 Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2
commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9 commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9 commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9 commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9 843da99
Sunday, 19 Nov 2023
09:36 Yuri Victorovich (yuri) search for other commits by this committer
math/superlu-dist: update 8.2.0 → 8.2.1

Reported by:	portscout
commit hash: 0fc5b83e1fd90181718fc46ce36f0f45df08c15e commit hash: 0fc5b83e1fd90181718fc46ce36f0f45df08c15e commit hash: 0fc5b83e1fd90181718fc46ce36f0f45df08c15e commit hash: 0fc5b83e1fd90181718fc46ce36f0f45df08c15e 0fc5b83
Saturday, 11 Nov 2023
11:38 Yuri Victorovich (yuri) search for other commits by this committer
math/superlu-dist: update 8.1.2 → 8.2.0

Reported by:	portscout
commit hash: 8f84f2f5b28a5f6399e15501b97a1aa45a2ae939 commit hash: 8f84f2f5b28a5f6399e15501b97a1aa45a2ae939 commit hash: 8f84f2f5b28a5f6399e15501b97a1aa45a2ae939 commit hash: 8f84f2f5b28a5f6399e15501b97a1aa45a2ae939 8f84f2f
Saturday, 28 Oct 2023
19:06 Yuri Victorovich (yuri) search for other commits by this committer
math/superlu-dist: Remove Gotoblas

PR:		274110
Requested by:	thierry@
commit hash: de380458ac0bb0c60826d53a53509f1a8d9ff1f1 commit hash: de380458ac0bb0c60826d53a53509f1a8d9ff1f1 commit hash: de380458ac0bb0c60826d53a53509f1a8d9ff1f1 commit hash: de380458ac0bb0c60826d53a53509f1a8d9ff1f1 de380458
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Sunday, 13 Nov 2022
23:12 Yuri Victorovich (yuri) search for other commits by this committer
math/superlu-dist: Update 8.1.1 -> 8.1.2

Reported by:	portscout
commit hash: 95e12ec45cb884936dc6f0a2de37fa832700b576 commit hash: 95e12ec45cb884936dc6f0a2de37fa832700b576 commit hash: 95e12ec45cb884936dc6f0a2de37fa832700b576 commit hash: 95e12ec45cb884936dc6f0a2de37fa832700b576 95e12ec
Friday, 7 Oct 2022
22:33 Yuri Victorovich (yuri) search for other commits by this committer
math/superlu-dist: Update 8.1.0 -> 8.1.1

Reported by:	portscout
commit hash: 88d29be04574ebf2711fd2aac75bd4be81c3d271 commit hash: 88d29be04574ebf2711fd2aac75bd4be81c3d271 commit hash: 88d29be04574ebf2711fd2aac75bd4be81c3d271 commit hash: 88d29be04574ebf2711fd2aac75bd4be81c3d271 88d29be
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
Saturday, 27 Aug 2022
07:37 Yuri Victorovich (yuri) search for other commits by this committer
math/superlu-dist: New port: Distributed memory, MPI based SuperLU
commit hash: c2fa0cfe17101f613e90b97b9384f0a7537cd281 commit hash: c2fa0cfe17101f613e90b97b9384f0a7537cd281 commit hash: c2fa0cfe17101f613e90b97b9384f0a7537cd281 commit hash: c2fa0cfe17101f613e90b97b9384f0a7537cd281 c2fa0cf

Number of commits found: 10