svn commit: r311965 - head/www/p5-Dancer-Session-Cookie

Jun Kuriyama kuriyama at FreeBSD.org
Sat Feb 9 09:05:51 UTC 2013


Author: kuriyama
Date: Sat Feb  9 09:05:50 2013
New Revision: 311965
URL: http://svnweb.freebsd.org/changeset/ports/311965

Log:
  - Upgrade to 0.16.

Modified:
  head/www/p5-Dancer-Session-Cookie/Makefile
  head/www/p5-Dancer-Session-Cookie/distinfo

Modified: head/www/p5-Dancer-Session-Cookie/Makefile
==============================================================================
--- head/www/p5-Dancer-Session-Cookie/Makefile	Sat Feb  9 09:01:10 2013	(r311964)
+++ head/www/p5-Dancer-Session-Cookie/Makefile	Sat Feb  9 09:05:50 2013	(r311965)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	Dancer::Session::Cookie
-# Date created:		23 Aug 2012
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Dancer-Session-Cookie
-PORTVERSION=	0.15
+PORTVERSION=	0.16
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,10 +13,12 @@ RUN_DEPENDS=	\
 	p5-Crypt-CBC>0:${PORTSDIR}/security/p5-Crypt-CBC \
 	p5-Crypt-Rijndael>0:${PORTSDIR}/security/p5-Crypt-Rijndael \
 	p5-Dancer>=1.13:${PORTSDIR}/www/p5-Dancer \
+	p5-Session-Storage-Secure>0:${PORTSDIR}/www/p5-Session-Storage-Secure \
 	p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32
 TEST_DEPENDS=	\
 	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
-	p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
+	p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \
+	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes

Modified: head/www/p5-Dancer-Session-Cookie/distinfo
==============================================================================
--- head/www/p5-Dancer-Session-Cookie/distinfo	Sat Feb  9 09:01:10 2013	(r311964)
+++ head/www/p5-Dancer-Session-Cookie/distinfo	Sat Feb  9 09:05:50 2013	(r311965)
@@ -1,2 +1,2 @@
-SHA256 (Dancer-Session-Cookie-0.15.tar.gz) = 0f3147fbd866873eacde0ba7e26895917a4d1b4d695b21ccc18e17e4b0489161
-SIZE (Dancer-Session-Cookie-0.15.tar.gz) = 5974
+SHA256 (Dancer-Session-Cookie-0.16.tar.gz) = 98ae6a29dd9d95a38da0983cc812761a72325d95c8cf675c5139a935f4162781
+SIZE (Dancer-Session-Cookie-0.16.tar.gz) = 16957


More information about the svn-ports-head mailing list