Index: head/misc/qt5-doc/Makefile =================================================================== --- head/misc/qt5-doc/Makefile (revision 482047) +++ head/misc/qt5-doc/Makefile (revision 482048) @@ -1,37 +1,37 @@ -# Created by: Marie Loise Nolden +# Created by: Marie Loise Nolden # $FreeBSD$ PORTNAME= doc DISTVERSION= ${QT5_VERSION} CATEGORIES= misc MASTER_SITES= QT/online/qtsdkrepository/linux_x64/desktop/qt5_${QT5_VERSION:S/.//g}_src_doc_examples/qt.qt5.${QT5_VERSION:S/.//g}.doc/ PKGNAMEPREFIX= qt5- DISTNAME= ${QT5_VERSION}-0-201809141956qt-everywhere-documentation DIST_SUBDIR= KDE/Qt/${QT5_VERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Qt 5 documentation WRKSRC= ${WRKDIR}/Docs/Qt-${QT5_VERSION} # bsdtar(1) from 10.3 and earlier cannot read the distfile correctly: # tar: Damaged 7-Zip archive # Depend on p7zip across all versions because Uses/7z.mk does not work if # included after bsd.port.pre.mk. USES= 7z:p7zip qt:5 USE_QT= # we just need access to QT5_VERSION and other variables. DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr NO_ARCH= yes NO_BUILD= yes post-extract: ${RM} ${WRKSRC}/Makefile ${RM} -r ${WRKSRC}/global do-install: ${MKDIR} ${STAGEDIR}${QT_DOCDIR} cd ${WRKSRC} && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${QT_DOCDIR} .include Index: head/misc/qt5-examples/Makefile =================================================================== --- head/misc/qt5-examples/Makefile (revision 482047) +++ head/misc/qt5-examples/Makefile (revision 482048) @@ -1,46 +1,46 @@ -# Created by: Marie Loise Nolden +# Created by: Marie Loise Nolden # $FreeBSD$ PORTNAME= examples DISTVERSION= ${QT5_VERSION} CATEGORIES= misc MASTER_SITES= QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/single PKGNAMEPREFIX= qt5- DISTNAME= qt-everywhere-src-${QT5_VERSION} DIST_SUBDIR= KDE/Qt/${QT5_VERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Qt 5 examples sourcecode NO_ARCH= yes NO_BUILD= yes USES= qt:5 tar:xz USE_QT= # DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr DISTINFO_FILE= ${.CURDIR}/distinfo EXAMPLESDIR= ${PREFIX}/share/examples/qt5 # The destination location depends on the values given in # share/doc/qt5//examples-manifest.xml. The exception is # qtscript and qtserialbus where the examples are looked up in $EXAMPLESDIR/. # This way, the examples show up in qtcreator on the examples front page. EXAMPLES= qt3d qtbase qtcanvas3d qtcharts qtconnectivity qtdeclarative \ qtgamepad qtlocation qtmultimedia qtpurchasing qtquickcontrols \ qtquickcontrols2 qtscript qtscxml qtsensors qtserialbus \ qtserialport qtsvg qttools qtvirtualkeyboard qtwebchannel \ qtwebsockets qtxmlpatterns .for example in ${EXAMPLES} EXTRACT_AFTER_ARGS+= ${DISTNAME}/${example}/examples .endfor do-install: .for example in ${EXAMPLES} cd ${WRKSRC}/${example}/examples && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} .endfor .include Index: head/x11-themes/qt5-style-plugins/Makefile =================================================================== --- head/x11-themes/qt5-style-plugins/Makefile (revision 482047) +++ head/x11-themes/qt5-style-plugins/Makefile (revision 482048) @@ -1,23 +1,23 @@ -# Created by: Marie Loise Nolden +# Created by: Marie Loise Nolden # $FreeBSD$ PORTNAME= qt5-style-plugins PORTVERSION= 5.0.0 PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= QT/community_releases/additional_qt_src_pkgs/ DISTNAME= qtstyleplugins-src-${PORTVERSION} DIST_SUBDIR= KDE/Qt/addons MAINTAINER= kde@FreeBSD.org COMMENT= Additional Styles for Qt 5 and KDE LICENSE= LGPL21 USES= qmake qt:5 USE_QT= buildtools_build core gui widgets USE_GL+= gl WRKSRC= ${WRKDIR}/qtstyleplugins-src-${PORTVERSION} .include