diff options
author | alonso <alonso@FreeBSD.org> | 2015-06-02 01:00:35 +0800 |
---|---|---|
committer | alonso <alonso@FreeBSD.org> | 2015-06-02 01:00:35 +0800 |
commit | 2832de839edfae82d821f0389033bada30507c6a (patch) | |
tree | ebea8d8f738ff25b490004a2376904e6f0f79b0a | |
parent | 3b9ba7cf77a4ba2296af33ca2326aa2bc66179ae (diff) | |
download | freebsd-ports-graphics-2832de839edfae82d821f0389033bada30507c6a.tar.gz freebsd-ports-graphics-2832de839edfae82d821f0389033bada30507c6a.tar.zst freebsd-ports-graphics-2832de839edfae82d821f0389033bada30507c6a.zip |
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)
-rw-r--r-- | devel/qt5/Makefile | 4 | ||||
-rw-r--r-- | devel/qt5/distinfo | 2 | ||||
-rw-r--r-- | www/Makefile | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/devel/qt5/Makefile b/devel/qt5/Makefile index 2a17d2745ba..f2ef0510431 100644 --- a/devel/qt5/Makefile +++ b/devel/qt5/Makefile @@ -10,8 +10,8 @@ COMMENT= Cross-platform application and UI framework (metaport) 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 diff --git a/devel/qt5/distinfo b/devel/qt5/distinfo index 76815b9a867..6284382bdbb 100644 --- a/devel/qt5/distinfo +++ b/devel/qt5/distinfo @@ -24,6 +24,8 @@ SHA256 (KDE/Qt/5.4.1/qttools-opensource-src-5.4.1.tar.xz) = 11de0f8573843194b134 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 diff --git a/www/Makefile b/www/Makefile index f7c3909829f..aec73cc3000 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1749,6 +1749,7 @@ SUBDIR += pyweblib SUBDIR += qdecoder SUBDIR += qooxdoo + SUBDIR += qt5-webchannel SUBDIR += quickie SUBDIR += qupzilla-qt4 SUBDIR += qupzilla-qt5 |