diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-08 18:26:07 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-08 18:26:07 +0000 |
commit | 6615e75981173662c209794f401e4fcb77ccac7b (patch) | |
tree | e8d9367f10a3e4dc16e7df2486f44a93af6d6e0e /misc | |
parent | fc32d12c19c965e00bbf22dd7d2f22b7d462373d (diff) | |
download | ports-6615e75981173662c209794f401e4fcb77ccac7b.tar.gz ports-6615e75981173662c209794f401e4fcb77ccac7b.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qtchooser/Makefile | 5 | ||||
-rw-r--r-- | misc/qtchooser/distinfo | 6 | ||||
-rw-r--r-- | misc/qtchooser/files/patch-Makefile | 13 | ||||
-rw-r--r-- | misc/qtchooser/pkg-plist | 14 |
4 files changed, 31 insertions, 7 deletions
diff --git a/misc/qtchooser/Makefile b/misc/qtchooser/Makefile index 520cc79c4123..042f6bbc8432 100644 --- a/misc/qtchooser/Makefile +++ b/misc/qtchooser/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qtchooser -PORTVERSION= 39 -DISTVERSIONSUFFIX= -g4717841 +PORTVERSION= 66 CATEGORIES= misc MASTER_SITES= QT/official_releases/${PORTNAME} DIST_SUBDIR= KDE/Qt/qtchooser @@ -13,7 +12,7 @@ COMMENT= Qt tool wrapper LICENSE= GPLv3 LGPL21 LICENSE_COMB= dual -USES= gmake +USES= gmake tar:xz DESTDIRNAME= INSTALL_ROOT MAKE_ARGS= prefix=${PREFIX} diff --git a/misc/qtchooser/distinfo b/misc/qtchooser/distinfo index 9a4ad71b37eb..2ab816e72e3f 100644 --- a/misc/qtchooser/distinfo +++ b/misc/qtchooser/distinfo @@ -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 diff --git a/misc/qtchooser/files/patch-Makefile b/misc/qtchooser/files/patch-Makefile new file mode 100644 index 000000000000..ff4b4122590c --- /dev/null +++ b/misc/qtchooser/files/patch-Makefile @@ -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 diff --git a/misc/qtchooser/pkg-plist b/misc/qtchooser/pkg-plist index b506353bd31f..b74fba3f085f 100644 --- a/misc/qtchooser/pkg-plist +++ b/misc/qtchooser/pkg-plist @@ -13,22 +13,34 @@ 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 |