svn commit: r493692 - head/graphics/yafaray
Yuri Victorovich
yuri at FreeBSD.org
Sat Feb 23 16:00:48 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list