aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-09-11 01:50:30 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-09-11 01:50:30 +0800
commiteaf38d968c18fd2e3e8b4dabe1a2aeec56a7bbb1 (patch)
treeefa6ebae4536f5dbee9d38aecf34cf1120a5d333 /www
parent9cf9c6ea6ce0836e2c27b96aa80d287bb62d2096 (diff)
downloadfreebsd-ports-gnome-eaf38d968c18fd2e3e8b4dabe1a2aeec56a7bbb1.tar.gz
freebsd-ports-gnome-eaf38d968c18fd2e3e8b4dabe1a2aeec56a7bbb1.tar.zst
freebsd-ports-gnome-eaf38d968c18fd2e3e8b4dabe1a2aeec56a7bbb1.zip
- Update to 1.400
- While I'm here, add TEST_DEPENDS Changes: http://search.cpan.org/dist/Feersum/Changes PR: ports/160605 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Feersum/Makefile38
-rw-r--r--www/p5-Feersum/distinfo4
-rw-r--r--www/p5-Feersum/pkg-descr2
3 files changed, 30 insertions, 14 deletions
diff --git a/www/p5-Feersum/Makefile b/www/p5-Feersum/Makefile
index f4a6d5af9178..c847dc950875 100644
--- a/www/p5-Feersum/Makefile
+++ b/www/p5-Feersum/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Feersum
-PORTVERSION= 1.202
+PORTVERSION= 1.400
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STASH
@@ -18,20 +18,36 @@ COMMENT= A PSGI engine for Perl based on EV/libev
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack \
- p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
- p5-AnyEvent>=5.261:${PORTSDIR}/devel/p5-AnyEvent \
+BUILD_DEPENDS= p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
+ p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack
+RUN_DEPENDS= p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
+ p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack
+
+TEST_DEPENDS= p5-AnyEvent>=5.26.1:${PORTSDIR}/devel/p5-AnyEvent \
p5-Guard>=1.012:${PORTSDIR}/devel/p5-Guard \
- p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \
+ p5-JSON-XS>=2:${PORTSDIR}/converters/p5-JSON-XS \
p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal \
+ p5-Test-LeakTrace>=0.13:${PORTSDIR}/devel/p5-Test-LeakTrace \
p5-Test-TCP>=1.12:${PORTSDIR}/devel/p5-Test-TCP
-BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
-MAN1= feersum.1
-MAN3= Plack::Handler::Feersum.3 Feersum.3 Feersum::Runner.3 \
- Feersum::Connection.3 Feersum::Connection::Handle.3
+MAN1= feersum.1
+MAN3= Feersum.3 \
+ Feersum::Connection.3 \
+ Feersum::Connection::Handle.3 \
+ Feersum::Runner.3 \
+ Plack::Handler::Feersum.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501200
+BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.if ${PERL_LEVEL} < 501200
+TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/www/p5-Feersum/distinfo b/www/p5-Feersum/distinfo
index 105d3cf336a6..af25a26d446e 100644
--- a/www/p5-Feersum/distinfo
+++ b/www/p5-Feersum/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Feersum-1.202.tar.gz) = 6e6e1f80a24c2c1e66634f9ca97c8e707f1bf2e8aeffa5878ed23db318b4de4d
-SIZE (Feersum-1.202.tar.gz) = 102598
+SHA256 (Feersum-1.400.tar.gz) = 2b1e0f965262a47572327e48fb467ef802b307610868b8f27f15ff7378e346b2
+SIZE (Feersum-1.400.tar.gz) = 106847
diff --git a/www/p5-Feersum/pkg-descr b/www/p5-Feersum/pkg-descr
index 1eba397c4b28..631b35d2cd55 100644
--- a/www/p5-Feersum/pkg-descr
+++ b/www/p5-Feersum/pkg-descr
@@ -9,4 +9,4 @@ and can handle many concurrent connections efficiently in both CPU and RAM.
It skips doing a lot of sanity checking with the assumption that a "front-end"
HTTP/HTTPS server is placed between it and the Internet.
-WWW: http://search.cpan.org/dist/Feersum
+WWW: http://search.cpan.org/dist/Feersum/