diff options
author | he <he@pkgsrc.org> | 2004-11-05 16:35:29 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-05 16:35:29 +0000 |
commit | a8cecbb5652f8c97532fdcb2c4cec8611af3c2cd (patch) | |
tree | dc1628515f73740cb4259e6e9c41aa3ba77253ff | |
parent | ec8c460cf2b0cf87339434c7ec2593304a8769e7 (diff) | |
download | pkgsrc-a8cecbb5652f8c97532fdcb2c4cec8611af3c2cd.tar.gz |
Update p5-Apache-Session from 1.54 to 1.60.
The distribution file actually has 1.6 as the release number,
but it *is* an upgrade over 1.54. Obviously someone needs a
lesson in dewey-decimal ordering.
Work around this by cheesily adding a `0' to the PKGNAME setting.
The current developer version number is 1.70_01, so there is some
hope that this will not repeat.
-rw-r--r-- | www/p5-Apache-Session/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Apache-Session/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index 39accb6b6c0..239ba250335 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.11 2004/05/09 21:14:43 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/11/05 16:35:29 he Exp $ # -DISTNAME= Apache-Session-1.54 -PKGNAME= p5-${DISTNAME} +DISTNAME= Apache-Session-1.6 +PKGNAME= p5-${DISTNAME}0 SVR4_PKGNAME= p5ase CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~cwest/Apache-Session-1.70_01/ COMMENT= Perl5 module to provide persistent storage DEPENDS+= p5-Storable>=1.0.11:../../devel/p5-Storable/ diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo index 808de59a283..63615d5731d 100644 --- a/www/p5-Apache-Session/distinfo +++ b/www/p5-Apache-Session/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/01/10 14:21:50 wiz Exp $ +$NetBSD: distinfo,v 1.6 2004/11/05 16:35:29 he Exp $ -SHA1 (Apache-Session-1.54.tar.gz) = 7202e097123af9b8df5e5eac8a1c794d7aaff015 -Size (Apache-Session-1.54.tar.gz) = 27355 bytes +SHA1 (Apache-Session-1.6.tar.gz) = 81a9e8e890fa0ad862fcdcd2dbd28f52c42d818e +Size (Apache-Session-1.6.tar.gz) = 29391 bytes |