Date: Tue, 26 Nov 2013 11:39:45 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334924 - head/www/qupzilla Message-ID: <201311261139.rAQBdjvw039226@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Tue Nov 26 11:39:44 2013 New Revision: 334924 URL: http://svnweb.freebsd.org/changeset/ports/334924 Log: - Convert to USES=qmake - Add missing USES=desktop-file-utils - Add stage support - Adjust USE_QT4 components - Fix plist Approved by: portmgr (blanket approval) Modified: head/www/qupzilla/Makefile head/www/qupzilla/pkg-plist Modified: head/www/qupzilla/Makefile ============================================================================== --- head/www/qupzilla/Makefile Tue Nov 26 10:44:18 2013 (r334923) +++ head/www/qupzilla/Makefile Tue Nov 26 11:39:44 2013 (r334924) @@ -13,18 +13,13 @@ LICENSE= GPLv3 LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell -HAS_CONFIGURE= yes -USE_QT4= gui moc_build qmake_build rcc_build uic_build webkit \ - dbus xml script sql network imageformats linguist_build -MAKE_ENV+= QUPZILLA_PREFIX=${PREFIX}/ USE_LIBPATH=${PREFIX}/lib/ +USES= desktop-file-utils qmake +USE_QT4= gui moc_build rcc_build uic_build webkit \ + dbus xml script sql network imageformats_run linguist_build +QMAKE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes -NO_STAGE= yes -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} QupZilla.pro - post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/tests/autotests/qztoolstest.cpp \ Modified: head/www/qupzilla/pkg-plist ============================================================================== --- head/www/qupzilla/pkg-plist Tue Nov 26 10:44:18 2013 (r334923) +++ head/www/qupzilla/pkg-plist Tue Nov 26 11:39:44 2013 (r334924) @@ -7,6 +7,7 @@ lib/qupzilla/libAccessKeysNavigation.so lib/qupzilla/libGreaseMonkey.so lib/qupzilla/libMouseGestures.so lib/qupzilla/libPIM.so +lib/qupzilla/libTestPlugin.so share/applications/qupzilla.desktop share/bash-completion/completions/qupzilla share/icons/hicolor/128x128/apps/qupzilla.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261139.rAQBdjvw039226>