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 | |
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)
-rw-r--r-- | www/p5-Twiggy/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Twiggy/distinfo | 8 |
2 files changed, 6 insertions, 7 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/} diff --git a/www/p5-Twiggy/distinfo b/www/p5-Twiggy/distinfo index 27c38311b9c..2c16e272fc2 100644 --- a/www/p5-Twiggy/distinfo +++ b/www/p5-Twiggy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/10/12 06:35:23 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2014/05/03 10:04:24 wen Exp $ -SHA1 (Twiggy-0.1010.tar.gz) = dd44622357e2877290342eb90ef168182605b7a0 -RMD160 (Twiggy-0.1010.tar.gz) = 600c29e5c1bf66a640b3cca79653c70c692e805f -Size (Twiggy-0.1010.tar.gz) = 70540 bytes +SHA1 (Twiggy-0.1024.tar.gz) = b6b8fa575f7ebab595090db120bc11d01ba84a8d +RMD160 (Twiggy-0.1024.tar.gz) = a4ea68c2359f615ffab798153c4fcb4ba554c13b +Size (Twiggy-0.1024.tar.gz) = 61753 bytes |