Date: Thu, 13 Dec 2018 17:11:28 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487375 - head/graphics/diffpdf Message-ID: <201812131711.wBDHBSgT010122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Thu Dec 13 17:11:27 2018 New Revision: 487375 URL: https://svnweb.freebsd.org/changeset/ports/487375 Log: - use qt5 Obtained from: debian Modified: head/graphics/diffpdf/Makefile Modified: head/graphics/diffpdf/Makefile ============================================================================== --- head/graphics/diffpdf/Makefile Thu Dec 13 17:10:52 2018 (r487374) +++ head/graphics/diffpdf/Makefile Thu Dec 13 17:11:27 2018 (r487375) @@ -2,7 +2,7 @@ PORTNAME= diffpdf PORTVERSION= 2.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.qtrac.eu/ @@ -11,13 +11,11 @@ COMMENT= Compare two PDF files-textually or visually LICENSE= GPLv2+ -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 +LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 - -USES= compiler:c++11-lang qmake qt:4 -USE_QT= qmake_build moc_build rcc_build uic_build linguist_build +USES= compiler:c++11-lang qmake qt:5 +USE_GL= gl +USE_QT= buildtools linguist_build core gui printsupport widgets PLIST_FILES= bin/diffpdf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812131711.wBDHBSgT010122>