Date: Tue, 10 Sep 2019 04:19:41 +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: r511730 - head/misc/qt5ct Message-ID: <201909100419.x8A4JfVh072024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909100419.x8A4JfVh072024>