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: shells/scponly/files/patch-helper.c

Number of commits found: 7

Wednesday, 13 Mar 2019
15:04 garga search for other commits by this committer
shells/scponly: fix segfault on FreeBSD 11

Patch introduced in r493861 to fix segfault on FreeBSD 12+ broke it on
FreeBSD 11.  This new version fixes it on both versions.

While here, pet portlint a bit moving USES to proper place and removing
RUN_DEPENDS := BUILD_DEPENDS adding individual run depends where it's
necessary.

PR:		235810
Submitted by:	Stewart Morgan <stewart.morgan@gmail.com>
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:495579 
Monday, 25 Feb 2019
13:37 garga search for other commits by this committer
shells/scponly: fix segfault on FreeBSD 12 and newer

On FreeBSD 12+ basename(3) writes to its argument, which in scponly isn't a
writable string, so it segfaults.  This patch works around it.

PR:		235810
Submitted by:	fullermd@over-yonder.net
Original commitRevision:493861 
Saturday, 18 Jun 2011
17:24 ohauer search for other commits by this committer
 -Add both versions of each configure flag (--enable-x/--disable-x) for safety
 -Update to May 26, 2011 snapshot:
    Add support for OpenSSH's sftp-server umask option.
    Remove inline references to satisify certain compilers
    Remove the now unnecessary sftp-logging compatibility mode.
    When getopt_long is not available, like on AIX, use bundled NetBSD
        getopt_long.
    Update the SECURITY document to include a reference to /etc/popt and \
        ~/.popt as they relate to rsync.
    Fix for rsync-3.0 which now uses a short -e option, with an optional
        argument as a server side option indicating protocol compatibility.
    Fix scponly crash on Solaris
    Fix detection and inclusion of getopt on certain platforms
    Document risks associated with popt reading /etc/popt and ~/.popt
    Document getopt requirement (when certain configure options are enabled)
 - cleanup redundant BUILD_DEPENDS+=  [1]

PR:             ports/157804
Submitted by:   Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer), ohauer 
[1]
Approved by:    maintainer
Original commit
Tuesday, 7 Dec 2010
21:46 ohauer search for other commits by this committer
 - Fix support for rsync 3.0

 Rsync 3 needs the "-e" option, which is blocked without this patch by scponly

 Patch pulled from upstream CVS, which states a full release will come soon:
 http://lists.ccs.neu.edu/pipermail/scponly/2010-November/002170.html

 Reported by: Frank Bartels <knarf _at_ knarf.de>

PR:             152869
Submitted by:   Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer)
Original commit
Friday, 15 Jan 2010
02:44 pgollucci search for other commits by this committer
- Fix rc.d script for chroot functionality (thanks to Doug Barton for help with
this)
- Switch an empty #elif to #else to please GCC 4.4
- Submitter is now MAINTAINER

PR:             ports/142764
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Original commit
Thursday, 3 Apr 2008
14:14 pav search for other commits by this committer
- Update to 4.8

PR:             ports/121651
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:    maintainer timeout (rushani; 3 weeks)
Original commit
Sunday, 6 Aug 2006
17:38 arved search for other commits by this committer
Unbreak rsync comatibility when long opts ("--server", "--sender"
and "--delete" in this case) specified.

PR:             96295
Suggested by:   ueda _at_ drweb dot jp
Obtained from: 
https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html
Approved by:    rushani (maintainer)
Original commit

Number of commits found: 7