Date: Thu, 20 Nov 2014 14:23:38 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372939 - head/www/p5-Session-Storage-Secure Message-ID: <201411201423.sAKENcg6014652@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Thu Nov 20 14:23:37 2014 New Revision: 372939 URL: https://svnweb.freebsd.org/changeset/ports/372939 QAT: https://qat.redports.org/buildarchive/r372939/ Log: - Upgrade to 0.010. Modified: head/www/p5-Session-Storage-Secure/Makefile head/www/p5-Session-Storage-Secure/distinfo head/www/p5-Session-Storage-Secure/pkg-plist Modified: head/www/p5-Session-Storage-Secure/Makefile ============================================================================== --- head/www/p5-Session-Storage-Secure/Makefile Thu Nov 20 14:23:08 2014 (r372938) +++ head/www/p5-Session-Storage-Secure/Makefile Thu Nov 20 14:23:37 2014 (r372939) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Session-Storage-Secure -PORTVERSION= 0.007 +PORTVERSION= 0.010 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for encrypted, serialized session data with integrity +LICENSE= APACHE20 + RUN_DEPENDS= \ p5-Crypt-CBC>0:${PORTSDIR}/security/p5-Crypt-CBC \ p5-Crypt-Rijndael>0:${PORTSDIR}/security/p5-Crypt-Rijndael \ @@ -29,5 +31,6 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= configure +NO_ARCH= YES .include <bsd.port.mk> Modified: head/www/p5-Session-Storage-Secure/distinfo ============================================================================== --- head/www/p5-Session-Storage-Secure/distinfo Thu Nov 20 14:23:08 2014 (r372938) +++ head/www/p5-Session-Storage-Secure/distinfo Thu Nov 20 14:23:37 2014 (r372939) @@ -1,2 +1,2 @@ -SHA256 (Session-Storage-Secure-0.007.tar.gz) = 04ae27ae8ce7d94c396d5da39f392adb5c318317a2492521891bfdeb72b299a3 -SIZE (Session-Storage-Secure-0.007.tar.gz) = 20419 +SHA256 (Session-Storage-Secure-0.010.tar.gz) = 3ef731772f7871bf4d5fe87387395c4b994345fc6268134b28978f82dde1c11f +SIZE (Session-Storage-Secure-0.010.tar.gz) = 24990 Modified: head/www/p5-Session-Storage-Secure/pkg-plist ============================================================================== --- head/www/p5-Session-Storage-Secure/pkg-plist Thu Nov 20 14:23:08 2014 (r372938) +++ head/www/p5-Session-Storage-Secure/pkg-plist Thu Nov 20 14:23:37 2014 (r372939) @@ -1,8 +1,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session/Storage/Secure/.packlist %%SITE_PERL%%/Session/Storage/Secure.pm %%PERL5_MAN3%%/Session::Storage::Secure.3.gz -@dirrmtry %%SITE_PERL%%/Session/Storage -@dirrmtry %%SITE_PERL%%/Session -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session/Storage/Secure -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session/Storage -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411201423.sAKENcg6014652>