Bug 221158 - sysutils/immortal: Update 0.15.0
Summary: sysutils/immortal: Update 0.15.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Carlos J. Puga Medina
URL: https://immortal.run
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2017-08-01 20:30 UTC by nbari
Modified: 2017-08-22 20:10 UTC (History)
1 user (show)

See Also:


Attachments
update immortal 0.15.0 patch (2.83 KB, patch)
2017-08-01 20:30 UTC, nbari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nbari 2017-08-01 20:30:49 UTC
Created attachment 184927 [details]
update immortal 0.15.0 patch

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
Comment 1 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-08-22 20:03:06 UTC
- portlint -ac looks fine.
- poudriere testport builds fine on 10.3/i386, 10.3/amd64, 11.0/i386, 11.0/amd64, 12.0/i386 and 12.0/amd64.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-08-22 20:09:24 UTC
A commit references this bug:

Author: cpm
Date: Tue Aug 22 20:09:01 UTC 2017
New revision: 448578
URL: https://svnweb.freebsd.org/changeset/ports/448578

Log:
  sysutils/immortal: Update to 0.15.0

  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)

Changes:
  head/sysutils/immortal/Makefile
  head/sysutils/immortal/distinfo
Comment 3 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-08-22 20:10:12 UTC
Committed, thanks!