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

Number of commits found: 3

Tuesday, 23 Oct 2018
17:23 0mp search for other commits by this committer
security/fswatch: Take maintainership & clean up

- Take maintainership
- Remove now empty files/
- Do not use SUB_FILES for pkg-message as there is nothing to substitute
- Set LICENSE and LICENSE_FILE
- Sort variables
- Do not set WRKSRC as it is not necessary
- Reword pkg-message
- Use @sample for a sample configuration file and bump port revision

Reviewed by:	krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17669
Original commitRevision:482848 
Sunday, 3 Jul 2011
14:03 ohauer search for other commits by this committer
-remove MD5
Original commit
Tuesday, 25 Apr 2006
01:55 jmelo search for other commits by this committer
- New port:
fswatch is a utility to guard changes in a file system. fswatch is composed
of three simple programs: fswbuild, fswcmp, fswshow. fswbuild builds file
system information database. fswcmp compairs two database files and returns
what changes a in file system have been introduced. fswshow shows contents of
database file. a file information database is platform independend.

fswatch can collect the following information about files (and directories):
inode, links, uid, gid, mode, size, flags, ctime, checksum (sha1) ; and can
show which files were added, deleted or changed.

PR:             ports/95973
Submitted by:   dominik karczmarski <dominik@karczmarski.com> (maintainer)
Reworked by:    jmelo
Approved by:    mnag (mentor)
Original commit

Number of commits found: 3