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: net/py-dugong/distinfo

Number of commits found: 3

Thursday, 24 Sep 2020
03:02 wen search for other commits by this committer
- Update to 3.7.5
- Update WWW

PR:		249215
Submitted by:	gspurki@gmail.com
Approved by:	maintainer(timeout, > 14 days)
Original commitRevision:549883 
Saturday, 18 Aug 2018
03:05 wen search for other commits by this committer
- Update to 3.7.3

PR:		230317
Submitted by:	ndowens@yahoo.com
Approved by:	maintainer(timeout, > 14 days)
Original commitRevision:477472 
Tuesday, 22 Dec 2015
15:31 miwi search for other commits by this committer
The Python Dugong module provides an API for communicating with HTTP 1.1
servers. It is an alternative to the standard library's http.client (formerly
httplib) module. In contrast to http.client, Dugong:

* allows you to send multiple requests right after each other without having to
  read the responses first.
* supports waiting for 100-continue before sending the request body.
* raises an exception instead of silently delivering partial data if the
  connection is closed before all data has been received.
* raises one specific exception (ConnectionClosed) if the connection has been
  closed (while http.client connection may raise any of BrokenPipeError,
  BadStatusLine, ConnectionAbortedError, ConnectionResetError, IncompleteRead
  or simply return '' on read)
* supports non-blocking, asynchronous operation and is compatible with the
  asyncio module.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:404243 

Number of commits found: 3