aboutsummaryrefslogtreecommitdiff
path: root/net/ssmping
Commit message (Collapse)AuthorAgeFilesLines
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-7/+1
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* Support stagingEmanuel Haupt2014-02-241-16/+8
| | | | Notes: svn path=/head/; revision=345864
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Fix check for FreeBSD 7.x. The current check ended up ignoring 8.x asRaphael Kubo da Costa2013-01-161-7/+3
| | | | | | | | | | | | well. [1] - Trim Makefile headers. - Reword the IGNORE message a little. PR: ports/174080 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=310527
* Fix OSVERSION check and remove consideration for <7 (bogus anyway)Chris Rees2012-05-271-1/+1
| | | | | | | | | PR: ports/168279 Submitted by: crees Approved by: dikshie@lapi.itb.ac.id (maintainer) Notes: svn path=/head/; revision=297534
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Unbreak for 6X and 8XMartin Wilke2010-08-091-2/+3
| | | | | | | | PR: 149417 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=258978
* - Mark IGNORE'd on 7.X and upPav Lucistnik2009-09-231-1/+7
| | | | | | | | | PR: ports/137157 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241952
* - Update to 0.9.1Martin Wilke2009-07-262-4/+4
| | | | | | | | PR: 136901 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=238385
* ssmping is a tool for checking whether a host can receive SSM fromMartin Wilke2006-08-254-0/+75
another. If a host runst ssmpingd, users on other hosts can check that they receive from this host by running the ssmping tool. asmping is similar to ssmping, but checks for ASM rather than SSM. WWW: http://www.venaas.no/multicast/ssmping/ PR: ports/102322 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Approved by: krion (mentor) Notes: svn path=/head/; revision=171404