Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2016 13:55:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205583] [NEW PORT] www/domoticz: Home Automation System
Message-ID:  <bug-205583-13-avanLXSPoR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205583-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205583-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205583

--- Comment #9 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
- Also, vardirs should be created by the port, not rc.script. As in

Makefile:
post-install:
    ${MKDIR} ${STAGEDIR}/var/db/domoticz ${STAGEDIR}/var/run/domoticz

pkg-plist:
@dir(domoticz,domoticz) /var/db/domoticz
@dir(domoticz,domoticz) /var/run/domoticz

- USE_SQLITE=3Dyes was deprecated by USES=3Dsqlite couple of days ago, so p=
laese
use the latter
- You don't need GH_ACCOUNT for it's the same as portname

Otherwise, looks good to me.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205583-13-avanLXSPoR>