From owner-svn-ports-head@freebsd.org Sat Jul 22 12:02:58 2017 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 33EBFD7EE7B; Sat, 22 Jul 2017 12:02:58 +0000 (UTC) (envelope-from jbeich@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 0E35777A04; Sat, 22 Jul 2017 12:02:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6MC2vT0094369; Sat, 22 Jul 2017 12:02:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6MC2uZ4094364; Sat, 22 Jul 2017 12:02:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201707221202.v6MC2uZ4094364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 22 Jul 2017 12:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446392 - in head: net/libwebsockets net/mosquitto sysutils/ttyd X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: net/libwebsockets net/mosquitto sysutils/ttyd X-SVN-Commit-Revision: 446392 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.23 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: Sat, 22 Jul 2017 12:02:58 -0000 Author: jbeich Date: Sat Jul 22 12:02:56 2017 New Revision: 446392 URL: https://svnweb.freebsd.org/changeset/ports/446392 Log: net/libwebsockets: update to 2.2.2 Changes: https://github.com/warmcat/libwebsockets/blob/v2.2.2/changelog PR: 220921 Submitted by: Iblis Lin (maintainer) Modified: head/net/libwebsockets/Makefile (contents, props changed) head/net/libwebsockets/distinfo (contents, props changed) head/net/libwebsockets/pkg-plist (contents, props changed) head/net/mosquitto/Makefile (contents, props changed) head/sysutils/ttyd/Makefile (contents, props changed) Modified: head/net/libwebsockets/Makefile ============================================================================== --- head/net/libwebsockets/Makefile Sat Jul 22 12:02:39 2017 (r446391) +++ head/net/libwebsockets/Makefile Sat Jul 22 12:02:56 2017 (r446392) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwebsockets -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.2 DISTVERSIONPREFIX= v CATEGORIES= net devel MASTER_SITES= GITHUB @@ -38,7 +38,8 @@ UNIX_SOCK_DESC= Unix domain socket support HTTP2_CMAKE_ON= -DLWS_WITH_HTTP2=ON -HTTP_PROXY_CMAKE_ON= -DLWS_WITH_HTTP_PROXY=ON -DLIBHUBBUB_LIBRARIES=${PREFIX}/lib/libhubbub.so +HTTP_PROXY_CMAKE_ON= -DLWS_WITH_HTTP_PROXY=ON \ + -DLIBHUBBUB_LIBRARIES=${LOCALBASE}/lib/libhubbub.so HTTP_PROXY_LIB_DEPENDS= libhubbub.so:www/libhubbub IPV6_CMAKE_ON= -DLWS_IPV6=ON Modified: head/net/libwebsockets/distinfo ============================================================================== --- head/net/libwebsockets/distinfo Sat Jul 22 12:02:39 2017 (r446391) +++ head/net/libwebsockets/distinfo Sat Jul 22 12:02:56 2017 (r446392) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497692583 -SHA256 (warmcat-libwebsockets-v2.1.1_GH0.tar.gz) = 96183cbdfcd6e6a3d9465e854a924b7bfde6c8c6d3384d6159ad797c2e823b4d -SIZE (warmcat-libwebsockets-v2.1.1_GH0.tar.gz) = 3769593 +TIMESTAMP = 1500465747 +SHA256 (warmcat-libwebsockets-v2.2.2_GH0.tar.gz) = e38a7d981fe87b9a86b1f1cddd1f9e062d3896c488e6b2a32cb700d4c959ecba +SIZE (warmcat-libwebsockets-v2.2.2_GH0.tar.gz) = 3548981 Modified: head/net/libwebsockets/pkg-plist ============================================================================== --- head/net/libwebsockets/pkg-plist Sat Jul 22 12:02:39 2017 (r446391) +++ head/net/libwebsockets/pkg-plist Sat Jul 22 12:02:56 2017 (r446392) @@ -8,7 +8,7 @@ lib/cmake/libwebsockets/LibwebsocketsTargets-%%CMAKE_B lib/cmake/libwebsockets/LibwebsocketsTargets.cmake lib/libwebsockets.a lib/libwebsockets.so -lib/libwebsockets.so.9 +lib/libwebsockets.so.10 libdata/pkgconfig/libwebsockets.pc %%PLUGINS%%%%DATADIR%%-test-server/generic-sessions/failed-login.html %%PLUGINS%%%%DATADIR%%-test-server/generic-sessions/index.html Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Sat Jul 22 12:02:39 2017 (r446391) +++ head/net/mosquitto/Makefile Sat Jul 22 12:02:56 2017 (r446392) @@ -3,6 +3,7 @@ PORTNAME= mosquitto PORTVERSION= 1.4.10 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ Modified: head/sysutils/ttyd/Makefile ============================================================================== --- head/sysutils/ttyd/Makefile Sat Jul 22 12:02:39 2017 (r446391) +++ head/sysutils/ttyd/Makefile Sat Jul 22 12:02:56 2017 (r446392) @@ -2,6 +2,7 @@ PORTNAME= ttyd PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= neel@neelc.org