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 PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f170874d4e19
branches:  trunk
changeset: 392306:f170874d4e19
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Apr 29 22:25:47 2009 +0000

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

diffstat:

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

diffs (39 lines):

diff -r b5531feb353e -r f170874d4e19 www/p5-HTTP-Request-AsCGI/Makefile
--- a/www/p5-HTTP-Request-AsCGI/Makefile        Wed Apr 29 22:09:34 2009 +0000
+++ b/www/p5-HTTP-Request-AsCGI/Makefile        Wed Apr 29 22:25:47 2009 +0000
@@ -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@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
 
 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 -r b5531feb353e -r f170874d4e19 www/p5-HTTP-Request-AsCGI/distinfo
--- a/www/p5-HTTP-Request-AsCGI/distinfo        Wed Apr 29 22:09:34 2009 +0000
+++ b/www/p5-HTTP-Request-AsCGI/distinfo        Wed Apr 29 22:25:47 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index