From owner-svn-ports-all@FreeBSD.ORG Sat Jul 13 11:51:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84D9A91B; Sat, 13 Jul 2013 11:51:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6759C1C8B; Sat, 13 Jul 2013 11:51:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6DBpQQK008646; Sat, 13 Jul 2013 11:51:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6DBpPM0008643; Sat, 13 Jul 2013 11:51:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201307131151.r6DBpPM0008643@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jul 2013 11:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322911 - head/devel/p5-Eval-Closure 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.14 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: Sat, 13 Jul 2013 11:51:26 -0000 Author: sunpoet Date: Sat Jul 13 11:51:25 2013 New Revision: 322911 URL: http://svnweb.freebsd.org/changeset/ports/322911 Log: - Update to 0.10 - Cleanup Makefile header - Fix pkg-descr: - Remove trailing space - Use space after WWW: Changes: http://search.cpan.org/dist/Eval-Closure/Changes Modified: head/devel/p5-Eval-Closure/Makefile head/devel/p5-Eval-Closure/distinfo (contents, props changed) head/devel/p5-Eval-Closure/pkg-descr (contents, props changed) Modified: head/devel/p5-Eval-Closure/Makefile ============================================================================== --- head/devel/p5-Eval-Closure/Makefile Sat Jul 13 11:44:48 2013 (r322910) +++ head/devel/p5-Eval-Closure/Makefile Sat Jul 13 11:51:25 2013 (r322911) @@ -1,12 +1,8 @@ -# New ports collection makefile for: Eval::Closure -# Date created: 2011-06-06 -# Whom: Andrej Zverev -# +# Created by: Andrej Zverev # $FreeBSD$ -# PORTNAME= Eval-Closure -PORTVERSION= 0.08 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY @@ -18,10 +14,8 @@ COMMENT= Safely and cleanly create closu LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny +BUILD_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ Modified: head/devel/p5-Eval-Closure/distinfo ============================================================================== --- head/devel/p5-Eval-Closure/distinfo Sat Jul 13 11:44:48 2013 (r322910) +++ head/devel/p5-Eval-Closure/distinfo Sat Jul 13 11:51:25 2013 (r322911) @@ -1,2 +1,2 @@ -SHA256 (Eval-Closure-0.08.tar.gz) = 738ce424d68ce1ac93c0b1539d6740ac8fff81fdd06ef7e4c8b022296922a407 -SIZE (Eval-Closure-0.08.tar.gz) = 16746 +SHA256 (Eval-Closure-0.10.tar.gz) = df8a0e15408032630c4c8159da1b6dc3b093c341924720aa0653f8d11e32716b +SIZE (Eval-Closure-0.10.tar.gz) = 17598 Modified: head/devel/p5-Eval-Closure/pkg-descr ============================================================================== --- head/devel/p5-Eval-Closure/pkg-descr Sat Jul 13 11:44:48 2013 (r322910) +++ head/devel/p5-Eval-Closure/pkg-descr Sat Jul 13 11:51:25 2013 (r322911) @@ -1,7 +1,7 @@ String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without -its issues however - it's difficult to control the scope it's used in (which +its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it can be quite slow, especially if doing a large number of evals. @@ -13,4 +13,4 @@ environment, will be much faster (but no string to be evaled, so it must also be the same (or non-existent) if caching is to work properly). -WWW: http://search.cpan.org/dist/Eval-Closure/ +WWW: http://search.cpan.org/dist/Eval-Closure/