diff options
author | mef <mef@pkgsrc.org> | 2014-11-23 06:50:06 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-23 06:50:06 +0000 |
commit | 33d213decd790ecb30150a9380c0e36941a02d2b (patch) | |
tree | 097d3bc954a515cb269f38718fdbf431accfe3dd | |
parent | 464f12924be19682262b771ab91f8df4af41441b (diff) | |
download | pkgsrc-33d213decd790ecb30150a9380c0e36941a02d2b.tar.gz |
(pkgsrc) use ${PERL5_LICENSE} variable for LICENSE
(upstream) update 1.88 to 1.93
1.93 2014-04-12
- even more test fixes
1.92 2014-03-08
- more test fixes
1.91 2014-01-07 by Alexandr Ciornii, Perl 26th birthday version
- Add a test for RT#50896
- 99mysql.t will work more correctly in some corner cases
1.90 2013-01-27 by Alexandr Ciornii, Perl 25th birthday version
- Allow specifying table for Oracle
- Use Test::Database for tests
1.89 2010-09-22 by Alexandr Ciornii
- require Digest::MD5
- all semaphore tests were removed
- Apache::Session::Store::File::materialize should not append to $session->{serialized}
- Apache::Session::Store::File will flush after writing to file
-rw-r--r-- | www/p5-Apache-Session/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Apache-Session/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index dc1ded077a0..18ab4eb3ed4 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.34 2014/10/09 13:45:02 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2014/11/23 06:50:06 mef Exp $ # -DISTNAME= Apache-Session-1.88 +DISTNAME= Apache-Session-1.93 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} -EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Apache-Session/ COMMENT= Perl5 module to provide persistent storage -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Test-Deep>=0.082:../../devel/p5-Test-Deep DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo index bb42cf1f19a..04c021244bb 100644 --- a/www/p5-Apache-Session/distinfo +++ b/www/p5-Apache-Session/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/05/21 11:28:14 sno Exp $ +$NetBSD: distinfo,v 1.14 2014/11/23 06:50:06 mef Exp $ -SHA1 (Apache-Session-1.88.zip) = 5a37ba5ad4aebc94d3717fd261b6e15e32bed698 -RMD160 (Apache-Session-1.88.zip) = bbc3214f79c265ce073a6cb1debdacdd73533175 -Size (Apache-Session-1.88.zip) = 81594 bytes +SHA1 (Apache-Session-1.93.tar.gz) = 764405935853333c2f470569185b5f3336bb1b23 +RMD160 (Apache-Session-1.93.tar.gz) = 470461e490b481c66fc523c4543413ed7a081f65 +Size (Apache-Session-1.93.tar.gz) = 49995 bytes |