Date: Thu, 30 Aug 2012 15:41:37 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303382 - head/www/kpartsplugin Message-ID: <201208301541.q7UFfb96069977@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avilla Date: Thu Aug 30 15:41:36 2012 New Revision: 303382 URL: http://svn.freebsd.org/changeset/ports/303382 Log: - Update to 20120723. - Use USE_WEBPLUGINS. The plugin can now be used by browsers out of the box. Modified: head/www/kpartsplugin/Makefile (contents, props changed) head/www/kpartsplugin/distinfo (contents, props changed) head/www/kpartsplugin/pkg-plist (contents, props changed) Modified: head/www/kpartsplugin/Makefile ============================================================================== --- head/www/kpartsplugin/Makefile Thu Aug 30 15:31:25 2012 (r303381) +++ head/www/kpartsplugin/Makefile Thu Aug 30 15:41:36 2012 (r303382) @@ -18,9 +18,14 @@ USE_KDE4= kdehier kdelibs kdeprefix auto USE_QT4= gui moc_build qmake_build rcc_build uic_build USE_BZIP2= yes USE_CMAKE= yes -CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${LOCALBASE}/mozilla/plugins" +CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGINS_DIR}" MAKE_JOBS_SAFE= yes -PORTDATE= 20120605 +PORTDATE= 20120723 -.include <bsd.port.mk> +USE_WEBPLUGINS= native +WEBPLUGINS_FILES= lib${PORTNAME}.so + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/firefox/Makefile.webplugins" +.include <bsd.port.post.mk> Modified: head/www/kpartsplugin/distinfo ============================================================================== --- head/www/kpartsplugin/distinfo Thu Aug 30 15:31:25 2012 (r303381) +++ head/www/kpartsplugin/distinfo Thu Aug 30 15:41:36 2012 (r303382) @@ -1,2 +1,2 @@ -SHA256 (kpartsplugin-20120605.tar.bz2) = 2d4fef7efcd661c0dfab8f383b98b279ff8c296acf6fae4e9dc16da4e30e6da4 -SIZE (kpartsplugin-20120605.tar.bz2) = 34733 +SHA256 (kpartsplugin-20120723.tar.bz2) = dfdc7a9c810ce380e742b1911dce8b2f59136c6a17b0b1ca13d6f6c190c7f851 +SIZE (kpartsplugin-20120723.tar.bz2) = 34786 Modified: head/www/kpartsplugin/pkg-plist ============================================================================== --- head/www/kpartsplugin/pkg-plist Thu Aug 30 15:31:25 2012 (r303381) +++ head/www/kpartsplugin/pkg-plist Thu Aug 30 15:41:36 2012 (r303382) @@ -1,6 +1,4 @@ +%%WEBPLUGINS_DIR%%/libkpartsplugin.so lib/kde4/kcm_kpartsplugin.so share/kde4/services/kcm_kpartsplugin.desktop -@cwd %%LOCALBASE%% -mozilla/plugins/libkpartsplugin.so -@dirrmtry mozilla/plugins -@dirrmtry mozilla +@dirrm %%WEBPLUGINS_DIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208301541.q7UFfb96069977>