From owner-svn-ports-head@freebsd.org Wed Feb 6 01:18:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C1FE14D714D; Wed, 6 Feb 2019 01:18:49 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BB5B73A14; Wed, 6 Feb 2019 01:18:49 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED193260BF; Wed, 6 Feb 2019 01:18:48 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x161Imo0074432; Wed, 6 Feb 2019 01:18:48 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x161Imf4074430; Wed, 6 Feb 2019 01:18:48 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201902060118.x161Imf4074430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Wed, 6 Feb 2019 01:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492285 - head/print/qpdfview X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/print/qpdfview X-SVN-Commit-Revision: 492285 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0BB5B73A14 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2019 01:18:49 -0000 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 (maintainer) Lorenzo Salvadore (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 - -.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