svn commit: r372939 - head/www/p5-Session-Storage-Secure
Jun Kuriyama
kuriyama at FreeBSD.org
Thu Nov 20 14:23:39 UTC 2014
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 at 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
- at dirrmtry %%SITE_PERL%%/Session/Storage
- at dirrmtry %%SITE_PERL%%/Session
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session/Storage/Secure
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session/Storage
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Session
More information about the svn-ports-head
mailing list