Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2019 18:05:17 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489986 - head/graphics/opencsg
Message-ID:  <201901111805.x0BI5Hau017799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mr
Date: Fri Jan 11 18:05:17 2019
New Revision: 489986
URL: https://svnweb.freebsd.org/changeset/ports/489986

Log:
  Try to switch to qt5

Modified:
  head/graphics/opencsg/Makefile

Modified: head/graphics/opencsg/Makefile
==============================================================================
--- head/graphics/opencsg/Makefile	Fri Jan 11 17:12:37 2019	(r489985)
+++ head/graphics/opencsg/Makefile	Fri Jan 11 18:05:17 2019	(r489986)
@@ -14,10 +14,7 @@ COMMENT=	Constructive Solid Geometry rendering library
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../license.txt
 
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-
-USES=		compiler:c++11-lang qmake qt:4
+USES=		compiler:c++11-lang qmake qt:5
 USE_GL=		gl glew
 USE_QT=		qmake_build
 WRKSRC=		${WRKDIR}/${DISTNAME}/src



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901111805.x0BI5Hau017799>