Date: Mon, 8 Oct 2018 18:26:07 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481555 - in head/misc/qtchooser: . files Message-ID: <201810081826.w98IQ7QD095167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Mon Oct 8 18:26:07 2018 New Revision: 481555 URL: https://svnweb.freebsd.org/changeset/ports/481555 Log: misc/qtchooser: update to 66. Added: head/misc/qtchooser/files/ head/misc/qtchooser/files/patch-Makefile (contents, props changed) Modified: head/misc/qtchooser/Makefile head/misc/qtchooser/distinfo head/misc/qtchooser/pkg-plist Modified: head/misc/qtchooser/Makefile ============================================================================== --- head/misc/qtchooser/Makefile Mon Oct 8 18:19:41 2018 (r481554) +++ head/misc/qtchooser/Makefile Mon Oct 8 18:26:07 2018 (r481555) @@ -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} Modified: head/misc/qtchooser/distinfo ============================================================================== --- head/misc/qtchooser/distinfo Mon Oct 8 18:19:41 2018 (r481554) +++ head/misc/qtchooser/distinfo Mon Oct 8 18:26:07 2018 (r481555) @@ -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 Added: head/misc/qtchooser/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/qtchooser/files/patch-Makefile Mon Oct 8 18:26:07 2018 (r481555) @@ -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 Modified: head/misc/qtchooser/pkg-plist ============================================================================== --- head/misc/qtchooser/pkg-plist Mon Oct 8 18:19:41 2018 (r481554) +++ head/misc/qtchooser/pkg-plist Mon Oct 8 18:26:07 2018 (r481555) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810081826.w98IQ7QD095167>