From owner-svn-ports-all@freebsd.org Fri Jun 26 07:51:51 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 B76F03507E5; Fri, 26 Jun 2020 07:51:51 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49tTc74RMzz4BPd; Fri, 26 Jun 2020 07:51:51 +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 93B7410B55; Fri, 26 Jun 2020 07:51:51 +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 05Q7pp9t032651; Fri, 26 Jun 2020 07:51:51 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05Q7poXC032647; Fri, 26 Jun 2020 07:51:50 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <202006260751.05Q7poXC032647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Fri, 26 Jun 2020 07:51:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540423 - in head/misc: openhab2 openhab2-addons X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: in head/misc: openhab2 openhab2-addons X-SVN-Commit-Revision: 540423 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.33 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: Fri, 26 Jun 2020 07:51:51 -0000 Author: netchild Date: Fri Jun 26 07:51:50 2020 New Revision: 540423 URL: https://svnweb.freebsd.org/changeset/ports/540423 Log: Update to 2.5.6. Changelog: https://github.com/openhab/openhab-distro/releases/tag/2.5.6 Modified: head/misc/openhab2-addons/Makefile head/misc/openhab2-addons/distinfo head/misc/openhab2/Makefile head/misc/openhab2/distinfo Modified: head/misc/openhab2-addons/Makefile ============================================================================== --- head/misc/openhab2-addons/Makefile Fri Jun 26 07:17:46 2020 (r540422) +++ head/misc/openhab2-addons/Makefile Fri Jun 26 07:51:50 2020 (r540423) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openhab2-addons -PORTVERSION= 2.5.5 +PORTVERSION= 2.5.6 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 Fri Jun 26 07:17:46 2020 (r540422) +++ head/misc/openhab2-addons/distinfo Fri Jun 26 07:51:50 2020 (r540423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589809765 -SHA256 (openhab-addons-2.5.5.kar) = 61d83d0d84f8fcc333002e1d4936f558572bc99f3d0ceb4410eb5406cac3f2ef -SIZE (openhab-addons-2.5.5.kar) = 195692869 +TIMESTAMP = 1593156338 +SHA256 (openhab-addons-2.5.6.kar) = 3b21b7b1a5a234a3e0b617a4a084f675b3fe90598a24de79f2c240f12a36d411 +SIZE (openhab-addons-2.5.6.kar) = 196266558 Modified: head/misc/openhab2/Makefile ============================================================================== --- head/misc/openhab2/Makefile Fri Jun 26 07:17:46 2020 (r540422) +++ head/misc/openhab2/Makefile Fri Jun 26 07:51:50 2020 (r540423) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openhab2 -PORTVERSION= 2.5.5 +PORTVERSION= 2.5.6 #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 Fri Jun 26 07:17:46 2020 (r540422) +++ head/misc/openhab2/distinfo Fri Jun 26 07:51:50 2020 (r540423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589809709 -SHA256 (openhab-2.5.5.tar.gz) = 55feb2a1d965195f7cb57ec97d631a584ac2c60c73ca1de51383ead097232a34 -SIZE (openhab-2.5.5.tar.gz) = 83124519 +TIMESTAMP = 1593156096 +SHA256 (openhab-2.5.6.tar.gz) = 31f4aabc489c6969aae43ead2c4790f526b489073f90081cabb9ee493ca9b995 +SIZE (openhab-2.5.6.tar.gz) = 83124780