Date: Wed, 6 Feb 2019 01:18:48 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492285 - head/print/qpdfview Message-ID: <201902060118.x161Imf4074430@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Wed Feb 6 01:18:48 2019 New Revision: 492285 URL: https://svnweb.freebsd.org/changeset/ports/492285 Log: print/qpdfview: Update to 0.4.18.b1 While here, - Make portlint happy - Some make options cleanup - Remove Qt4 conditional deprecation as Qt4 support has already been dropped at r487596 PR: 233352 Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer) Lorenzo Salvadore <phascolarctos@protonmail.ch> (initial version) Modified: head/print/qpdfview/Makefile head/print/qpdfview/distinfo head/print/qpdfview/pkg-plist Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Wed Feb 6 00:44:28 2019 (r492284) +++ head/print/qpdfview/Makefile Wed Feb 6 01:18:48 2019 (r492285) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qpdfview -DISTVERSION= 0.4.17beta1 -PORTREVISION= 5 +DISTVERSION= 0.4.18beta1 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ @@ -16,18 +15,17 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5 +USES+= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 USE_LDCONFIG= yes -USE_QT= buildtools_build concurrent imageformats linguisttools printsupport sql sql-sqlite3 svg xml +USE_QT= buildtools_build concurrent core dbus gui imageformats linguisttools printsupport sql sql-sqlite3 svg widgets xml +USE_GL= gl + QMAKE_SOURCE_PATH= ${PORTNAME}.pro DATADIR= ${PREFIX}/share/${PORTNAME} -OPTIONS_DEFINE= CUPS -OPTIONS_MULTI= BACKEND -OPTIONS_MULTI_BACKEND= DJVU PS -BACKEND_DESC= Additional documents support -OPTIONS_DEFAULT= CUPS PS +OPTIONS_DEFINE= CUPS DJVU PS +OPTIONS_DEFAULT= CUPS DJVU PS OPTIONS_SUB= yes CUPS_QMAKE_OFF= "CONFIG+=without_cups" @@ -40,11 +38,6 @@ PS_LIB_DEPENDS= libspectre.so:print/libspectre PS_QMAKE_OFF= "CONFIG+=without_ps" .include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif pre-configure: ${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g;s#${PREFIX}/share/man#${PREFIX}/man#g' \ Modified: head/print/qpdfview/distinfo ============================================================================== --- head/print/qpdfview/distinfo Wed Feb 6 00:44:28 2019 (r492284) +++ head/print/qpdfview/distinfo Wed Feb 6 01:18:48 2019 (r492285) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506698623 -SHA256 (qpdfview-0.4.17beta1.tar.gz) = 60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f -SIZE (qpdfview-0.4.17beta1.tar.gz) = 658978 +TIMESTAMP = 1545829366 +SHA256 (qpdfview-0.4.18beta1.tar.gz) = 36d97b88514be66ede66c30f68a8ad26b3e76fe39f27d3789c02775ce92859a2 +SIZE (qpdfview-0.4.18beta1.tar.gz) = 780840 Modified: head/print/qpdfview/pkg-plist ============================================================================== --- head/print/qpdfview/pkg-plist Wed Feb 6 00:44:28 2019 (r492284) +++ head/print/qpdfview/pkg-plist Wed Feb 6 01:18:48 2019 (r492285) @@ -10,7 +10,9 @@ share/icons/hicolor/scalable/apps/qpdfview.svg %%DATADIR%%/help.html %%DATADIR%%/help_az.html %%DATADIR%%/help_bg.html +%%DATADIR%%/help_ca.html %%DATADIR%%/help_cs.html +%%DATADIR%%/help_da.html %%DATADIR%%/help_de.html %%DATADIR%%/help_en_GB.html %%DATADIR%%/help_es.html @@ -21,6 +23,7 @@ share/icons/hicolor/scalable/apps/qpdfview.svg %%DATADIR%%/help_it.html %%DATADIR%%/help_ja.html %%DATADIR%%/help_ko.html +%%DATADIR%%/help_ku.html %%DATADIR%%/help_lt.html %%DATADIR%%/help_ms.html %%DATADIR%%/help_pl.html @@ -28,10 +31,13 @@ share/icons/hicolor/scalable/apps/qpdfview.svg %%DATADIR%%/help_pt_BR.html %%DATADIR%%/help_ru.html %%DATADIR%%/help_sk.html +%%DATADIR%%/help_sr.html %%DATADIR%%/help_sv.html +%%DATADIR%%/help_tr.html %%DATADIR%%/help_uk.html %%DATADIR%%/help_vi.html %%DATADIR%%/help_zh_CN.html +%%DATADIR%%/help_zh_TW.html %%DATADIR%%/qpdfview_ast.qm %%DATADIR%%/qpdfview_az.qm %%DATADIR%%/qpdfview_be.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902060118.x161Imf4074430>