svn commit: r422491 - head/misc/qt5ct

Olivier Duchateau olivierd at FreeBSD.org
Tue Sep 20 10:00:49 UTC 2016


Author: olivierd
Date: Tue Sep 20 10:00:47 2016
New Revision: 422491
URL: https://svnweb.freebsd.org/changeset/ports/422491

Log:
  - Update to 0.27
  - Adjust dependencies (reported by QA script)

Modified:
  head/misc/qt5ct/Makefile
  head/misc/qt5ct/distinfo

Modified: head/misc/qt5ct/Makefile
==============================================================================
--- head/misc/qt5ct/Makefile	Tue Sep 20 09:18:15 2016	(r422490)
+++ head/misc/qt5ct/Makefile	Tue Sep 20 10:00:47 2016	(r422491)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qt5ct
-PORTVERSION=	0.26
+PORTVERSION=	0.27
 CATEGORIES=	misc
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -10,9 +10,14 @@ COMMENT=	Qt 5 configuration tool
 
 LICENSE=	BSD2CLAUSE
 
-USES=		qmake tar:bz2
-USE_QT5=	core gui svg widgets buildtools_build linguisttools_build
-USE_GL=	gl
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+	libfreetype.so:print/freetype2
+
+USES=		gettext-runtime qmake tar:bz2
+USE_QT5=	core dbus gui svg widgets buildtools_build \
+	linguisttools_build
+USE_GL=	egl gl
+USE_XORG=	x11 xext xrender
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/misc/qt5ct/distinfo
==============================================================================
--- head/misc/qt5ct/distinfo	Tue Sep 20 09:18:15 2016	(r422490)
+++ head/misc/qt5ct/distinfo	Tue Sep 20 10:00:47 2016	(r422491)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473100923
-SHA256 (qt5ct-0.26.tar.bz2) = 33883e6a12c5f9392701cc3ecc3a54181e53ce827755e8e2af8530bbc6606c5b
-SIZE (qt5ct-0.26.tar.bz2) = 45383
+TIMESTAMP = 1474361669
+SHA256 (qt5ct-0.27.tar.bz2) = d3b92b9d34469cae4f66a43ca59f5f0b548ef6d37984469361329af4348ab1f3
+SIZE (qt5ct-0.27.tar.bz2) = 45989


More information about the svn-ports-head mailing list