svn commit: r322911 - head/devel/p5-Eval-Closure
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 13 11:51:26 UTC 2013
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 <az at FreeBSD.org>
-#
+# Created by: Andrej Zverev <az at FreeBSD.org>
# $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/
More information about the svn-ports-head
mailing list