From owner-svn-ports-all@FreeBSD.ORG Tue Nov 12 18:18:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D921451; Tue, 12 Nov 2013 18:18:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CFBF2AB3; Tue, 12 Nov 2013 18:18:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rACIIcI3051111; Tue, 12 Nov 2013 18:18:38 GMT (envelope-from avilla@svn.freebsd.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rACIIchZ051109; Tue, 12 Nov 2013 18:18:38 GMT (envelope-from avilla@svn.freebsd.org) Message-Id: <201311121818.rACIIchZ051109@svn.freebsd.org> From: Alberto Villa Date: Tue, 12 Nov 2013 18:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333596 - head/www/kpartsplugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 18:18:39 -0000 Author: avilla Date: Tue Nov 12 18:18:38 2013 New Revision: 333596 URL: http://svnweb.freebsd.org/changeset/ports/333596 Log: - Use USES=webplugin. - Mark explicit dependency on qt4-corelib. Modified: head/www/kpartsplugin/Makefile head/www/kpartsplugin/pkg-plist Modified: head/www/kpartsplugin/Makefile ============================================================================== --- head/www/kpartsplugin/Makefile Tue Nov 12 18:01:39 2013 (r333595) +++ head/www/kpartsplugin/Makefile Tue Nov 12 18:18:38 2013 (r333596) @@ -11,18 +11,14 @@ MAINTAINER= avilla@FreeBSD.org COMMENT= Browser file viewer using KDE technology USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USE_QT4= gui moc_build qmake_build rcc_build uic_build +USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USE_BZIP2= yes -USES= cmake -CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGINS_DIR}" +USES= cmake webplugin:native +CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}" PORTDATE= 20120723 -USE_WEBPLUGINS= native -WEBPLUGINS_NAME= # empty -WEBPLUGINS_FILES= lib${PORTNAME}.so +WEBPLUGIN_NAME= # empty +WEBPLUGIN_FILES=lib${PORTNAME}.so -NO_STAGE= yes -.include -.include "${.CURDIR}/../../www/firefox/Makefile.webplugins" -.include +.include Modified: head/www/kpartsplugin/pkg-plist ============================================================================== --- head/www/kpartsplugin/pkg-plist Tue Nov 12 18:01:39 2013 (r333595) +++ head/www/kpartsplugin/pkg-plist Tue Nov 12 18:18:38 2013 (r333596) @@ -1,4 +1,4 @@ -%%WEBPLUGINS_DIR%%/libkpartsplugin.so +%%WEBPLUGIN_DIR%%/libkpartsplugin.so lib/kde4/kcm_kpartsplugin.so share/kde4/services/kcm_kpartsplugin.desktop -@dirrmtry %%WEBPLUGINS_DIR%% +@dirrmtry %%WEBPLUGIN_DIR%%