diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-18 00:15:56 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-18 00:15:56 +0000 |
commit | 1ffdd3ca5fe30ba98cb625b4aede857753286719 (patch) | |
tree | d8f3814510f3640ede451bafe162c4ff88318265 /www | |
parent | d169eb1383f4c5a388552e7c6930824413b6d3cb (diff) | |
download | pkgsrc-1ffdd3ca5fe30ba98cb625b4aede857753286719.tar.gz |
Update p5-Continuit to 1.5.
Changes from previous:
Version 1.5 (released 2011.09.17)
* Fix PSGI docroot
* Documentation improvements
Version 1.4 (released 2011.03.20)
* Make PSGI adapter be non-blocking
* Also make it use the psgi.streaming interface
* Add yield to Adapt::HttpDaemon's print (I thought it was there before?)
* Add Coro thread descriptions for better debugging
Version 1.3 (released 2010.11.22)
* Stupid version number issue
Version 1.2.0 (released 2010.11.22)
* Refactor PSGI adaptor (scrottie)
* Random documentation updates
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Continuity/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Continuity/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Continuity/Makefile b/www/p5-Continuity/Makefile index 60124d8ed86..0578cb17bba 100644 --- a/www/p5-Continuity/Makefile +++ b/www/p5-Continuity/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 16:05:51 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/11/18 00:15:56 hiramatsu Exp $ -DISTNAME= Continuity-1.1.1 +DISTNAME= Continuity-1.5 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AW/AWWAIID/} diff --git a/www/p5-Continuity/distinfo b/www/p5-Continuity/distinfo index b81eb9d628b..7d4407ca6f3 100644 --- a/www/p5-Continuity/distinfo +++ b/www/p5-Continuity/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/11 09:12:24 seb Exp $ +$NetBSD: distinfo,v 1.2 2011/11/18 00:15:56 hiramatsu Exp $ -SHA1 (Continuity-1.1.1.tar.gz) = 1f9d69077507be5b41bab28ad719babd6e0298f5 -RMD160 (Continuity-1.1.1.tar.gz) = 006fa8e89ef64de08325a68d22d3617b0a19e78f -Size (Continuity-1.1.1.tar.gz) = 80766 bytes +SHA1 (Continuity-1.5.tar.gz) = 60e762d6efe3c5090db2127576aeba197af0b780 +RMD160 (Continuity-1.5.tar.gz) = 51fc4acf4cb110290c46be7281effa850e40039a +Size (Continuity-1.5.tar.gz) = 73870 bytes |