summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Server-Simple
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-22 19:17:29 +0000
committersno <sno@pkgsrc.org>2010-02-22 19:17:29 +0000
commit3b8596d6860ad04a31805d9b583991a86efa8686 (patch)
treed064d253bb2935dfa5d4c3898ba8f9dc4602c565 /www/p5-HTTP-Server-Simple
parent6a4c3b4903af8c319186243d732f3976dbe682a0 (diff)
downloadpkgsrc-3b8596d6860ad04a31805d9b583991a86efa8686.tar.gz
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 (limited to 'www/p5-HTTP-Server-Simple')
-rw-r--r--www/p5-HTTP-Server-Simple/Makefile5
-rw-r--r--www/p5-HTTP-Server-Simple/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile
index f8cb40fb8fc..79d783740d9 100644
--- a/www/p5-HTTP-Server-Simple/Makefile
+++ b/www/p5-HTTP-Server-Simple/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
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 --git a/www/p5-HTTP-Server-Simple/distinfo b/www/p5-HTTP-Server-Simple/distinfo
index 9e4f4b010a0..8f1749235d3 100644
--- a/www/p5-HTTP-Server-Simple/distinfo
+++ b/www/p5-HTTP-Server-Simple/distinfo
@@ -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