diff options
author | sno <sno@pkgsrc.org> | 2009-04-29 22:25:47 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-29 22:25:47 +0000 |
commit | 4dc93e9511d3cd6f8a1cfd89d36bfb9c916d39bf (patch) | |
tree | 5cc277dc5c8eadee2dbdc8c6bf4c80d33bc5dec0 | |
parent | 54c43bf50dfd5172de4793d31363b2191633721f (diff) | |
download | pkgsrc-4dc93e9511d3cd6f8a1cfd89d36bfb9c916d39bf.tar.gz |
PkgSrc changes:
- Updating package for p5 module HTTP::Request::AsCGI to 0.9
- Setting license to gnu-gpl-v2
Upstream changes since 0.5:
0.9 2009-04-27
- unescape PATH_INFO more safely
0.8 2009-04-27
- revert PATH_INFO change, Catalyst tests were failing
0.7 2009-04-26
- PATH_INFO is now uri_unescaped
0.6 2009-04-26
- Fix long-standing 'enviroment' typo
- Switch to Dist::Zilla
0.5_03 2009-04-26
- RT#18075: Play more nicely with Perl 5.6's open(). (hdp)
0.5_02 2009-04-26
- Avoid mixing buffered and unbuffered IO and flush STDIN after writing
request content to it. (hdp)
-rw-r--r-- | www/p5-HTTP-Request-AsCGI/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTTP-Request-AsCGI/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/www/p5-HTTP-Request-AsCGI/Makefile b/www/p5-HTTP-Request-AsCGI/Makefile index a4951f7a1e0..1c812096ad3 100644 --- a/www/p5-HTTP-Request-AsCGI/Makefile +++ b/www/p5-HTTP-Request-AsCGI/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:15 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/29 22:25:47 sno Exp $ -DISTNAME= HTTP-Request-AsCGI-0.5 +DISTNAME= HTTP-Request-AsCGI-0.9 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/C/CH/CHANSEN/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTTP-Request-AsCGI/ COMMENT= Setup a CGI enviroment from a HTTP::Request +LICENSE= gnu-gpl-v2 # OR artistic DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTTP/Request/AsCGI/.packlist diff --git a/www/p5-HTTP-Request-AsCGI/distinfo b/www/p5-HTTP-Request-AsCGI/distinfo index f78ad4e070e..23189a8115b 100644 --- a/www/p5-HTTP-Request-AsCGI/distinfo +++ b/www/p5-HTTP-Request-AsCGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/06/23 03:39:26 abs Exp $ +$NetBSD: distinfo,v 1.2 2009/04/29 22:25:47 sno Exp $ -SHA1 (HTTP-Request-AsCGI-0.5.tar.gz) = edc93570bc0571dcd02fd3fd7b42c2b1bdad0ec9 -RMD160 (HTTP-Request-AsCGI-0.5.tar.gz) = 00ff7e71777f6225c7303e07a11642d0171c2c66 -Size (HTTP-Request-AsCGI-0.5.tar.gz) = 6145 bytes +SHA1 (HTTP-Request-AsCGI-0.9.tar.gz) = 89cad6556dbb206380463419fcc14a76f0691a04 +RMD160 (HTTP-Request-AsCGI-0.9.tar.gz) = dc093a85a6c56ab39bdc6d21d0f8a178ad622a93 +Size (HTTP-Request-AsCGI-0.9.tar.gz) = 13153 bytes |