Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2019 16:00:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493692 - head/graphics/yafaray
Message-ID:  <201902231600.x1NG0l9J017234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 23 16:00:47 2019
New Revision: 493692
URL: https://svnweb.freebsd.org/changeset/ports/493692

Log:
  graphics/yafaray: Update 3.3.0-11 -> 3.3.0-15
  
  This update includes the Qt5 compatibility patch

Modified:
  head/graphics/yafaray/Makefile
  head/graphics/yafaray/distinfo

Modified: head/graphics/yafaray/Makefile
==============================================================================
--- head/graphics/yafaray/Makefile	Sat Feb 23 15:58:36 2019	(r493691)
+++ head/graphics/yafaray/Makefile	Sat Feb 23 16:00:47 2019	(r493692)
@@ -3,9 +3,8 @@
 
 PORTNAME=	yafaray
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.3.0-11
-DISTVERSIONSUFFIX=	-g1c0b43a
-PORTREVISION=	2
+DISTVERSION=	3.3.0-15
+DISTVERSIONSUFFIX=	-g67f6586
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org
@@ -41,16 +40,11 @@ OPTIONS_DEFINE=	DOCS QT
 OPTIONS_SUB=	yes
 
 QT_DESC=	Enable Qt Gui build
-QT_USES=	qt:4
+QT_USES=	qt:5
 QT_CMAKE_BOOL=	WITH_QT
-QT_USE=		QT=corelib,gui,moc_build,qmake_build,rcc_build,uic_build
+QT_USE=		QT=core,gui,widgets,qmake_build,buildtools_build,qmake_build
 
 .include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT}
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-.endif
 
 post-install:
 	@${RM} ${STAGEDIR}${DOCSDIR}/LICENSES

Modified: head/graphics/yafaray/distinfo
==============================================================================
--- head/graphics/yafaray/distinfo	Sat Feb 23 15:58:36 2019	(r493691)
+++ head/graphics/yafaray/distinfo	Sat Feb 23 16:00:47 2019	(r493692)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538876702
-SHA256 (YafaRay-Core-v3.3.0-11-g1c0b43a_GH0.tar.gz) = 400c1e0c8d8b832ded6604daf438c53450b65f14f8ea3736b772f4b53f0e9c3f
-SIZE (YafaRay-Core-v3.3.0-11-g1c0b43a_GH0.tar.gz) = 1136115
+TIMESTAMP = 1550937026
+SHA256 (YafaRay-Core-v3.3.0-15-g67f6586_GH0.tar.gz) = e737686996886f4380aca1de87fdabdf63ccdf53298b5e28c1c597754550b540
+SIZE (YafaRay-Core-v3.3.0-15-g67f6586_GH0.tar.gz) = 1136004



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