From owner-svn-ports-head@freebsd.org Wed Apr 18 19:53:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29398FA5E0E; Wed, 18 Apr 2018 19:53:09 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC2186B38B; Wed, 18 Apr 2018 19:53:08 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC30B1F758; Wed, 18 Apr 2018 19:53:08 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3IJr8J9072109; Wed, 18 Apr 2018 19:53:08 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3IJr8vR072107; Wed, 18 Apr 2018 19:53:08 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <201804181953.w3IJr8vR072107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Wed, 18 Apr 2018 19:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467732 - head/misc/openhab2 X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: head/misc/openhab2 X-SVN-Commit-Revision: 467732 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2018 19:53:09 -0000 Author: netchild Date: Wed Apr 18 19:53:08 2018 New Revision: 467732 URL: https://svnweb.freebsd.org/changeset/ports/467732 Log: Fix plist in terms of owner for ETCDIR (@dir needs to added explicitely). Owner for ETCDIR is needed as the server wants to write to ETCDIR when installing add-ons. Modified: head/misc/openhab2/Makefile head/misc/openhab2/pkg-plist Modified: head/misc/openhab2/Makefile ============================================================================== --- head/misc/openhab2/Makefile Wed Apr 18 19:50:51 2018 (r467731) +++ head/misc/openhab2/Makefile Wed Apr 18 19:53:08 2018 (r467732) @@ -3,7 +3,7 @@ PORTNAME= openhab2 PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc java MASTER_SITES= https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} Modified: head/misc/openhab2/pkg-plist ============================================================================== --- head/misc/openhab2/pkg-plist Wed Apr 18 19:50:51 2018 (r467731) +++ head/misc/openhab2/pkg-plist Wed Apr 18 19:53:08 2018 (r467732) @@ -403,22 +403,35 @@ libexec/openhab2/start_debug.sh @sample share/openhab2/etc/users.properties /var/db/openhab2/userdata/etc/users.properties @sample share/openhab2/etc/version.properties /var/db/openhab2/userdata/etc/version.properties @sample share/openhab2/tmp/README /var/db/openhab2/userdata/etc/README -@sample %%ETCDIR%%/html/index.html.sample +@dir %%ETCDIR%% +@dir %%ETCDIR%%/html +@dir %%ETCDIR%%/icons +@dir %%ETCDIR%%/icons/classic +@dir %%ETCDIR%%/items +@dir %%ETCDIR%%/persistence +@dir %%ETCDIR%%/rules +@dir %%ETCDIR%%/scripts +@dir %%ETCDIR%%/services +@dir %%ETCDIR%%/sitemaps +@dir %%ETCDIR%%/sounds +@dir %%ETCDIR%%/things +@dir %%ETCDIR%%/transform +@sample(openhab,openhab,640) %%ETCDIR%%/html/index.html.sample %%ETCDIR%%/html/readme.txt %%ETCDIR%%/icons/classic/readme.txt %%ETCDIR%%/items/readme.txt %%ETCDIR%%/persistence/readme.txt %%ETCDIR%%/rules/readme.txt %%ETCDIR%%/scripts/readme.txt -@sample %%ETCDIR%%/services/addons.cfg.sample +@sample(openhab,openhab,640) %%ETCDIR%%/services/addons.cfg.sample %%ETCDIR%%/services/readme.txt -@sample %%ETCDIR%%/services/runtime.cfg.sample +@sample(openhab,openhab,640) %%ETCDIR%%/services/runtime.cfg.sample %%ETCDIR%%/sitemaps/readme.txt %%ETCDIR%%/sounds/barking.mp3 %%ETCDIR%%/sounds/doorbell.mp3 %%ETCDIR%%/things/readme.txt -@sample %%ETCDIR%%/transform/de.map.sample -@sample %%ETCDIR%%/transform/en.map.sample +@sample(openhab,openhab,640) %%ETCDIR%%/transform/de.map.sample +@sample(openhab,openhab,640) %%ETCDIR%%/transform/en.map.sample %%ETCDIR%%/transform/readme.txt @dir /var/run/openhab2 @dir /var/db/openhab2/home