From owner-svn-ports-head@freebsd.org Thu Feb 18 06:48:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AB90AAB5BC; Thu, 18 Feb 2016 06:48:59 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 47DDA1A4; Thu, 18 Feb 2016 06:48:59 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1I6mw7J047253; Thu, 18 Feb 2016 06:48:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1I6mwqQ047250; Thu, 18 Feb 2016 06:48:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602180648.u1I6mwqQ047250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 18 Feb 2016 06:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409092 - head/www/tivoka X-SVN-Group: ports-head 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.20 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: Thu, 18 Feb 2016 06:48:59 -0000 Author: vanilla Date: Thu Feb 18 06:48:57 2016 New Revision: 409092 URL: https://svnweb.freebsd.org/changeset/ports/409092 Log: Update to 3.4.2. Modified: head/www/tivoka/Makefile head/www/tivoka/distinfo head/www/tivoka/pkg-plist Modified: head/www/tivoka/Makefile ============================================================================== --- head/www/tivoka/Makefile Thu Feb 18 05:56:05 2016 (r409091) +++ head/www/tivoka/Makefile Thu Feb 18 06:48:57 2016 (r409092) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tivoka -PORTVERSION= 3.2.1 +PORTVERSION= 3.4.2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org Modified: head/www/tivoka/distinfo ============================================================================== --- head/www/tivoka/distinfo Thu Feb 18 05:56:05 2016 (r409091) +++ head/www/tivoka/distinfo Thu Feb 18 06:48:57 2016 (r409092) @@ -1,2 +1,2 @@ -SHA256 (marcelklehr-tivoka-3.2.1_GH0.tar.gz) = faa5292c1b532ea93501fad16856abe783e0022feea6018a61fefe112cf2bc1a -SIZE (marcelklehr-tivoka-3.2.1_GH0.tar.gz) = 14731 +SHA256 (marcelklehr-tivoka-3.4.2_GH0.tar.gz) = e4e3172928ed5d0b2aa6b259e1e4a290e44cb8fb9dfd854a4c93f1f48609e4fd +SIZE (marcelklehr-tivoka-3.4.2_GH0.tar.gz) = 15910 Modified: head/www/tivoka/pkg-plist ============================================================================== --- head/www/tivoka/pkg-plist Thu Feb 18 05:56:05 2016 (r409091) +++ head/www/tivoka/pkg-plist Thu Feb 18 06:48:57 2016 (r409092) @@ -5,6 +5,7 @@ %%LIBDIR%%/lib/Tivoka/Client/Connection/ConnectionInterface.php %%LIBDIR%%/lib/Tivoka/Client/Connection/Http.php %%LIBDIR%%/lib/Tivoka/Client/Connection/Tcp.php +%%LIBDIR%%/lib/Tivoka/Client/Connection/WebSocket.php %%LIBDIR%%/lib/Tivoka/Client/NativeInterface.php %%LIBDIR%%/lib/Tivoka/Client/Notification.php %%LIBDIR%%/lib/Tivoka/Client/Request.php