Date: Mon, 27 Jul 2015 19:01:07 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393008 - head/graphics/qiviewer Message-ID: <201507271901.t6RJ17a1017588@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vg Date: Mon Jul 27 19:01:06 2015 New Revision: 393008 URL: https://svnweb.freebsd.org/changeset/ports/393008 Log: - Add LICENSE_FILE. - Use qt4-linguisttools instead of qt4-linguist for lrelease-qt4 (build stage only). - Remove qt4-xml and qt4-dbus from dependencies (unused); add qt4-corelib. - Add USES=desktop-file-utils (for qiviewer.desktop) - Mute post-configure target. - Bump PORTREVISION (dependency list was changed). PR: ports/201869 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Modified: head/graphics/qiviewer/Makefile Modified: head/graphics/qiviewer/Makefile ============================================================================== --- head/graphics/qiviewer/Makefile Mon Jul 27 18:59:31 2015 (r393007) +++ head/graphics/qiviewer/Makefile Mon Jul 27 19:01:06 2015 (r393008) @@ -3,7 +3,7 @@ PORTNAME= qiviewer PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -11,9 +11,10 @@ MAINTAINER= vg@FreeBSD.org COMMENT= Fast and lightweight image viewer LICENSE= GPLv2 +LICENSE_FILE= ${WRKDIR}/${PORTNAME}/COPYING -USES= qmake tar:bzip2 -USE_QT4= gui xml dbus imageformats_run linguist_build \ +USES= desktop-file-utils qmake tar:bzip2 +USE_QT4= corelib gui imageformats_run linguisttools_build \ moc_build rcc_build uic_build PLIST_FILES= bin/qiviewer \ @@ -29,7 +30,7 @@ WEBP_DESC= Support for WebP image format WEBP_QMAKE_ON= CONFIG+=enable-webp post-configure: - ${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|g' \ + @${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|g' \ ${WRKSRC}/Makefile .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507271901.t6RJ17a1017588>