Bug 207093

Summary: www/h2o: add SIGHUP support & bump PORTVERSION to 1.7.0_1
Product: Ports & Packages Reporter: Dave Cottlehuber <dch>
Component: Individual Port(s)Assignee: Raphael Kubo da Costa <rakuco>
Status: Closed FIXED    
Severity: Affects Only Me CC: rakuco
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
v1 patch dch: maintainer-approval+

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!