bsd.qt.mk: Remove qt5-webkit from devel/qt5/distinfo.
Since r422306, we use a separate distinfo file for www/qt5-webkit because it is no longer part of official Qt5 releases. However, we forgot to remove it from QT_DIST in bsd.qt.mk, which means `make makesum' from other Qt5 ports was trying to fetch qt5-webkit from the wrong location. Reviewed by: tcberner
This commit is contained in:
parent
54d1d4e7ff
commit
c8f6b3ec1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448090
2 changed files with 1 additions and 3 deletions
|
@ -92,7 +92,7 @@ QT_DIST= 3d base canvas3d charts connectivity datavis3d declarative \
|
|||
declarative-render2d gamepad graphicaleffects imageformats \
|
||||
location multimedia quickcontrols quickcontrols2 script scxml \
|
||||
sensors serialbus serialport svg tools translations \
|
||||
virtualkeyboard wayland webchannel webkit websockets x11extras \
|
||||
virtualkeyboard wayland webchannel websockets x11extras \
|
||||
xmlpatterns
|
||||
. endif
|
||||
. endif
|
||||
|
|
|
@ -51,8 +51,6 @@ SHA256 (KDE/Qt/5.7.1/qtwayland-opensource-src-5.7.1.tar.xz) = f23fc5e180c8af5b38
|
|||
SIZE (KDE/Qt/5.7.1/qtwayland-opensource-src-5.7.1.tar.xz) = 291776
|
||||
SHA256 (KDE/Qt/5.7.1/qtwebchannel-opensource-src-5.7.1.tar.xz) = 63ab3ac76ff993009cfa978162a764e05b763cacb70d1a862893f8de4492319b
|
||||
SIZE (KDE/Qt/5.7.1/qtwebchannel-opensource-src-5.7.1.tar.xz) = 122436
|
||||
SHA256 (KDE/Qt/5.7.1/qtwebkit-opensource-src-5.7.1.tar.xz) = a46cf7c89339645f94a5777e8ae5baccf75c5fc87ab52c9dafc25da3327b5f03
|
||||
SIZE (KDE/Qt/5.7.1/qtwebkit-opensource-src-5.7.1.tar.xz) = 35298736
|
||||
SHA256 (KDE/Qt/5.7.1/qtwebsockets-opensource-src-5.7.1.tar.xz) = 5c2a75b68e7f2e98530659b33bb08edee83013832dbf99cc5b40afc8a90652d1
|
||||
SIZE (KDE/Qt/5.7.1/qtwebsockets-opensource-src-5.7.1.tar.xz) = 193204
|
||||
SHA256 (KDE/Qt/5.7.1/qtx11extras-opensource-src-5.7.1.tar.xz) = 5f5a0c2cc66ec01c2f2f31eff32fea26bd0bc03741a5dfd803b13870aa4ce427
|
||||
|
|
Loading…
Reference in a new issue