Updating www/p5-HTTP-Request-AsCGI from 0.9 to 1.2
pkgsrc changes: - Correcting license Upstream changes: 1.2 2010-01-12 - Fixed the %ENV concatenation that's broken in 1.1 but wasn't shipped to CPAN (miyagawa) - REQUEST_URI is trying to replicate as raw values as possible, without being canonicalized (miyagawa) 1.1 2009-12-07 - added test to check that %ENV is preserved after setup is called - setup now concatenates its environment to %ENV instead of replacing it 1.0 2009-11-30 - Change how PATH_INFO is decoded so that everything is decoded, including URI reserved characters (RT#50082)
This commit is contained in:
parent
061b52fddc
commit
2cce8eafe6
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/04/29 22:25:47 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/01/16 16:32:16 sno Exp $
|
||||
|
||||
DISTNAME= HTTP-Request-AsCGI-0.9
|
||||
DISTNAME= HTTP-Request-AsCGI-1.2
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
||||
|
@ -8,7 +8,7 @@ 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
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
|
||||
DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/04/29 22:25:47 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/01/16 16:32:16 sno Exp $
|
||||
|
||||
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
|
||||
SHA1 (HTTP-Request-AsCGI-1.2.tar.gz) = c68034ed5a9271e62a333e1973d38abc18e077ce
|
||||
RMD160 (HTTP-Request-AsCGI-1.2.tar.gz) = 9fa4172a666d7be09335202580a48ba9bc35532b
|
||||
Size (HTTP-Request-AsCGI-1.2.tar.gz) = 14173 bytes
|
||||
|
|
Loading…
Reference in a new issue