From owner-svn-ports-all@FreeBSD.ORG Thu Mar 5 14:41:18 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A3B6228; Thu, 5 Mar 2015 14:41:18 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F4EBFEE; Thu, 5 Mar 2015 14:41:17 +0000 (UTC) Received: from [10.31.9.209] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 8CEEE43CB2; Thu, 5 Mar 2015 08:41:09 -0600 (CST) Message-ID: <54F86B04.5060303@marino.st> Date: Thu, 05 Mar 2015 15:41:08 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r380500 - head/math/freemat References: <201503051437.t25EbSi1085183@svn.freebsd.org> In-Reply-To: <201503051437.t25EbSi1085183@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Thu, 05 Mar 2015 14:41:18 -0000 On 3/5/2015 15:37, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Thu Mar 5 14:37:27 2015 > New Revision: 380500 > URL: https://svnweb.freebsd.org/changeset/ports/380500 > QAT: https://qat.redports.org/buildarchive/r380500/ > > Log: > - Add empty directories to plist > > Added: > head/math/freemat/pkg-plist (contents, props changed) > Modified: > head/math/freemat/Makefile > > Modified: head/math/freemat/Makefile > ============================================================================== > --- head/math/freemat/Makefile Thu Mar 5 14:37:02 2015 (r380499) > +++ head/math/freemat/Makefile Thu Mar 5 14:37:27 2015 (r380500) > @@ -40,7 +40,6 @@ LDFLAGS+= -L${LOCALBASE}/llvm33/lib > DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} > DESKTOP_ENTRIES="FreeMat" "" "${PREFIX}/share/pixmaps/freemat.png" \ > "FreeMat" "Science;Math;NumericalAnalysis;" true > -PLIST_FILES= bin/FreeMat bin/blas.ini share/pixmaps/freemat.png > PORTDATA= * > > post-install: > > Added: head/math/freemat/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/math/freemat/pkg-plist Thu Mar 5 14:37:27 2015 (r380500) > @@ -0,0 +1,23 @@ > +bin/FreeMat > +bin/blas.ini > +share/pixmaps/freemat.png > +@dir %%DATADIR%%/toolbox/tests/vtkwidgets > +@dir %%DATADIR%%/toolbox/tests/vtkvolumerendering > +@dir %%DATADIR%%/toolbox/tests/vtkviews > +@dir %%DATADIR%%/toolbox/tests/vtkrendering > +@dir %%DATADIR%%/toolbox/tests/vtkparallel > +@dir %%DATADIR%%/toolbox/tests/vtkio > +@dir %%DATADIR%%/toolbox/tests/vtkinfovis > +@dir %%DATADIR%%/toolbox/tests/vtkimaging > +@dir %%DATADIR%%/toolbox/tests/vtkhybrid > +@dir %%DATADIR%%/toolbox/tests/vtkgraphics > +@dir %%DATADIR%%/toolbox/tests/vtkgeovis > +@dir %%DATADIR%%/toolbox/tests/vtkfiltering > +@dir %%DATADIR%%/toolbox/tests/vtkcommon > +@dir %%DATADIR%%/toolbox/tests/os > +@dir %%DATADIR%%/toolbox/tests/num > +@dir %%DATADIR%%/toolbox/tests/mathfunctions > +@dir %%DATADIR%%/toolbox/tests/introduction > +@dir %%DATADIR%%/toolbox/tests/glwin > +@dir %%DATADIR%%/toolbox/tests/function > +@dir %%DATADIR%%/toolbox/tests/debug > I would REVBUMP this. John