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: lang/erlang-man/distinfo

Number of commits found: 9

Monday, 13 Mar 2023
05:57 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-man: update to version 25.3

- Use GitHub for MASTER_SITES.
commit hash: faaf804b16571c303129c2f1b210a85f1cfbdbd1 commit hash: faaf804b16571c303129c2f1b210a85f1cfbdbd1 commit hash: faaf804b16571c303129c2f1b210a85f1cfbdbd1 commit hash: faaf804b16571c303129c2f1b210a85f1cfbdbd1 faaf804b
Wednesday, 1 Mar 2023
14:45 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-man: update to version 25.2
commit hash: a1cfbe079e9b30fa2b0af22d20692558419d6c8d commit hash: a1cfbe079e9b30fa2b0af22d20692558419d6c8d commit hash: a1cfbe079e9b30fa2b0af22d20692558419d6c8d commit hash: a1cfbe079e9b30fa2b0af22d20692558419d6c8d a1cfbe0
Wednesday, 18 May 2022
20:20 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-man: update to version 24.3
commit hash: fd9b45c848db6111f4e9072061fafcb3980e730e commit hash: fd9b45c848db6111f4e9072061fafcb3980e730e commit hash: fd9b45c848db6111f4e9072061fafcb3980e730e commit hash: fd9b45c848db6111f4e9072061fafcb3980e730e fd9b45c
Wednesday, 26 Jan 2022
10:54 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-man: Update to version 24.2
commit hash: 4237625e44b3b6f3818f779ff25364ea4c25e658 commit hash: 4237625e44b3b6f3818f779ff25364ea4c25e658 commit hash: 4237625e44b3b6f3818f779ff25364ea4c25e658 commit hash: 4237625e44b3b6f3818f779ff25364ea4c25e658 4237625
Friday, 1 Oct 2021
22:38 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-man: Update to version 24.1.
commit hash: 15d5d95edc2e7933bda5bb8f3b7d9ccd4fe5f6a5 commit hash: 15d5d95edc2e7933bda5bb8f3b7d9ccd4fe5f6a5 commit hash: 15d5d95edc2e7933bda5bb8f3b7d9ccd4fe5f6a5 commit hash: 15d5d95edc2e7933bda5bb8f3b7d9ccd4fe5f6a5 15d5d95
Thursday, 30 Sep 2021
22:02 Dave Cottlehuber (dch) search for other commits by this committer Author: Jimmy Olgeni
lang/erlang-man: Update to version 24.0.
commit hash: 8c7f7322a46e05ec10e5e5c0e512d8384bdf39bb commit hash: 8c7f7322a46e05ec10e5e5c0e512d8384bdf39bb commit hash: 8c7f7322a46e05ec10e5e5c0e512d8384bdf39bb commit hash: 8c7f7322a46e05ec10e5e5c0e512d8384bdf39bb 8c7f732
Thursday, 23 Jan 2020
11:59 dch search for other commits by this committer
lang/erlang*: include serious scheduler bugfixes

OTP-16371

Taking a scheduler offline could cause timers set while executing on
that scheduler to be delayed until the scheduler was put online again.
This bug was introduced in ERTS version 10.0 (OTP 21.0).

OTP-16378 | ERL-1125

The ets:update_counter/4 core dumped when given an ordered_set with
write_concurrency enabled and an invalid position.

OTP-16379

A process calling erlang:system_flag(multi_scheduling, block) could end
up blocked waiting for the operation to complete indefinitely.

Reviewed by:	olgeni
MFH:		2020Q1
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D23313
Original commitRevision:523923 
Monday, 27 May 2019
12:34 olgeni search for other commits by this committer
lang/erlang, lang/erlang-java, lang/erlang-wx: upgrade to 21.3.8.2.

- Add support for CORBA applications that were removed from recent
  releases, and enable them by default as they were before. They follow a
  separate GH_TAGNAME.

- Remove obsolete GS application.

- SMP is now enabled by default.

lang/erlang-doc, lang/erlang-man: upgrade to 21.3.

- Add missing NO_ARCH.

Differential Revision:    https://reviews.freebsd.org/D19911
Original commitRevision:502789 
Saturday, 13 Apr 2019
09:39 olgeni search for other commits by this committer
lang/erlang: split man pages into lang/erlang-man, and add the FOP/PDF options.

Erlang man pages are delivered as a separate distfile; with this commit
lang/erlang depends on the GitHub sources only. The MANPAGES option now just
adds a dependency on lang/erlang-man.

This allows man pages to be upgraded independently and cover more recent
Erlang runtimes.

The FOP option has been added to allow building the full documentation from
sources. When enabled, man pages will be built and installed based on the
latest sources. When PDF is enabled, documentation in PDF format will also be
installed. These options are disabled by default as they depend on
textprop/fop, and thus Java/X11.

On Erlang 21 the Corba applications have been moved to a separate repository
upstream, but their build still requires a full source tree, so they are not
really independent.

FOP/PDF are provided for when Corba support will be merged back after the
Erlang 21 upgrade. This will make it possible to build the documentation that
has been removed upstream and is no longer delivered in the prebuilt
documentation distfile.
Original commitRevision:498799 

Number of commits found: 9