From owner-svn-ports-all@FreeBSD.ORG Thu Nov 14 18:45:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 158BE2CD; Thu, 14 Nov 2013 18:45:55 +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 04E462491; Thu, 14 Nov 2013 18:45:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAEIjsh8041255; Thu, 14 Nov 2013 18:45:54 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAEIjsSH041253; Thu, 14 Nov 2013 18:45:54 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201311141845.rAEIjsSH041253@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 14 Nov 2013 18:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333784 - 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.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: Thu, 14 Nov 2013 18:45:55 -0000 Author: jkim Date: Thu Nov 14 18:45:54 2013 New Revision: 333784 URL: http://svnweb.freebsd.org/changeset/ports/333784 Log: Move the libflashplayer.so to its own directory. Approved by: eadler (maintainer) 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 Thu Nov 14 18:43:25 2013 (r333783) +++ head/www/linux-f10-flashplugin11/Makefile Thu Nov 14 18:45:54 2013 (r333784) @@ -3,6 +3,7 @@ PORTNAME= flashplugin PORTVERSION= 11.2r202.327 +PORTREVISION= 1 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ LOCAL/nox:suplib @@ -26,7 +27,6 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USES= webplugin:linux -WEBPLUGIN_NAME= # empty WEBPLUGIN_FILES= libflashplayer.so OPTIONS_DEFINE= GNOME Modified: head/www/linux-f10-flashplugin11/pkg-plist ============================================================================== --- head/www/linux-f10-flashplugin11/pkg-plist Thu Nov 14 18:43:25 2013 (r333783) +++ head/www/linux-f10-flashplugin11/pkg-plist Thu Nov 14 18:45:54 2013 (r333784) @@ -1,5 +1,5 @@ bin/flash-player-properties -%%WEBPLUGIN_DIR%%libflashplayer.so +%%WEBPLUGIN_DIR%%/libflashplayer.so share/applications/flash-player-properties.desktop share/icons/hicolor/16x16/apps/flash-player-properties.png share/icons/hicolor/22x22/apps/flash-player-properties.png