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-p2p/mktorrent/files

Number of commits found: 3

Thursday, 7 Sep 2017
15:19 naddy search for other commits by this committer
Restore the maximum piece size of 2^30 introduced in r435987.

PR:		221717
Reported by:	Anton Sayetsky
Original commitRevision:449403 
Wednesday, 6 Sep 2017
19:10 naddy search for other commits by this committer
* Update to v1.1.
* Reset MAINTAINER.

PR:		221717
Submitted by:	Johannes Jost Meixner
Approved by:	former maintainer
Original commitRevision:449357 
Sunday, 12 Mar 2017
13:35 danfe search for other commits by this committer
net-p2p/mktorrent: increase max piece size and make tracker optional

Optimal piece count is ~1500. mktorrent allows up to 2^28 currently, thus
providing ability to create torrents for 375 GiB of data with optimal piece
count. Increase maximum piece size to 2^30 thus allowing torrents for 1.5
TiB of data (again, with optimal piece count).

mktorrent currently can't create torrents without announce URL. Since DHT
works perfectly well nowadays, this limitation doesn't make much sense.
Change to require tracker only when creating private torrent (i.e. DHT,
PEX, etc. disabled).

While here: define LICENSE (GPLv2+), make options actually work, remove
redundant THREADS_DESC, and clean up Makefile a bit.

PR:		210374
Submitted by:	Anton Sayetsky
Approved by:	maintainer timeout
Original commitRevision:435987 

Number of commits found: 3