pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Server-Simple Updating www/p5-HTTP-Server-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba6c9a21e604
branches:  trunk
changeset: 572246:ba6c9a21e604
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Feb 22 19:17:29 2010 +0000

description:
Updating www/p5-HTTP-Server-Simple from 0.41 to 0.42

pkgsrc changes:
- Use correct module type for perl install routine

Upstream changes:
0.42 Thu Feb 18 10:13:11 PST 2010
* Inline uri_unescape to drop URI::Escape which is the only non-core
  dependency of this distribution. -- miyagawa
* Do not special case COOKIE and sets Cookie header to HTTP_COOKIE. -- miyagawa
  O'Reilly's WebSite server misuses COOKIE environment instead of
  HTTP_COOKIE. We don't need to replicate that bug since
  HTTP::Server::Simple is a server, not a CGI library like CGI.pm.

0.41_01 Tue Feb  2 12:08:15 PST 2010
* Pluggable CGI class support based on a patch from NANIS

diffstat:

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

diffs (34 lines):

diff -r 0aebc1b2d8a2 -r ba6c9a21e604 www/p5-HTTP-Server-Simple/Makefile
--- a/www/p5-HTTP-Server-Simple/Makefile        Mon Feb 22 19:07:41 2010 +0000
+++ b/www/p5-HTTP-Server-Simple/Makefile        Mon Feb 22 19:17:29 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2009/11/21 14:39:49 sno Exp $
+# $NetBSD: Makefile,v 1.15 2010/02/22 19:17:29 sno Exp $
 #
 
-DISTNAME=      HTTP-Server-Simple-0.41
+DISTNAME=      HTTP-Server-Simple-0.42
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5hss
 CATEGORIES=    www perl5
@@ -17,6 +17,7 @@
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 
 PERL5_PACKLIST=                auto/HTTP/Server/Simple/.packlist
+PERL5_MODULE_TYPE=     Module::Install::Bundled
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0aebc1b2d8a2 -r ba6c9a21e604 www/p5-HTTP-Server-Simple/distinfo
--- a/www/p5-HTTP-Server-Simple/distinfo        Mon Feb 22 19:07:41 2010 +0000
+++ b/www/p5-HTTP-Server-Simple/distinfo        Mon Feb 22 19:17:29 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/11/21 14:39:49 sno Exp $
+$NetBSD: distinfo,v 1.11 2010/02/22 19:17:29 sno Exp $
 
-SHA1 (HTTP-Server-Simple-0.41.tar.gz) = 703aea3f0a8416be82b2dab5aa7d539a912bdf26
-RMD160 (HTTP-Server-Simple-0.41.tar.gz) = 91f7276501baa57f3ae5c684e9687ae3ffc2b711
-Size (HTTP-Server-Simple-0.41.tar.gz) = 29718 bytes
+SHA1 (HTTP-Server-Simple-0.42.tar.gz) = 69c2dd595d718b4669dc5a64ce56404ad981599c
+RMD160 (HTTP-Server-Simple-0.42.tar.gz) = 7d1453e3ff18cf372989d296a5a5871404d0e177
+Size (HTTP-Server-Simple-0.42.tar.gz) = 30566 bytes



Home | Main Index | Thread Index | Old Index