svn commit: r304200 - head/www/p5-Plack-Middleware-Session
Jun Kuriyama
kuriyama at FreeBSD.org
Thu Sep 13 12:07:33 UTC 2012
Author: kuriyama
Date: Thu Sep 13 12:07:32 2012
New Revision: 304200
URL: http://svn.freebsd.org/changeset/ports/304200
Log:
- Upgrade to 0.15.
Modified:
head/www/p5-Plack-Middleware-Session/Makefile
head/www/p5-Plack-Middleware-Session/distinfo
Modified: head/www/p5-Plack-Middleware-Session/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-Session/Makefile Thu Sep 13 12:07:22 2012 (r304199)
+++ head/www/p5-Plack-Middleware-Session/Makefile Thu Sep 13 12:07:32 2012 (r304200)
@@ -6,7 +6,7 @@
#
PORTNAME= Plack-Middleware-Session
-PORTVERSION= 0.14
+PORTVERSION= 0.15
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,11 +15,12 @@ MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension for session management middleware for Plack
RUN_DEPENDS= \
+ p5-Digest-HMAC>=1.03:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
- p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
Modified: head/www/p5-Plack-Middleware-Session/distinfo
==============================================================================
--- head/www/p5-Plack-Middleware-Session/distinfo Thu Sep 13 12:07:22 2012 (r304199)
+++ head/www/p5-Plack-Middleware-Session/distinfo Thu Sep 13 12:07:32 2012 (r304200)
@@ -1,2 +1,2 @@
-SHA256 (Plack-Middleware-Session-0.14.tar.gz) = b745bc1643985607254fc79d8cd1c97abd63d94c2ae4e539b2a2a73a7ee39a47
-SIZE (Plack-Middleware-Session-0.14.tar.gz) = 38531
+SHA256 (Plack-Middleware-Session-0.15.tar.gz) = 685ae881fdfacd40c34ccab598d646eef63b6c781e9ae80e30647ff18ad04d13
+SIZE (Plack-Middleware-Session-0.15.tar.gz) = 40073
More information about the svn-ports-head
mailing list