From owner-svn-ports-all@FreeBSD.ORG Mon Sep 22 11:54:38 2014 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 96D7B661; Mon, 22 Sep 2014 11:54:38 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 665E8A57; Mon, 22 Sep 2014 11:54:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8MBscLu039325; Mon, 22 Sep 2014 11:54:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8MBsbL8039323; Mon, 22 Sep 2014 11:54:37 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409221154.s8MBsbL8039323@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 22 Sep 2014 11:54:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368853 - head/www/linux-f10-flashplugin11 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.18-1 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: Mon, 22 Sep 2014 11:54:38 -0000 Author: bapt Date: Mon Sep 22 11:54:37 2014 New Revision: 368853 URL: http://svnweb.freebsd.org/changeset/ports/368853 QAT: https://qat.redports.org/buildarchive/r368853/ Log: Add missing dependency on desktop-file-utils Simplify plist Modified: head/www/linux-f10-flashplugin11/Makefile head/www/linux-f10-flashplugin11/pkg-plist Modified: head/www/linux-f10-flashplugin11/Makefile ============================================================================== --- head/www/linux-f10-flashplugin11/Makefile Mon Sep 22 11:50:42 2014 (r368852) +++ head/www/linux-f10-flashplugin11/Makefile Mon Sep 22 11:54:37 2014 (r368853) @@ -25,7 +25,7 @@ RESTRICTED_FILES= ${DISTFILES:Nlinux-f10 NO_BUILD= yes NO_WRKSUBDIR= yes -USES= webplugin:linux +USES= webplugin:linux desktop-file-utils WEBPLUGIN_FILES= libflashplayer.so OPTIONS_DEFINE= GNOME Modified: head/www/linux-f10-flashplugin11/pkg-plist ============================================================================== --- head/www/linux-f10-flashplugin11/pkg-plist Mon Sep 22 11:50:42 2014 (r368852) +++ head/www/linux-f10-flashplugin11/pkg-plist Mon Sep 22 11:54:37 2014 (r368853) @@ -6,19 +6,4 @@ share/icons/hicolor/22x22/apps/flash-pla share/icons/hicolor/24x24/apps/flash-player-properties.png share/icons/hicolor/32x32/apps/flash-player-properties.png share/icons/hicolor/48x48/apps/flash-player-properties.png -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry %%WEBPLUGIN_DIR%% -@cwd /compat/linux -usr/lib/libflashsupport.so -@cwd %%RESETPREFIX%% +/compat/linux/usr/lib/libflashsupport.so