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/fping/distinfo

Number of commits found: 19

Wednesday, 19 Aug 2020
10:58 fernape search for other commits by this committer
net/fping: update to 5.0

ChangeLog: https://github.com/schweikert/fping/blob/develop/CHANGELOG.md

PR:	248744
Submitted by:	jharris@widomaker.com (maintainer)
Original commitRevision:545310 
Wednesday, 5 Aug 2020
11:48 fernape search for other commits by this committer
net/fping: Update to 4.4

ChangeLog: https://github.com/schweikert/fping/releases/tag/v4.4

* Use official release with MASTER_SITES instead of USE_GITHUB.

PR:	248356
Submitted by:	daniel.engberg.lists@pyret.net
Reviewed by:	jharris@widomaker.com (maintainer)
Original commitRevision:544219 
Sunday, 14 Apr 2019
10:59 kai search for other commits by this committer
net/fping: Update to 4.2

While I'm here:
* Move options block a bit further down according to the PHB

Changelog:

* New option -x / --reachable to check if the number of reachable hosts is
  >= a certain number. Useful for example to implement connectivity-checks
* Allow decimal numbers for '-t', '-i', '-p', and '-Q'
* Fix build with --disable-ipv6
* Fix hang with '-6', with ipv6 kernel module, but not loaded
* Assume '-6' if the binary is named 'fping6' (this is mostly for special
  embedded-distro use cases, and not meant to be used generally in place of
  compiling IPv6-only binary or using '-6')
* Get rid of warning "timeout (-t) value larger than period (-p) produces
  unexpected results"

Also remove patch-configure.ac that no longer applies because the build with
IPv6 support for FreeBSD has been fixed with 4.1.

https://github.com/schweikert/fping/releases/tag/v4.2

PR:		236739
Submitted by:	Jason Harris (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19789
Original commitRevision:498885 
Saturday, 30 Jun 2018
08:49 fernape search for other commits by this committer
net/fping: update to 4.0

PR:	229172
Reported by:	freebsd_ports@k-worx.org
Approved by:	tcberner (mentor) jharris@widomaker.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D15970
Original commitRevision:473606 
Friday, 21 Apr 2017
07:22 miwi search for other commits by this committer
- Update to 3.16

PR:		218381
Submitted by:	citrin+pr@citrin.ru
Approved by:	maintainer
Original commitRevision:439009 
Thursday, 19 Jan 2017
20:50 jhale search for other commits by this committer
Update to 3.15

Changes:	https://raw.githubusercontent.com/schweikert/fping/master/ChangeLog
PR:		216022
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
Original commitRevision:431915 
Monday, 12 Sep 2016
13:01 woodsb02 search for other commits by this committer
net/fping: Update to 3.13

- Use new official GitHub repo, as website was down from Apr-Sept 2016
- Add USES=autoreconf as GitHub tarball only comes with configure.ac
- Add USES=gmake as manpage generation was failing with pmake

Changes this release:
  https://github.com/schweikert/fping/blob/3.13/ChangeLog

PR:		212386
Approved by:	jharris@widomaker.com (maintainer), adamw (mentor)
Original commitRevision:421922 
Monday, 12 May 2014
13:07 ak search for other commits by this committer
- Update to 3.10

PR:	ports/189476 [1]
PR:	ports/189674 [2]
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru> [1], Jason Harris
<jharris@widomaker.com> (maintainer) [2]
Original commitRevision:353817 
Friday, 28 Feb 2014
12:29 jhale search for other commits by this committer
- Update to 3.8 [1]
- Use correct LICENSE [1] (based on)
- Remove abbreviations from COMMENT [2]
- Add additional mirror to MASTER_SITES

PR:		ports/186928 [1], ports/181927 [2]
Submitted by:	G. Tpdd <gtodd@bellanet.org> [1],
		Kenta S. <kentas@hush.com> [2]
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
Original commitRevision:346496 
Sunday, 16 Jun 2013
21:52 wg search for other commits by this committer
net/fping: update to 3.5

- Update to 3.5
- Add LICENSE (GFDL)

PR:		ports/178833
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
Original commitRevision:321077 
Monday, 22 Apr 2013
15:44 ak search for other commits by this committer
- Add timestamps option (used by netperf-wrapper) [1]
- Fix fping issue with the unreachable ip in the arp cache [2]
- Convert Makefile headers to new style

PR:	ports/177368 [1]
PR:	ports/176439 [2]
Submitted by:	Lars Eggert <lars@eggert.org> [1], Alexandre RAYNAUD
<alexandre.raynaud@sallanches.fr> [2]
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
Original commitRevision:316242 
Monday, 24 Sep 2012
09:16 zeising search for other commits by this committer
Update net/fping to version 3.4 and point to the new home.
Merge IPv4 and IPv6 support into net/fping, selectable via options.
Remove the now un-needed net/fping+ipv6
Add common description for IPV4 option, analogous to the IPV6 option

PR:		ports/169949 [1], ports/169950 [2]
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> [1]
		Jason Harris <jharris@widomaker.com> [2]
		zeising (final patch version)
Approved by:	maintainer, kwm (mentor)
Original commitRevision:304773 
Sunday, 20 Mar 2011
12:54 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Thursday, 19 Jul 2007
21:37 gabor search for other commits by this committer
- Remove distinfo hashes, which are not used officially

No objection from:      ports@, maintainers
Approved by:            portmgr (pav)
Original commit
Wednesday, 20 Jul 2005
02:25 leeym search for other commits by this committer
- allow 0 retries [1]
- remove s/microsecond/millisecond/ [1]
- use PLIST_FILES, remove pkg-plist [2]
- add SHA256 hash to distinfo [2]

PR:             [1] ports/83339
                [2] ports/83757
Submitted by:   [1] Andre Albsmeier <Andre.Albsmeier@siemens.com>
                [2] Jason Harris <jharris@widomaker.com>
Original commit
Tuesday, 6 Jan 2004
09:47 pav search for other commits by this committer
Forced commit to note addition of SHA1, RMD160 and SIZE fields.

Requested by:   erwin
Original commit
Monday, 5 Jan 2004
20:06 pav search for other commits by this committer
- Give maintainership to volunteer

PR:             ports/60952
Submitted by:   Jason Harris <jharris@widomaker.com>
Original commit
Sunday, 7 Jul 2002
22:08 anders search for other commits by this committer
Update to 2.4b2.

IPv6 support gained.
Master site moved.
Add WWW URL.
Original commit
Monday, 16 Oct 2000
02:29 kris search for other commits by this committer
Chase the checksum; no changes to distfile.    
Original commit

Number of commits found: 19