Updated to latest (0.4.3)
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Sun Jun 2 16:41:27 2013 New Revision: 319685 URL: http://svnweb.freebsd.org/changeset/ports/319685 Log: Update to version 0.4.3 PR: ports/179073 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) Modified: head/print/qpdfview/Makefile head/print/qpdfview/distinfo head/print/qpdfview/pkg-plist Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Sun Jun 2 16:39:26 2013 (r319684) +++ head/print/qpdfview/Makefile Sun Jun 2 16:41:27 2013 (r319685) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= qpdfview -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.4.3 CATEGORIES= print -MASTER_SITES= https://launchpadlibrarian.net/131409309/ +MASTER_SITES= https://launchpadlibrarian.net/140746246/ MAINTAINER= g.veniamin@googlemail.com COMMENT= Tabbed PDF viewer using the poppler library @@ -15,8 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ cups:${PORTSDIR}/print/cups-client -USE_QT4= corelib dbus gui imageformats moc_build qmake_build rcc_build \ - sql sql-sqlite3_run svg xml +USE_QT4= corelib dbus gui imageformats linguist_build moc_build \ + qmake_build rcc_build sql sql-sqlite3_run svg xml QMAKEFLAGS+= QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE="" DATADIR= ${PREFIX}/share/${PORTNAME} @@ -58,6 +57,7 @@ pre-configure: ${WRKSRC}/${PORTNAME}.pri do-configure: + cd ${WRKSRC} && lrelease-qt4 ${PORTNAME}.pro cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} ${PORTNAME}.pro .include <bsd.port.mk> Modified: head/print/qpdfview/distinfo ============================================================================== --- head/print/qpdfview/distinfo Sun Jun 2 16:39:26 2013 (r319684) +++ head/print/qpdfview/distinfo Sun Jun 2 16:41:27 2013 (r319685) @@ -1,2 +1,2 @@ -SHA256 (qpdfview-0.4.tar.gz) = 6191e6ae15f228bce9ac0c58dd5032122fa2986d50f7585859cd64a7fd2b5499 -SIZE (qpdfview-0.4.tar.gz) = 396479 +SHA256 (qpdfview-0.4.3.tar.gz) = 66c579e6e837aed532a1389ced4987cce1055cea36f8b3d61b634dd8cbdd8c79 +SIZE (qpdfview-0.4.3.tar.gz) = 351371 Modified: head/print/qpdfview/pkg-plist ============================================================================== --- head/print/qpdfview/pkg-plist Sun Jun 2 16:39:26 2013 (r319684) +++ head/print/qpdfview/pkg-plist Sun Jun 2 16:41:27 2013 (r319685) @@ -6,6 +6,8 @@ share/applications/qpdfview.desktop %%DATADIR%%/help.html %%DATADIR%%/qpdfview.svg %%DATADIR%%/qpdfview_ast.qm +%%DATADIR%%/qpdfview_az.qm +%%DATADIR%%/qpdfview_bg.qm %%DATADIR%%/qpdfview_bs.qm %%DATADIR%%/qpdfview_ca.qm %%DATADIR%%/qpdfview_cs.qm @@ -13,10 +15,12 @@ share/applications/qpdfview.desktop %%DATADIR%%/qpdfview_de.qm %%DATADIR%%/qpdfview_el.qm %%DATADIR%%/qpdfview_en_GB.qm +%%DATADIR%%/qpdfview_eo.qm %%DATADIR%%/qpdfview_es.qm %%DATADIR%%/qpdfview_eu.qm %%DATADIR%%/qpdfview_fi.qm %%DATADIR%%/qpdfview_fr.qm +%%DATADIR%%/qpdfview_gl.qm %%DATADIR%%/qpdfview_he.qm %%DATADIR%%/qpdfview_hr.qm %%DATADIR%%/qpdfview_id.qm _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!