aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2012-01-24 13:53:35 +0800
committerculot <culot@FreeBSD.org>2012-01-24 13:53:35 +0800
commite7c9d218817fd437b77af7853d20b770596f0bdf (patch)
treedc24d79ef2999c55a57ead9e8cb90ec4200bbf30 /devel
parent81a8fa2a5e396f2bf30ee0f02288dcb8a8a8d3ff (diff)
downloadfreebsd-ports-gnome-e7c9d218817fd437b77af7853d20b770596f0bdf.tar.gz
freebsd-ports-gnome-e7c9d218817fd437b77af7853d20b770596f0bdf.tar.zst
freebsd-ports-gnome-e7c9d218817fd437b77af7853d20b770596f0bdf.zip
- Update to 1.102912 [1]
- Add LICENSE (Artistic 1 & GPL 1) - Add missing dependency on namespace::clean - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Add TEST_DEPENDS PR: ports/164412 [1] Submitted by: Denis Pokataev <catone@cpan.org> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-AnyEvent-Subprocess/Makefile17
-rw-r--r--devel/p5-AnyEvent-Subprocess/distinfo4
2 files changed, 14 insertions, 7 deletions
diff --git a/devel/p5-AnyEvent-Subprocess/Makefile b/devel/p5-AnyEvent-Subprocess/Makefile
index 0391926c9752..97da5cbd8057 100644
--- a/devel/p5-AnyEvent-Subprocess/Makefile
+++ b/devel/p5-AnyEvent-Subprocess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= AnyEvent-Subprocess
-PORTVERSION= 1.102910
+PORTVERSION= 1.102912
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Flexible, OO, asynchronous process spawning and management
-RUN_DEPENDS= p5-AnyEvent>=5.2:${PORTSDIR}/devel/p5-AnyEvent \
- p5-EV>=3.9:${PORTSDIR}/devel/p5-EV \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-AnyEvent>=5.2:${PORTSDIR}/devel/p5-AnyEvent \
+ p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
p5-Event-Join>=0.05:${PORTSDIR}/devel/p5-Event-Join \
p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \
p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \
@@ -27,8 +30,12 @@ RUN_DEPENDS= p5-AnyEvent>=5.2:${PORTSDIR}/devel/p5-AnyEvent \
p5-MooseX-Types-Signal>=0:${PORTSDIR}/devel/p5-MooseX-Types-Signal \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
- p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
-BUILD_DEPENDS= ${RUN_DEPENDS}
+ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \
+ p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
PERL_CONFIGURE= yes
diff --git a/devel/p5-AnyEvent-Subprocess/distinfo b/devel/p5-AnyEvent-Subprocess/distinfo
index cd1811bd9d6b..d8aea6b26e5d 100644
--- a/devel/p5-AnyEvent-Subprocess/distinfo
+++ b/devel/p5-AnyEvent-Subprocess/distinfo
@@ -1,2 +1,2 @@
-SHA256 (AnyEvent-Subprocess-1.102910.tar.gz) = 8d53a259fc3debeceb24624cc14c3693d19e3e3dff286a9aeff0a1e395f29c99
-SIZE (AnyEvent-Subprocess-1.102910.tar.gz) = 33481
+SHA256 (AnyEvent-Subprocess-1.102912.tar.gz) = a14490710b093644333bdbf7477f4ae58f3bf4553a554bdcde7936ca4c7e53f5
+SIZE (AnyEvent-Subprocess-1.102912.tar.gz) = 34749