diff options
author | seb <seb> | 2010-07-11 13:30:01 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-11 13:30:01 +0000 |
commit | e4ba6e5ecfffa10acdc06ba766e0584c4af802d5 (patch) | |
tree | 746995a5e42235220f581bf4eb301a1782a8f8f0 /www/p5-CGI-PSGI | |
parent | fcdc61eef75804601c2ec10683380d04cd7b2b7e (diff) | |
download | pkgsrc-e4ba6e5ecfffa10acdc06ba766e0584c4af802d5.tar.gz |
Update p5-CGI-PSGI from version 0.10 to version 0.11.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.11 Sat May 1 04:37:07 PDT 2010
- Upped CGI.pm dependency to 3.33 to fix the upload() issue in perl 5.10
Diffstat (limited to 'www/p5-CGI-PSGI')
-rw-r--r-- | www/p5-CGI-PSGI/Makefile | 6 | ||||
-rw-r--r-- | www/p5-CGI-PSGI/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-CGI-PSGI/Makefile b/www/p5-CGI-PSGI/Makefile index 4be15d37ce6..74b327e27a4 100644 --- a/www/p5-CGI-PSGI/Makefile +++ b/www/p5-CGI-PSGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 08:42:49 seb Exp $ +# $NetBSD: Makefile,v 1.2 2010/07/11 13:30:01 seb Exp $ -DISTNAME= CGI-PSGI-0.10 +DISTNAME= CGI-PSGI-0.11 PKGNAME= p5-${DISTNAME} #PKGREVISION= 1 CATEGORIES= www perl5 @@ -16,5 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/CGI/PSGI/.packlist +DEPENDS+= {perl>=5.10.1,p5-CGI>=3.33}:../../www/p5-CGI + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-PSGI/distinfo b/www/p5-CGI-PSGI/distinfo index caf71a00532..f7c3ddacf2d 100644 --- a/www/p5-CGI-PSGI/distinfo +++ b/www/p5-CGI-PSGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/04/11 08:42:49 seb Exp $ +$NetBSD: distinfo,v 1.2 2010/07/11 13:30:01 seb Exp $ -SHA1 (CGI-PSGI-0.10.tar.gz) = c9a2cd4d5309ac45ffa690a0e340ac2f1f8d5f1c -RMD160 (CGI-PSGI-0.10.tar.gz) = 1bd2061e3375319bbbe46c652d70995952a98585 -Size (CGI-PSGI-0.10.tar.gz) = 49173 bytes +SHA1 (CGI-PSGI-0.11.tar.gz) = 69b53dd24bdd82bc621d03f0bbb8e78e05db6973 +RMD160 (CGI-PSGI-0.11.tar.gz) = 9ad93117855a40fbb2d0624cbee2c1d94185a38b +Size (CGI-PSGI-0.11.tar.gz) = 24891 bytes |