Bug 207093 - www/h2o: add SIGHUP support & bump PORTVERSION to 1.7.0_1
Summary: www/h2o: add SIGHUP support & bump PORTVERSION to 1.7.0_1
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: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-10 23:06 UTC by Dave Cottlehuber
Modified: 2016-02-12 20:27 UTC (History)
1 user (show)

See Also:


Attachments
v1 patch (964 bytes, patch)
2016-02-10 23:06 UTC, Dave Cottlehuber
dch: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Cottlehuber freebsd_committer freebsd_triage 2016-02-10 23:06:32 UTC
Created attachment 166858 [details]
v1 patch

A user asked for SIGHUP support for the daemon so here it is.

# change log

www/h2o: support soft reloading of config via `sudo service h2o reload`


# checks

- poudriere      OK (10.2 amd64)
- portlint -AC   OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-12 20:23:05 UTC
A commit references this bug:

Author: rakuco
Date: Fri Feb 12 20:22:15 UTC 2016
New revision: 408753
URL: https://svnweb.freebsd.org/changeset/ports/408753

Log:
  Add SIGHUP support.

  Support soft reloading of config via `sudo service h2o reload`.

  PR:		207093
  Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)

Changes:
  head/www/h2o/Makefile
  head/www/h2o/files/h2o.in
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-12 20:25:55 UTC
Committed, thanks!