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/rubygem-retryable/distinfo

Number of commits found: 11

Wednesday, 13 Nov 2019
23:39 sunpoet search for other commits by this committer
Update to 3.0.5

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
Original commitRevision:517498 
Thursday, 21 Feb 2019
16:10 sunpoet search for other commits by this committer
Update to 3.0.4

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
Original commitRevision:493514 
Sunday, 11 Nov 2018
18:21 sunpoet search for other commits by this committer
Update to 3.0.3

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
Original commitRevision:484729 
Monday, 3 Sep 2018
19:04 sunpoet search for other commits by this committer
Update to 3.0.2

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
Original commitRevision:478903 
Wednesday, 11 Apr 2018
19:38 sunpoet search for other commits by this committer
Update to 3.0.1

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
		https://github.com/nfedyashev/retryable/commits/master
Original commitRevision:467087 
Wednesday, 10 Jan 2018
06:40 sunpoet search for other commits by this committer
Update to 3.0.0

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
Original commitRevision:458599 
Saturday, 3 Dec 2016
19:31 sunpoet search for other commits by this committer
- Update to 2.0.4

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
Original commitRevision:427678 
Friday, 6 Nov 2015
10:16 sunpoet search for other commits by this committer
- Update to 2.0.3
- Add LICENSE_FILE

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
Original commitRevision:400911 
Sunday, 16 Aug 2015
02:22 sunpoet search for other commits by this committer
- Update to 2.0.2

Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
Original commitRevision:394367 
Wednesday, 18 Feb 2015
16:20 sunpoet search for other commits by this committer
- Update to 2.0.1

Changes:	https://github.com/carlo/retryable/commits/master
Original commitRevision:379247 
Monday, 5 Jan 2015
17:35 sunpoet search for other commits by this committer
- Add rubygem-retryable 2.0.0

Retryable uns a code block, and retries it when an exception occurs. It's great
when working with flakey webservices (for example).

It's configured using four optional parameters :tries, :on, :sleep, :matching,
:ensure, :exception_cb and runs the passed block. Should an exception occur,
it'll retry for (n-1) times.

Should the number of retries be reached without success, the last exception will
be raised.

WWW: https://github.com/nfedyashev/retryable
RG:  https://rubygems.org/gems/retryable
Original commitRevision:376316 

Number of commits found: 11