From owner-svn-ports-head@freebsd.org Tue Sep 10 04:19:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B913FEF913; Tue, 10 Sep 2019 04:19:41 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46SBd94Rgtz3MVr; Tue, 10 Sep 2019 04:19:41 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BD0F20868; Tue, 10 Sep 2019 04:19:41 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8A4JfrS072025; Tue, 10 Sep 2019 04:19:41 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8A4JfVh072024; Tue, 10 Sep 2019 04:19:41 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201909100419.x8A4JfVh072024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 10 Sep 2019 04:19:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511730 - head/misc/qt5ct X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/misc/qt5ct X-SVN-Commit-Revision: 511730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 04:19:41 -0000 Author: tcberner Date: Tue Sep 10 04:19:40 2019 New Revision: 511730 URL: https://svnweb.freebsd.org/changeset/ports/511730 Log: misc/qt5ct: update to 0.41 - while here, cleanup makefile Modified: head/misc/qt5ct/Makefile head/misc/qt5ct/distinfo Modified: head/misc/qt5ct/Makefile ============================================================================== --- head/misc/qt5ct/Makefile Tue Sep 10 03:18:50 2019 (r511729) +++ head/misc/qt5ct/Makefile Tue Sep 10 04:19:40 2019 (r511730) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qt5ct -DISTVERSION= 0.39 -PORTREVISION= 1 +DISTVERSION= 0.41 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} @@ -12,12 +11,13 @@ COMMENT= Qt 5 configuration tool LICENSE= BSD2CLAUSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gettext-runtime gl gnome qmake qt:5 tar:bz2 -USE_QT= core dbus gui svg widgets buildtools_build \ - linguisttools_build -USE_GL= egl gl +USES= compiler:c++11-lang gettext-runtime gl gnome qmake \ + qt:5 tar:bz2 xorg +USE_QT= concurrent core dbus gui svg widgets \ + buildtools_build linguisttools_build +USE_GL= egl gl USE_XORG= x11 xext xrender USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/misc/qt5ct/distinfo ============================================================================== --- head/misc/qt5ct/distinfo Tue Sep 10 03:18:50 2019 (r511729) +++ head/misc/qt5ct/distinfo Tue Sep 10 04:19:40 2019 (r511730) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557658654 -SHA256 (qt5ct-0.39.tar.bz2) = 3769ecdcbdf821d52f7f1e013531a9692c28bab0bae5f133d22cba7702333e19 -SIZE (qt5ct-0.39.tar.bz2) = 70554 +TIMESTAMP = 1568088783 +SHA256 (qt5ct-0.41.tar.bz2) = f24030e90d8b923b60c320b2db5b4c0fcc47f9f35ac4c52060ab3c6e423057dc +SIZE (qt5ct-0.41.tar.bz2) = 73009