From owner-svn-ports-all@freebsd.org Thu Apr 2 11:03:07 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7E842A5112; Thu, 2 Apr 2020 11:03:06 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48tKt13krwz3Qsq; Thu, 2 Apr 2020 11:03:05 +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 13674FC8E; Thu, 2 Apr 2020 11:02:57 +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 032B2uOo000873; Thu, 2 Apr 2020 11:02:56 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 032B2t7Y000868; Thu, 2 Apr 2020 11:02:55 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <202004021102.032B2t7Y000868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Thu, 2 Apr 2020 11:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530269 - in head/misc: openhab2 openhab2-addons openhab2/files X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: in head/misc: openhab2 openhab2-addons openhab2/files X-SVN-Commit-Revision: 530269 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2020 11:03:07 -0000 Author: netchild Date: Thu Apr 2 11:02:55 2020 New Revision: 530269 URL: https://svnweb.freebsd.org/changeset/ports/530269 Log: - Update to 2.5.3. [1] - Set sun.nio.fs.watchservice to polling to let openhab detect changes to some files. [2] - Set the charset to UTF-8 (via LC_ALL), to make more symbols work out of the box. Submitted by: Ivo van Geel [1] Suggested by: Ivo van Geel [2] Modified: head/misc/openhab2-addons/Makefile head/misc/openhab2-addons/distinfo head/misc/openhab2/Makefile head/misc/openhab2/distinfo head/misc/openhab2/files/openhab2.in head/misc/openhab2/pkg-plist Modified: head/misc/openhab2-addons/Makefile ============================================================================== --- head/misc/openhab2-addons/Makefile Thu Apr 2 09:32:18 2020 (r530268) +++ head/misc/openhab2-addons/Makefile Thu Apr 2 11:02:55 2020 (r530269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openhab2-addons -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.3 CATEGORIES= misc java MASTER_SITES= https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab-addons%2F${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} Modified: head/misc/openhab2-addons/distinfo ============================================================================== --- head/misc/openhab2-addons/distinfo Thu Apr 2 09:32:18 2020 (r530268) +++ head/misc/openhab2-addons/distinfo Thu Apr 2 11:02:55 2020 (r530269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579350195 -SHA256 (openhab-addons-2.5.1.kar) = 2d61a4d2506c686c8cf16e71dad3ffc76a8e6018d83696628868e0419c4f9f50 -SIZE (openhab-addons-2.5.1.kar) = 190526801 +TIMESTAMP = 1585809483 +SHA256 (openhab-addons-2.5.3.kar) = 2841c4a4cbf31b94915eabf55288f45e1a372b798ee6f8a81752dbc9c8c3b04f +SIZE (openhab-addons-2.5.3.kar) = 192354550 Modified: head/misc/openhab2/Makefile ============================================================================== --- head/misc/openhab2/Makefile Thu Apr 2 09:32:18 2020 (r530268) +++ head/misc/openhab2/Makefile Thu Apr 2 11:02:55 2020 (r530269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openhab2 -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.3 #PORTREVISION= 3 CATEGORIES= misc java MASTER_SITES= https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F${PORTVERSION}/ Modified: head/misc/openhab2/distinfo ============================================================================== --- head/misc/openhab2/distinfo Thu Apr 2 09:32:18 2020 (r530268) +++ head/misc/openhab2/distinfo Thu Apr 2 11:02:55 2020 (r530269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579349106 -SHA256 (openhab-2.5.1.tar.gz) = 79907c05d1fa2b64a843dc1e2f7f46a8f3248f1d2d583604e3538ae5af7202de -SIZE (openhab-2.5.1.tar.gz) = 83134957 +TIMESTAMP = 1584633935 +SHA256 (openhab-2.5.3.tar.gz) = 3016286ec6df5a00fdc0e84affaacb16b02afd3d898d6b580ae1a23e1feb361a +SIZE (openhab-2.5.3.tar.gz) = 83105659 Modified: head/misc/openhab2/files/openhab2.in ============================================================================== --- head/misc/openhab2/files/openhab2.in Thu Apr 2 09:32:18 2020 (r530268) +++ head/misc/openhab2/files/openhab2.in Thu Apr 2 11:02:55 2020 (r530269) @@ -52,12 +52,14 @@ export OPENHAB_HTTP_PORT="${openhab2_http_port}" export OPENHAB_HTTPS_PORT="${openhab2_https_port}" export OPENHAB_HTTP_ADDRESS="${openhab2_listen_address}" export OPENHAB_BACKUPS="${openhab2_backup_dir}" -export EXTRA_JAVA_OPTS="${openhab2_java_opts}" +export EXTRA_JAVA_OPTS="-Dsun.nio.fs.watchservice=polling ${openhab2_java_opts}" export OPENHAB_HOME="${openhab2_home_dir}" export OPENHAB_CONF="${openhab2_conf_dir}" export OPENHAB_RUNTIME="${openhab2_runtime_dir}" export OPENHAB_USERDATA="${openhab2_userdata_dir}" export OPENHAB_LOGDIR="${openhab2_log_dir}" +# for UTF-8 encoding, language can be set inside openhab: +export LC_ALL=en_US.UTF-8 #command=${OPENHAB_HOME}/start.sh #command_args="server" Modified: head/misc/openhab2/pkg-plist ============================================================================== --- head/misc/openhab2/pkg-plist Thu Apr 2 09:32:18 2020 (r530268) +++ head/misc/openhab2/pkg-plist Thu Apr 2 11:02:55 2020 (r530269) @@ -328,24 +328,24 @@ libexec/openhab2/runtime/system/org/openhab/core/bundl libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.ui/2.5.0/org.openhab.core.ui-2.5.0.jar libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.voice/2.5.0/org.openhab.core.voice-2.5.0.jar libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core/2.5.0/org.openhab.core-2.5.0.jar -libexec/openhab2/runtime/system/org/openhab/distro/distro-kar/2.5.1/distro-kar-2.5.1-features.xml -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-automation-js.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-items.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-persistence-rrd4j.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-rules.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-scripts.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-services-basicui.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-services-classicui.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-services-logging.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-sitemaps.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-things.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.1/distro-resources-2.5.1-transform-en.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro/2.5.1/distro-2.5.1-features.xml -libexec/openhab2/runtime/system/org/openhab/distro/openhab-addons/2.5.1/openhab-addons-2.5.1-features.xml +libexec/openhab2/runtime/system/org/openhab/distro/distro-kar/2.5.3/distro-kar-2.5.3-features.xml +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-automation-js.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-items.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-persistence-rrd4j.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-rules.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-scripts.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-services-basicui.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-services-classicui.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-services-logging.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-sitemaps.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-things.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.3/distro-resources-2.5.3-transform-en.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro/2.5.3/distro-2.5.3-features.xml +libexec/openhab2/runtime/system/org/openhab/distro/openhab-addons/2.5.3/openhab-addons-2.5.3-features.xml libexec/openhab2/runtime/system/org/openhab/nrjavaserial/3.15.0.OH2/nrjavaserial-3.15.0.OH2.jar libexec/openhab2/runtime/system/org/openhab/osgiify/com.google.dagger/2.20/com.google.dagger-2.20.jar libexec/openhab2/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/1.4.1/com.igormaznitsa.jbbp-1.4.1.jar -libexec/openhab2/runtime/system/org/openhab/ui/bundles/org.openhab.ui.dashboard/2.5.1/org.openhab.ui.dashboard-2.5.1.jar +libexec/openhab2/runtime/system/org/openhab/ui/bundles/org.openhab.ui.dashboard/2.5.3/org.openhab.ui.dashboard-2.5.3.jar libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-api/1.11.2/pax-logging-api-1.11.2.jar libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/1.11.2/pax-logging-log4j2-1.11.2.jar libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-logback/1.11.2/pax-logging-logback-1.11.2.jar