aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-07-13 19:51:25 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-07-13 19:51:25 +0800
commit523c354e3c4b3713c2c3ce6e8d8ff884f2e959a0 (patch)
treed0c403fe70c4ac035d414fb76756152cb73c3abb /devel
parent7e90f9315ec634d278fca976b69244d8e1327b47 (diff)
downloadfreebsd-ports-gnome-523c354e3c4b3713c2c3ce6e8d8ff884f2e959a0.tar.gz
freebsd-ports-gnome-523c354e3c4b3713c2c3ce6e8d8ff884f2e959a0.tar.zst
freebsd-ports-gnome-523c354e3c4b3713c2c3ce6e8d8ff884f2e959a0.zip
- 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
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Eval-Closure/Makefile12
-rw-r--r--devel/p5-Eval-Closure/distinfo4
-rw-r--r--devel/p5-Eval-Closure/pkg-descr4
3 files changed, 7 insertions, 13 deletions
diff --git a/devel/p5-Eval-Closure/Makefile b/devel/p5-Eval-Closure/Makefile
index ed93384b8a88..3cd20a7dde15 100644
--- a/devel/p5-Eval-Closure/Makefile
+++ b/devel/p5-Eval-Closure/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: Eval::Closure
-# Date created: 2011-06-06
-# Whom: Andrej Zverev <az@FreeBSD.org>
-#
+# Created by: Andrej Zverev <az@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 closures via string eval
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 \
diff --git a/devel/p5-Eval-Closure/distinfo b/devel/p5-Eval-Closure/distinfo
index d529427ecbc1..2b430cb3f503 100644
--- a/devel/p5-Eval-Closure/distinfo
+++ b/devel/p5-Eval-Closure/distinfo
@@ -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
diff --git a/devel/p5-Eval-Closure/pkg-descr b/devel/p5-Eval-Closure/pkg-descr
index 6c782c386db9..f1bf953e71b9 100644
--- a/devel/p5-Eval-Closure/pkg-descr
+++ b/devel/p5-Eval-Closure/pkg-descr
@@ -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 note that the description is part of the
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/