diff options
author | jlam <jlam> | 2008-04-21 16:33:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-04-21 16:33:19 +0000 |
commit | 7f25584579a3b36adf2e6625aca23b9a8d2ede98 (patch) | |
tree | fe2367d9032f83e9c9d821c3908219e5086db496 /www/thoth | |
parent | a76aa95c9f07639ad21ca2dbf9e1c3d55bb0d285 (diff) | |
download | pkgsrc-7f25584579a3b36adf2e6625aca23b9a8d2ede98.tar.gz |
Update www/thoth to version 0.1.4. Changes from version 0.1.3 include:
* Fixed a nasty bug introduced in 0.1.3 that caused a memory leak
and resulted in the index page (/) not being cached properly.
Diffstat (limited to 'www/thoth')
-rw-r--r-- | www/thoth/Makefile | 4 | ||||
-rw-r--r-- | www/thoth/distinfo | 8 | ||||
-rw-r--r-- | www/thoth/patches/patch-aa | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/thoth/Makefile b/www/thoth/Makefile index 7d3c33f0751..288fbde6da1 100644 --- a/www/thoth/Makefile +++ b/www/thoth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/04/14 18:13:05 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/21 16:33:19 jlam Exp $ -DISTNAME= thoth-0.1.3 +DISTNAME= thoth-0.1.4 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/thoth/distinfo b/www/thoth/distinfo index 9fdf84c63b8..9eadfb210eb 100644 --- a/www/thoth/distinfo +++ b/www/thoth/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2008/04/14 18:13:05 jlam Exp $ +$NetBSD: distinfo,v 1.3 2008/04/21 16:33:19 jlam Exp $ -SHA1 (thoth-0.1.3.gem) = a9779cae28f8f86b75fe71c5b69a6c0c6b32381b -RMD160 (thoth-0.1.3.gem) = 4035cf76833e3388f0064b7d1b972e2404bc3255 -Size (thoth-0.1.3.gem) = 46592 bytes +SHA1 (thoth-0.1.4.gem) = af5469d8b2932a133509cdd911f42767335e6755 +RMD160 (thoth-0.1.4.gem) = 94dc76bdc6ffeece6ed6c08afc073f7cc94ce264 +Size (thoth-0.1.4.gem) = 46592 bytes SHA1 (patch-aa) = d80c39b4e3b3ac93b356488cde65a6f0e0c723fe diff --git a/www/thoth/patches/patch-aa b/www/thoth/patches/patch-aa index c588ddd4690..ff356c2dab0 100644 --- a/www/thoth/patches/patch-aa +++ b/www/thoth/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1 2008/04/14 18:13:05 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2008/04/21 16:33:19 jlam Exp $ ---- ../thoth-0.1.3.gemspec.orig 2008-04-14 14:05:00.000000000 -0400 -+++ ../thoth-0.1.3.gemspec +--- ../thoth-0.1.4.gemspec.orig 2008-04-14 14:05:00.000000000 -0400 ++++ ../thoth-0.1.4.gemspec @@ -100,7 +100,7 @@ dependencies: requirements: - - ">=" |