diff --git www/h2o/Makefile www/h2o/Makefile index 7932396..f5cb40a 100644 --- www/h2o/Makefile +++ www/h2o/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= h2o -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 1.0.1 +PORTREVISION= 0 CATEGORIES= www MAINTAINER= dch@skunkwerks.at @@ -15,8 +15,8 @@ LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml USE_GITHUB= yes GH_ACCOUNT= h2o -GH_TAGNAME= v0.9.2 -GH_COMMIT= 5e20cff +GH_TAGNAME= v1.0.1 +GH_COMMIT= c28f39e MAKE_JOBS_UNSAFE= yes USES= cmake:outsource diff --git www/h2o/distinfo www/h2o/distinfo index e4a7a08..3dff7a1 100644 --- www/h2o/distinfo +++ www/h2o/distinfo @@ -1,2 +1,2 @@ -SHA256 (h2o-0.9.2.tar.gz) = c7d50856231b10bb7662356842283a99b5505f983765ea3c6c347daff6302a9f -SIZE (h2o-0.9.2.tar.gz) = 775547 +SHA256 (h2o-1.0.1.tar.gz) = 44d8142482d0bd2a0a3ce904dafeb365c295883de263ed76891e9e264ca3669e +SIZE (h2o-1.0.1.tar.gz) = 782916 diff --git www/h2o/files/h2o.in www/h2o/files/h2o.in index b9e37b0..4631f28 100644 --- www/h2o/files/h2o.in +++ www/h2o/files/h2o.in @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: head/www/h2o/files/h2o.in $ # # PROVIDE: h2o @@ -15,7 +15,6 @@ # # h2o_config (string): Optional full path for h2o config file # h2o_user (user): Set to h2o by default. -# h2o_group (group): Set to h2o by default. . /etc/rc.subr @@ -25,7 +24,6 @@ rcvar=h2o_enable # defaults : ${h2o_enable:="NO"} : ${h2o_user:="%%H2O_USER%%"} -: ${h2o_group:="%%H2O_GROUP%%"} : ${h2o_config:="%%PREFIX%%/etc/${name}/${name}.conf"} : ${h2o_options:=" --conf ${h2o_config}"}