From owner-svn-ports-head@FreeBSD.ORG Sun Sep 28 07:04:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2857C980; Sun, 28 Sep 2014 07:04:20 +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 15030C2B; Sun, 28 Sep 2014 07:04:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S74JU5058368; Sun, 28 Sep 2014 07:04:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S74JYd058367; Sun, 28 Sep 2014 07:04:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409280704.s8S74JYd058367@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 Sep 2014 07:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369439 - head/graphics/osg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 28 Sep 2014 07:04:20 -0000 Author: amdmi3 Date: Sun Sep 28 07:04:19 2014 New Revision: 369439 URL: http://svnweb.freebsd.org/changeset/ports/369439 QAT: https://qat.redports.org/buildarchive/r369439/ Log: - Drop @dirrm* from plist Modified: head/graphics/osg/pkg-plist Modified: head/graphics/osg/pkg-plist ============================================================================== --- head/graphics/osg/pkg-plist Sun Sep 28 07:04:15 2014 (r369438) +++ head/graphics/osg/pkg-plist Sun Sep 28 07:04:19 2014 (r369439) @@ -733,24 +733,3 @@ libdata/pkgconfig/openscenegraph-osgVolu libdata/pkgconfig/openscenegraph-osgWidget.pc libdata/pkgconfig/openscenegraph.pc libdata/pkgconfig/openthreads.pc -@dirrm lib/osgPlugins-%%OSG_VERSION%% -@dirrm include/osgWidget -@dirrm include/osgVolume -@dirrm include/osgViewer/api/X11 -@dirrm include/osgViewer/api -@dirrm include/osgViewer -@dirrm include/osgUtil -@dirrm include/osgText -@dirrm include/osgTerrain -@dirrm include/osgSim -@dirrm include/osgShadow -%%QT4%%@dirrm include/osgQt -@dirrm include/osgPresentation -@dirrm include/osgParticle -@dirrm include/osgManipulator -@dirrm include/osgGA -@dirrm include/osgFX -@dirrm include/osgDB -@dirrm include/osgAnimation -@dirrm include/osg -@dirrm include/OpenThreads