From owner-svn-ports-all@FreeBSD.ORG Mon Jun 1 17:00:37 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CBA9162; Mon, 1 Jun 2015 17:00:37 +0000 (UTC) (envelope-from alonso@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 511CF1ACC; Mon, 1 Jun 2015 17:00:37 +0000 (UTC) (envelope-from alonso@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t51H0b21087594; Mon, 1 Jun 2015 17:00:37 GMT (envelope-from alonso@FreeBSD.org) Received: (from alonso@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t51H0auW087588; Mon, 1 Jun 2015 17:00:36 GMT (envelope-from alonso@FreeBSD.org) Message-Id: <201506011700.t51H0auW087588@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: alonso set sender to alonso@FreeBSD.org using -f From: Alonso Schaich Date: Mon, 1 Jun 2015 17:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388240 - in head: devel/qt5 www X-SVN-Group: ports-head 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.20 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: Mon, 01 Jun 2015 17:00:37 -0000 Author: alonso Date: Mon Jun 1 17:00:35 2015 New Revision: 388240 URL: https://svnweb.freebsd.org/changeset/ports/388240 Log: Fix missing entries for qt5-webengine Add entries for qt5-webengine introduced in revision 388182 to connect it with the devel/qt5 port, and add a hook to the www Makefile. Submitted by: Tobias Berner via area51 commit Approved by: makc (mentor) Modified: head/devel/qt5/Makefile head/devel/qt5/distinfo head/www/Makefile Modified: head/devel/qt5/Makefile ============================================================================== --- head/devel/qt5/Makefile Mon Jun 1 16:19:41 2015 (r388239) +++ head/devel/qt5/Makefile Mon Jun 1 17:00:35 2015 (r388240) @@ -10,8 +10,8 @@ COMMENT= Cross-platform application and USE_QT5= clucene concurrent core dbus declarative designer \ graphicaleffects gui help imageformats multimedia \ network opengl paths printsupport qml quick quickcontrols \ - script scripttools serialport sql svg testlib webkit widgets \ - x11extras xml xmlpatterns + script scripttools serialport sql svg testlib webchannel \ + webkit widgets x11extras xml xmlpatterns USE_QT5:= ${USE_QT5:S/$/_run/} USES= metaport Modified: head/devel/qt5/distinfo ============================================================================== --- head/devel/qt5/distinfo Mon Jun 1 16:19:41 2015 (r388239) +++ head/devel/qt5/distinfo Mon Jun 1 17:00:35 2015 (r388240) @@ -24,6 +24,8 @@ SHA256 (KDE/Qt/5.4.1/qttools-opensource- SIZE (KDE/Qt/5.4.1/qttools-opensource-src-5.4.1.tar.xz) = 9262024 SHA256 (KDE/Qt/5.4.1/qttranslations-opensource-src-5.4.1.tar.xz) = 3c4d045f974bc9ee76bb85d319737cf182b8697c4ba72d2c075d3609cfaf9041 SIZE (KDE/Qt/5.4.1/qttranslations-opensource-src-5.4.1.tar.xz) = 1071784 +SHA256 (KDE/Qt/5.4.1/qtwebchannel-opensource-src-5.4.1.tar.xz) = c4acb9ec9886fca6d0c2adc5b45970347ae1b3e4b5e0055ab370540faef7b251 +SIZE (KDE/Qt/5.4.1/qtwebchannel-opensource-src-5.4.1.tar.xz) = 84636 SHA256 (KDE/Qt/5.4.1/qtwebkit-opensource-src-5.4.1.tar.xz) = 6607211ef8a913dc778617bf4ba0970e34cc71e1da3abb477eabe0035e7119bf SIZE (KDE/Qt/5.4.1/qtwebkit-opensource-src-5.4.1.tar.xz) = 33457544 SHA256 (KDE/Qt/5.4.1/qtwebkit-examples-opensource-src-5.4.1.tar.xz) = 19187bb31c349c67f90c92df896f14f9167b982bdef5187e83fd68407826720a Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jun 1 16:19:41 2015 (r388239) +++ head/www/Makefile Mon Jun 1 17:00:35 2015 (r388240) @@ -1749,6 +1749,7 @@ SUBDIR += pyweblib SUBDIR += qdecoder SUBDIR += qooxdoo + SUBDIR += qt5-webchannel SUBDIR += quickie SUBDIR += qupzilla-qt4 SUBDIR += qupzilla-qt5