From owner-svn-ports-head@FreeBSD.ORG Thu Dec 20 11:58:03 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99E44E95; Thu, 20 Dec 2012 11:58:03 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 04F7C8FC12; Thu, 20 Dec 2012 11:58:02 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so3628939vba.27 for ; Thu, 20 Dec 2012 03:58:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=dh8VbfsxXICoeTLmekJrRNRTVT3F1eYBmcgh+XCTkJ4=; b=PB5pFipGYD47Mb40GFLR/T5WhN3NYpB1ZZZ+Vvnt/I03l3JS41tYFH30WQ9UmJFZcO isdnhQdGatmykACQn9VHl6SRFBHCVxJhcFP2FDtnrDJjbAmphXT93zaG0I2paPPZVodS VOs7Netb4SeZQRIAcc1xzHl5457lrxjYQUB991I1ZBKbtmEaPh6rcAcIIuJgTwFr639y MYdSZJ2DUcN8/JeRaKBu30QmD0VlVwZ1e+OgQ4mgsPuasdHqVSsdNmFAvJlxKESLF7yu vMWr5B936dycarWmRi2XoDMos3H3iLMbIA4bGJCDtE3qUAMHey0wPOLuz5FR/09EGAmt SAjw== X-Received: by 10.59.6.39 with SMTP id cr7mr14439636ved.17.1356004682275; Thu, 20 Dec 2012 03:58:02 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id ly6sm1980813veb.3.2012.12.20.03.58.00 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Dec 2012 03:58:01 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Dirk Meyer Subject: Re: svn commit: r309254 - in head/www: opera opera-linuxplugins Date: Thu, 20 Dec 2012 06:57:59 -0500 Message-ID: <4691490.3TcWF5C53F@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <201212191846.qBJIkK8i060530@svn.freebsd.org> References: <201212191846.qBJIkK8i060530@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 11:58:03 -0000 On Wednesday, December 19, 2012 18:46:20 Dirk Meyer wrote: > Modified: head/www/opera/pkg-plist > ============================================================================ > == --- head/www/opera/pkg-plist Wed Dec 19 18:41:27 2012 (r309253) > +++ head/www/opera/pkg-plist Wed Dec 19 18:46:20 2012 (r309254) > @@ -8,6 +8,7 @@ lib/opera/opera > lib/opera/plugins/README > lib/opera/pluginwrapper/operapluginwrapper > lib/opera/pluginwrapper/operapluginwrapper-native > +share/applications/mimeinfo.cache > share/applications/opera-browser.desktop > %%DOCSDIR%%/LGPL-2 > %%DOCSDIR%%/LICENSE > @@ -28,6 +29,18 @@ share/icons/hicolor/48x48/mimetypes/oper > share/icons/hicolor/scalable/mimetypes/opera-extension.svg > share/mime/application/x-opera-extension.xml > share/mime/packages/opera-extension.xml > +share/mime/XMLnamespaces > +share/mime/aliases > +share/mime/generic-icons > +share/mime/globs > +share/mime/globs2 > +share/mime/icons > +share/mime/magic > +share/mime/mime.cache > +share/mime/subclasses > +share/mime/treemagic > +share/mime/types > +share/mime/version > %%DATADIR%%/defaults/bookmarks.adr > %%DATADIR%%/defaults/dictionaries.xml > %%DATADIR%%/defaults/feedreaders.ini pkg-plist should be reverted. All of these items are shared amongst other applications that use mime data and their removal is handled by the misc/shared-mime-info port. Side note: It would be nice to convert the installing of %DOCSDIR%%/LGPL-2 and %%DOCSDIR%%/LICENSE into the LICENSE macro if possible. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team