diff options
author | wen <wen@pkgsrc.org> | 2014-05-03 10:04:24 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-05-03 10:04:24 +0000 |
commit | ba5e8838b6f0a719f1f7129fb0997cf3e7558df7 (patch) | |
tree | d028cd734fc745f78a2aa8d5cb5807985b7077e6 /www/p5-Twiggy/Makefile | |
parent | 31083e32f7044af934ffb727d1ff8ad5d6b97407 (diff) | |
download | pkgsrc-ba5e8838b6f0a719f1f7129fb0997cf3e7558df7.tar.gz |
Update to 0.1024
Upstream changes:
0.1024 2013-10-12 11:35:35 PDT
- Fix a bug where exit_guard is not correctly decremented when writing header failed (maedama) #37
0.1023 2013-06-15 01:51:22 PDT
- Move the bin directory (moznion) #35
0.1022 2013-06-12 12:36:16 PDT
- convert to use Milla
- Fix dependency for LWP
0.1021 Fri Oct 19 15:09:17 PDT 2012
- Repackage with the latest Module::Install
0.1020 Mon Feb 20 16:31:44 PST 2012
- Improve SEREVR_PORT when binding multiple ports
- Documentation fixes (Pedro Melo)
- Suppres 400 if client disconnected (athomason)
- Don't restrict parsing the request body to PUT and POST requests (Moritz Onken)
- Fixed broken POST data processing (und3f, hidekiy)
Diffstat (limited to 'www/p5-Twiggy/Makefile')
-rw-r--r-- | www/p5-Twiggy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Twiggy/Makefile b/www/p5-Twiggy/Makefile index bd668a105b1..ef62cd27202 100644 --- a/www/p5-Twiggy/Makefile +++ b/www/p5-Twiggy/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:52 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/03 10:04:24 wen Exp $ -DISTNAME= Twiggy-0.1010 +DISTNAME= Twiggy-0.1024 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/} |