Bug 220705

Summary: sysutils/immortal: update 0.14.0
Product: Ports & Packages Reporter: nbari
Component: Individual Port(s)Assignee: Richard Gallamore <ultima>
Status: Closed FIXED    
Severity: Affects Many People CC: ports-bugs, ultima
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://immortal.run
Attachments:
Description Flags
update immortal 0.14.0 patch none

Description nbari 2017-07-13 12:02:51 UTC
Created attachment 184327 [details]
update immortal 0.14.0 patch

Improved immortaldir so that can now restart a service that is down or halted by the user.

This helps to implement a restart by just using: immortalctl halt service
Comment 1 Brad Davis freebsd_committer freebsd_triage 2017-07-13 14:35:47 UTC
portmgr@ Doesn't need to be involved in this port update.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-07-19 18:03:16 UTC
A commit references this bug:

Author: ultima
Date: Wed Jul 19 18:02:41 UTC 2017
New revision: 446210
URL: https://svnweb.freebsd.org/changeset/ports/446210

Log:
  * Updated to 0.14.0
  * 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

Changes:
  head/sysutils/immortal/Makefile
  head/sysutils/immortal/distinfo
Comment 3 Richard Gallamore freebsd_committer freebsd_triage 2017-07-19 18:09:26 UTC
Committed, thanks!