Sun Nov 23 06:50:06 2014 UTC ()
(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


(mef)
diff -r1.34 -r1.35 pkgsrc/www/p5-Apache-Session/Makefile
diff -r1.13 -r1.14 pkgsrc/www/p5-Apache-Session/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/www/p5-Apache-Session/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Apache-Session/Makefile 2014/10/09 13:45:02 1.34
+++ pkgsrc/www/p5-Apache-Session/Makefile 2014/11/23 06:50:06 1.35
@@ -1,22 +1,20 @@ @@ -1,22 +1,20 @@
1# $NetBSD: Makefile,v 1.34 2014/10/09 13:45:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.35 2014/11/23 06:50:06 mef Exp $
2# 2#
3 3
4DISTNAME= Apache-Session-1.88 4DISTNAME= Apache-Session-1.93
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 5 
7CATEGORIES= www perl5 6CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
9EXTRACT_SUFX= .zip 
10 8
11MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Apache-Session/ 10HOMEPAGE= http://search.cpan.org/dist/Apache-Session/
13COMMENT= Perl5 module to provide persistent storage 11COMMENT= Perl5 module to provide persistent storage
14LICENSE= gnu-gpl-v2 # OR artistic 12LICENSE= ${PERL5_LICENSE}
15 13
16DEPENDS+= p5-Test-Deep>=0.082:../../devel/p5-Test-Deep 14DEPENDS+= p5-Test-Deep>=0.082:../../devel/p5-Test-Deep
17DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception 15DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception
18 16
19PERL5_PACKLIST= auto/Apache/Session/.packlist 17PERL5_PACKLIST= auto/Apache/Session/.packlist
20 18
21.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/www/p5-Apache-Session/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Apache-Session/distinfo 2009/05/21 11:28:14 1.13
+++ pkgsrc/www/p5-Apache-Session/distinfo 2014/11/23 06:50:06 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2009/05/21 11:28:14 sno Exp $ 1$NetBSD: distinfo,v 1.14 2014/11/23 06:50:06 mef Exp $
2 2
3SHA1 (Apache-Session-1.88.zip) = 5a37ba5ad4aebc94d3717fd261b6e15e32bed698 3SHA1 (Apache-Session-1.93.tar.gz) = 764405935853333c2f470569185b5f3336bb1b23
4RMD160 (Apache-Session-1.88.zip) = bbc3214f79c265ce073a6cb1debdacdd73533175 4RMD160 (Apache-Session-1.93.tar.gz) = 470461e490b481c66fc523c4543413ed7a081f65
5Size (Apache-Session-1.88.zip) = 81594 bytes 5Size (Apache-Session-1.93.tar.gz) = 49995 bytes