View | Details | Raw Unified | Return to bug 227196 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	matterircd
3
PORTNAME=	matterircd
4
PORTVERSION=	0.16.7
4
PORTVERSION=	0.16.8
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	net-im irc
6
CATEGORIES=	net-im irc
7
7
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1522178987
1
TIMESTAMP = 1522656070
2
SHA256 (42wim-matterircd-v0.16.7_GH0.tar.gz) = 3f9ef394d79c36990a9fff4b809a974d6f0e401377c4fd182de46fa8aefc1ca8
2
SHA256 (42wim-matterircd-v0.16.8_GH0.tar.gz) = d6175e06001de678f4e89ec0bc34d2666dabb9fc400abf7954da39ae090b2ccf
3
SIZE (42wim-matterircd-v0.16.7_GH0.tar.gz) = 1595920
3
SIZE (42wim-matterircd-v0.16.8_GH0.tar.gz) = 1596157
(-)files/matterircd.in (-2 / +2 lines)
Lines 13-19 Link Here
13
#				Default: NO
13
#				Default: NO
14
#
14
#
15
# matterircd_conf (str)		Config file to use
15
# matterircd_conf (str)		Config file to use
16
#				Default: ${PREFIX}/etc/matterircd.toml
16
#				Default: ${PREFIX}/etc/matterircd/matterircd.toml
17
#
17
#
18
# matterircd_uid (str)		User to run matterircd as
18
# matterircd_uid (str)		User to run matterircd as
19
#				Default: matterircd
19
#				Default: matterircd
Lines 33-39 Link Here
33
: ${matterircd_enable:="NO"}
33
: ${matterircd_enable:="NO"}
34
: ${matterircd_uid:="matterircd"}
34
: ${matterircd_uid:="matterircd"}
35
: ${matterircd_flags:=""}
35
: ${matterircd_flags:=""}
36
: ${matterircd_conf:="%%PREFIX%%/etc/matterircd.toml"}
36
: ${matterircd_conf:="%%PREFIX%%/etc/matterircd/matterircd.toml"}
37
: ${matterircd_options:="${matterircd_flags} -conf=${matterircd_conf}"}
37
: ${matterircd_options:="${matterircd_flags} -conf=${matterircd_conf}"}
38
38
39
command="/usr/sbin/daemon"
39
command="/usr/sbin/daemon"

Return to bug 227196