From owner-svn-ports-all@freebsd.org Sun Aug 28 15:28:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31D9BBA6E14; Sun, 28 Aug 2016 15:28:32 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF8F9DE5; Sun, 28 Aug 2016 15:28:31 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id db201b19 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Sun, 28 Aug 2016 09:28:29 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r421011 - in head/www: . p5-Catalyst-View-TT-Alloy From: Adam Weinberger In-Reply-To: <201608280805.u7S85lTQ078166@repo.freebsd.org> Date: Sun, 28 Aug 2016 09:28:26 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1DAC31AA-3255-4F5B-913C-89A96263C5C3@adamw.org> References: <201608280805.u7S85lTQ078166@repo.freebsd.org> To: Kurt Jaeger X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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: Sun, 28 Aug 2016 15:28:32 -0000 > On 28 Aug, 2016, at 2:05, Kurt Jaeger wrote: >=20 > Author: pi > Date: Sun Aug 28 08:05:47 2016 > New Revision: 421011 > URL: https://svnweb.freebsd.org/changeset/ports/421011 >=20 > Log: > New port: www/p5-Catalyst-View-TT-Alloy >=20 > +BUILD_DEPENDS=3D p5-Catalyst-Runtime>=3D5.7:www/p5-Catalyst-Runtime= \ > + p5-Data-Dump>=3D0:devel/p5-Data-Dump \ > + p5-Path-Class>=3D0:devel/p5-Path-Class \ > + p5-Template-Alloy>=3D0:www/p5-Template-Alloy \ > + p5-parent>=3D0:devel/p5-parent parent has been part of Perl core for 7 years. Just a reminder, you can check if something is a core Perl module by: $ corelist parent parent was first released with perl v5.10.1 > +++ head/www/p5-Catalyst-View-TT-Alloy/pkg-plist Sun Aug 28 = 08:05:47 2016 (r421011) > @@ -0,0 +1,10 @@ > +%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz > +%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz > +%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm > +%%SITE_PERL%%/Catalyst/Helper/View/TT/Alloy.pm > +@dir %%SITE_PERL%%/Catalyst/View/TT > +@dir %%SITE_PERL%%/Catalyst/View > +@dir %%SITE_PERL%%/Catalyst/Helper/View/TT > +@dir %%SITE_PERL%%/Catalyst/Helper/View > +@dir %%SITE_PERL%%/Catalyst/Helper > +@dir %%SITE_PERL%%/Catalyst This plist is unsorted, and none of those @dir's are necessary. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org