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

Jun Kuriyama kuriyama at FreeBSD.org
Sun Aug 11 02:02:17 UTC 2013


Author: kuriyama
Date: Sun Aug 11 02:02:16 2013
New Revision: 324567
URL: http://svnweb.freebsd.org/changeset/ports/324567

Log:
  - Upgrade to 0.22.

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	Sun Aug 11 01:59:09 2013	(r324566)
+++ head/www/p5-Dancer-Session-Cookie/Makefile	Sun Aug 11 02:02:16 2013	(r324567)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer-Session-Cookie
-PORTVERSION=	0.19
+PORTVERSION=	0.22
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,9 +12,9 @@ COMMENT=	Perl extension for encrypted co
 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-Dancer>=1.3113:${PORTSDIR}/www/p5-Dancer \
 	p5-HTTP-Date>0:${PORTSDIR}/www/p5-HTTP-Date \
-	p5-Session-Storage-Secure>0:${PORTSDIR}/www/p5-Session-Storage-Secure \
+	p5-Session-Storage-Secure>=0.007:${PORTSDIR}/www/p5-Session-Storage-Secure \
 	p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32 \
 	p5-Time-Duration-Parse>0:${PORTSDIR}/devel/p5-Time-Duration-Parse
 TEST_DEPENDS=	\
@@ -23,7 +23,8 @@ TEST_DEPENDS=	\
 	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=	perl5
+USE_PERL5=	configure
 
 MAN3=	Dancer::Session::Cookie.3
 

Modified: head/www/p5-Dancer-Session-Cookie/distinfo
==============================================================================
--- head/www/p5-Dancer-Session-Cookie/distinfo	Sun Aug 11 01:59:09 2013	(r324566)
+++ head/www/p5-Dancer-Session-Cookie/distinfo	Sun Aug 11 02:02:16 2013	(r324567)
@@ -1,2 +1,2 @@
-SHA256 (Dancer-Session-Cookie-0.19.tar.gz) = 2f71a697276cd2ab3841ac4e9abc076e717c684781a80d555214f1dff6431a32
-SIZE (Dancer-Session-Cookie-0.19.tar.gz) = 18960
+SHA256 (Dancer-Session-Cookie-0.22.tar.gz) = 0fb32acafc198039518e3b36de5bbb9138f7f4fb0424586cd47a8cce03c6bb03
+SIZE (Dancer-Session-Cookie-0.22.tar.gz) = 20279


More information about the svn-ports-head mailing list