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: sysutils/fswatch-mon/distinfo

Number of commits found: 3

Friday, 23 Nov 2018
15:11 0mp search for other commits by this committer
sysutils/fswatch-mon: Update to 1.13.0

- Update to 1.13.0
  - Changelogs:
    - https://github.com/emcrisostomo/fswatch/releases/tag/1.11.3
    - https://github.com/emcrisostomo/fswatch/releases/tag/1.12.0
    - https://github.com/emcrisostomo/fswatch/releases/tag/1.13.0
- Do not use GH_* variables as USE_GITHUB is not set
- Use DISTVERSION instead of PORTVERSION
- Set LICENSE_FILE
- Fix the order of variables
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD in post-install
- Remove trailing whitespace from pkg-descr

PR:		232556
Reviewed by:	krion, mat
Approved by:	krion (mentor), mat (mentor), maintainer (timeout)
Differential Revision:	https://reviews.freebsd.org/D17666
Original commitRevision:485673 
Wednesday, 1 Nov 2017
08:40 olivier search for other commits by this committer
Update to 1.11.2 and conditionally uses NLS

PR:		219731
Submitted by:	Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com> (maintainer)
Original commitRevision:453268 
Monday, 9 Jan 2017
22:46 feld search for other commits by this committer
fswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified. fswatch implements four
kinds of monitors:

  * A monitor based on the File System Events API of Apple OS X.
  * A monitor based on kqueue, an event notification interface introduced in
    FreeBSD 4.1 and supported on most *BSD systems (including OS X).
  * A monitor based on inotify, a Linux kernel subsystem that reports file
    system changes to applications.
  * A monitor which periodically stats the file system, saves file modification
    times in memory and manually calculates file system changes, which can work
    on any operating system where stat (2) can be used.

fswatch should build and work correctly on any system shipping either of the
aforementioned APIs.

WWW: https://github.com/emcrisostomo/fswatch

PR:		200552
Submitted by:	Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
Original commitRevision:431040 

Number of commits found: 3