Bug 221158

Summary: sysutils/immortal: Update 0.15.0
Product: Ports & Packages Reporter: nbari
Component: Individual Port(s)Assignee: Carlos J. Puga Medina <cpm>
Status: Closed FIXED    
Severity: Affects Only Me CC: cpm
Priority: --- Keywords: patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://immortal.run
Attachments:
Description Flags
update immortal 0.15.0 patch none

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!