Date: Mon, 1 Jun 2015 17:00:36 +0000 (UTC) From: Alonso Schaich <alonso@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388240 - in head: devel/qt5 www Message-ID: <201506011700.t51H0auW087588@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tcberner@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011700.t51H0auW087588>