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/rsync/files/rsyncd.conf.sample

Number of commits found: 2

Monday, 14 Apr 2014
17:20 ehaupt search for other commits by this committer
- Turn file system flags support patch option on by default. FreeBSD has had
  flags since the very beginning, and they are actively used in the base
  system. A standard install includes 27 files and one directory with the schg
  flag set. Thus, rsync, out of the box, is incapable of making or restoring
  an accurate backup of a FreeBSD system.

- Move configuration directory from %%PREFIX%%/etc to %%ETCDIR%% and provide
  a start_precmd() rc.d function to migrate %%PREFIX%%/etc/rsyncd.conf to
  %%ETCDIR%%/rsyncd.conf if found and create a symlink. The reason behind this
  change is that rsyncd in a typical setup will end up with more than one
  configuration file (eg. rsyncd.secrets).

- Use new @sample pkg-plist macro

- Bump PORTREVISION

Discussed with: des
Original commitRevision:351269 
Monday, 3 Mar 2003
19:37 obraun search for other commits by this committer
* Add rsyncd.conf.sample and rsyncd.sh.sample.

  PR:           ports/48883
  Submitted by: Morettoni Luca <luca@morettoni.net>

* Add patch for -current submitted by ume@

  Quote from ume@'s mail:

  It seems the daemon mode of rsync depends on an IPv4-mapped IPv6 address.
  Since an IPv4-mapped IPv6 address is off by default on 5-CURRENT, rsync
  doesn't listen on IPv4.  Further, rsync has a bug that it always listen on
  1st entry's address of the result of getaddrinfo() call.  With this patch,
  rsync listen on both an IPv4 and an IPv6.

* Make pkg-plist respect PORTDOCS.
Original commit

Number of commits found: 2