pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Request-AsCGI Updating www/p5-HTTP-Request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b7e380df78c
branches:  trunk
changeset: 569547:5b7e380df78c
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 16:32:16 2010 +0000

description:
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)

diffstat:

 www/p5-HTTP-Request-AsCGI/Makefile |  6 +++---
 www/p5-HTTP-Request-AsCGI/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 7b267c9a63d4 -r 5b7e380df78c www/p5-HTTP-Request-AsCGI/Makefile
--- a/www/p5-HTTP-Request-AsCGI/Makefile        Sat Jan 16 16:29:41 2010 +0000
+++ b/www/p5-HTTP-Request-AsCGI/Makefile        Sat Jan 16 16:32:16 2010 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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
diff -r 7b267c9a63d4 -r 5b7e380df78c www/p5-HTTP-Request-AsCGI/distinfo
--- a/www/p5-HTTP-Request-AsCGI/distinfo        Sat Jan 16 16:29:41 2010 +0000
+++ b/www/p5-HTTP-Request-AsCGI/distinfo        Sat Jan 16 16:32:16 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index