aboutsummaryrefslogtreecommitdiff
path: root/sysutils/immortal
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/immortal: Update to 0.24.1 (nop)Tobias Kortkamp2019-12-142-9/+4
| | | | | | | | | Changes: https://github.com/immortal/immortal/releases/tag/0.24.1 PR: 242635 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=520135
* sysutils/immortal: Unbreak build on arm64Tobias Kortkamp2019-12-082-1/+6
| | | | | | | | | | | | | | | | | ./scandir.go:69:5: undefined: WatchDir ./scandir.go:72:5: undefined: WatchDir ./scandir.go:172:12: undefined: WatchFile ./scandir.go:176:11: undefined: WatchFile ./supervise.go:158:12: s.daemon.WatchPid undefined (type *Daemon has no field or method WatchPid) http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518178_s355024/logs/errors/immortal-0.24.0.log https://github.com/immortal/immortal/pull/55 PR: 242312 Notes: svn path=/head/; revision=519286
* Update sysutils/immortal to version 0.24.0.Jimmy Olgeni2019-10-282-4/+4
| | | | | | | | | PR: 241486 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=515921
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-23/+12
| | | | | | | | | | | | | | sysutils-x11) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21744 Notes: svn path=/head/; revision=513276
* sysutils/immortal: Update 0.23.0Steve Wills2019-03-082-4/+4
| | | | | | | | PR: 236387 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=495063
* sysutils/immortal: update to 0.22.0Steve Wills2018-12-262-7/+7
| | | | | | | | PR: 234092 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=488485
* Update to 0.21.0.Vanilla I. Shu2018-09-272-7/+7
| | | | | | | | PR: 231642 Submitted by: maintainer Notes: svn path=/head/; revision=480782
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* sysutils/immortal: Update 0.20.0Danilo G. Baio2018-06-072-4/+4
| | | | | | | | | | Changes: https://raw.githubusercontent.com/immortal/immortal/0.20.0/CHANGELOG.md PR: 228815 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=471956
* sysutils/immortal: update to 0.19.0Fernando Apesteguía2018-05-302-8/+7
| | | | | | | | | | PR: 228558 Submitted by: nbari@tequila.io (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15606 Notes: svn path=/head/; revision=471134
* Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.Yuri Victorovich2018-03-181-3/+3
| | | | | | | | | | | | Ports: www/fabio benchmarks/bombardier www/go-www net-mgmt/prometheus2 sysutils/immortal sysutils/docker-freebsd audio/pms-devel sysutils/consul-alerts net-mgmt/pushgateway net/nsq textproc/jid net-mgmt/alertmanager sysutils/nomad security/ssh-vault Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=464866
* sysutils/immortal: update 0.18.0Steve Wills2018-01-102-16/+16
| | | | | | | | PR: 225045 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=458667
* Update sysutils/immortal to version 0.17.0.Jimmy Olgeni2017-11-072-11/+11
| | | | | | | | PR: 223494 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=453710
* sysutils/immortal:Jimmy Olgeni2017-10-273-2/+6
| | | | | | | | | | | | | | - Initialize immortaldir_enable in startup script to avoid warnings. - Move www.yml.sample to EXAMPLESDIR so it will not be in the way of actually used files. PR: 223245 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=452970
* sysutils/immortal: Update to 0.16.0Danilo G. Baio2017-09-092-7/+7
| | | | | | | | | | | | - Added option "stderr" that allows logging only standard error output. - If using only option "log" combined standard output and standard error are used. PR: 222123 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=449511
* sysutils/immortal: Update to 0.15.0Carlos J. Puga Medina2017-08-222-10/+10
| | | | | | | | | | | | | | | | Changes from 0.14.0 to 0.15.0: - Added option timestamp when logging, if timestamp set to true it will prefix each line with the current time. In case timestamp is set to false, the stdout from the application will directly be written to the log file. - Added alias reset for halt. PR: 221158 Submitted by: Nicolas Embriz <nbari@tequila.io> (maintainer) Notes: svn path=/head/; revision=448578
* * Updated to 0.14.0Richard Gallamore2017-07-192-13/+11
| | | | | | | | | | | | | | | | * Moved USES above USE_RC_SUBR, Start section with USES, then possible USE_x[1] * Removed STRIP var, stripping is always safe. The bugs from 2010-2011 in go have long since been fixed. [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220705 Submitted by: <nbari@tequila.io> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11645 Notes: svn path=/head/; revision=446210
* Update to 0.13.3Guido Falsi2017-05-252-7/+7
| | | | | | | | PR: 219363 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=441701
* sysutils/immortal: update 0.12.0 -> 0.13.2Bartek Rutkowski2017-04-222-6/+6
| | | | | | | | PR: 218596 Submitted by: Nicolas Embriz <nbari@tequila.io> (maintainer) Notes: svn path=/head/; revision=439173
* Update to 0.12.0.Vanilla I. Shu2017-04-062-7/+7
| | | | | | | | PR: 218424 Submitted by: maintainer Notes: svn path=/head/; revision=437868
* sysutils/immortal: update 0.10.5 -> 0.11.0Bartek Rutkowski2017-03-312-4/+4
| | | | | | | | PR: 218254 Submitted by: Nicolas Embriz <nbari@tequila.io> (maintainer) Notes: svn path=/head/; revision=437372
* Update to 0.10.5.Vanilla I. Shu2017-03-302-4/+4
| | | | | | | | PR: 218219 Submitted by: maintainer Notes: svn path=/head/; revision=437270
* sysutils/immortal: update 0.10.3 -> 0.10.4Bartek Rutkowski2017-03-262-4/+4
| | | | | | | | PR: 218150 Submitted by: Nicolas Embriz <nbari@tequila.io> (maintainer) Notes: svn path=/head/; revision=437009
* sysutils/immortal: update 0.10.2 -> 0.10.3Bartek Rutkowski2017-03-262-4/+4
| | | | | | | | PR: 218120 Submitted by: <nbari@tequila.io> (maintainer) Notes: svn path=/head/; revision=436984
* Add immortal 0.10.2, unix cross-platform (OS agnostic) supervisor.Vanilla I. Shu2017-03-206-0/+129
PR: 217947 Submitted by: nbari@tequila.io Notes: svn path=/head/; revision=436539