Index: head/misc/qtchooser/Makefile =================================================================== --- head/misc/qtchooser/Makefile (revision 481554) +++ head/misc/qtchooser/Makefile (revision 481555) @@ -1,49 +1,48 @@ # $FreeBSD$ PORTNAME= qtchooser -PORTVERSION= 39 -DISTVERSIONSUFFIX= -g4717841 +PORTVERSION= 66 CATEGORIES= misc MASTER_SITES= QT/official_releases/${PORTNAME} DIST_SUBDIR= KDE/Qt/qtchooser MAINTAINER= kde@FreeBSD.org COMMENT= Qt tool wrapper LICENSE= GPLv3 LGPL21 LICENSE_COMB= dual -USES= gmake +USES= gmake tar:xz DESTDIRNAME= INSTALL_ROOT MAKE_ARGS= prefix=${PREFIX} # bin/linguist CONFLICTS_INSTALL= rubygem-github-linguist rubygem-github-linguist47 rubygem-gitlab-linguist QT_QTCHOOSERDIR=${PREFIX}/etc/xdg/qtchooser post-patch: @${REINPLACE_CMD} -e 's,/etc/xdg,${LOCALBASE}/etc/xdg,' \ ${WRKSRC}/src/${PORTNAME}/main.cpp post-install: # Install qtchooser config file. Note this is not optimal. # -> we could install the qtchooser config files via devel/qmake[45]. # Unfortunately they will be missing for ports that only use say "rcc" # without qmake. # So it is easier to install the config files in qtchooser. # -> As we cannot include bsd.qt.mk at the moment without specifying # a version, we also do not have the variables needed to sub the variables # properly (this will probably change with qt.mk). # Always make sure the following is in sync with bsd.qt.mk for now. ${MKDIR} ${STAGEDIR}${QT_QTCHOOSERDIR} .for qt_version in 4 5 ${ECHO} ${PREFIX}/lib/qt${qt_version}/bin > ${STAGEDIR}${QT_QTCHOOSERDIR}/qt${qt_version}.conf ${ECHO} ${PREFIX}/lib/qt${qt_version} >> ${STAGEDIR}${QT_QTCHOOSERDIR}/qt${qt_version}.conf .endfor # Install man page. ${INSTALL_DATA} ${WRKSRC}/doc/qtchooser.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 # Create the default profile. cd ${STAGEDIR}/${QT_QTCHOOSERDIR} && ${LN} -s qt5.conf default.conf .include Index: head/misc/qtchooser/distinfo =================================================================== --- head/misc/qtchooser/distinfo (revision 481554) +++ head/misc/qtchooser/distinfo (revision 481555) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466191289 -SHA256 (KDE/Qt/qtchooser/qtchooser-39-g4717841.tar.gz) = 4681d0561bf96599bf9bf5eb25103d07ee8f045f31576dc2e72b8529587a67c6 -SIZE (KDE/Qt/qtchooser/qtchooser-39-g4717841.tar.gz) = 32194 +TIMESTAMP = 1539022663 +SHA256 (KDE/Qt/qtchooser/qtchooser-66.tar.xz) = b22c21df135d48fc775d26d771170c2c70555704d4625605383be2cd149c7cea +SIZE (KDE/Qt/qtchooser/qtchooser-66.tar.xz) = 32008 Index: head/misc/qtchooser/files/patch-Makefile =================================================================== --- head/misc/qtchooser/files/patch-Makefile (nonexistent) +++ head/misc/qtchooser/files/patch-Makefile (revision 481555) @@ -0,0 +1,13 @@ +--- Makefile.orig 2018-10-08 18:18:42 UTC ++++ Makefile +@@ -70,8 +70,8 @@ install: + case `uname -s` in Darwin) \ + for tool in $(MACTOOLS); do ln -sf qtchooser "$(INSTALL_ROOT)$(bindir)/$$tool"; done \ + ;; esac +- $(MKDIR) $(INSTALL_ROOT)$(prefix)/share/man/man1 +- install -m 644 -p doc/qtchooser.1 $(INSTALL_ROOT)$(prefix)/share/man/man1 ++ $(MKDIR) $(INSTALL_ROOT)$(prefix)/man/man1 ++ install -m 644 -p doc/qtchooser.1 $(INSTALL_ROOT)$(prefix)/man/man1 + + uninstall: + cd src/qtchooser && $(MAKE) uninstall Property changes on: head/misc/qtchooser/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/qtchooser/pkg-plist =================================================================== --- head/misc/qtchooser/pkg-plist (revision 481554) +++ head/misc/qtchooser/pkg-plist (revision 481555) @@ -1,39 +1,51 @@ bin/assistant bin/designer bin/lconvert bin/linguist bin/lrelease bin/lupdate bin/moc bin/pixeltool bin/qcollectiongenerator bin/qdbus bin/qdbuscpp2xml bin/qdbusviewer bin/qdbusxml2cpp bin/qdoc bin/qdoc3 -bin/qglinfo +bin/qgltf bin/qhelpconverter bin/qhelpgenerator +bin/qlalr bin/qmake bin/qml bin/qml1plugindump bin/qmlbundle +bin/qmlcachegen +bin/qmleasing +bin/qmlimportscanner +bin/qmljs +bin/qmllint bin/qmlmin bin/qmlplugindump bin/qmlprofiler bin/qmlscene bin/qmltestrunner bin/qmlviewer +bin/qtattributionsscanner bin/qtchooser bin/qtconfig +bin/qtdiag +bin/qtpaths +bin/qtplugininfo +bin/qvkgen bin/rcc +bin/repc bin/uic bin/uic3 bin/xmlpatterns bin/xmlpatternsvalidator etc/xdg/qtchooser/default.conf etc/xdg/qtchooser/qt4.conf etc/xdg/qtchooser/qt5.conf man/man1/qtchooser.1.gz