diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-14 18:13:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-14 18:13:05 +0000 |
commit | 1123410a9db75274b5dc9ac9619dd96897701095 (patch) | |
tree | 649ed9150dccd89320db1e0d415547bae1618f08 /www/thoth/patches/patch-aa | |
parent | fc07b65db6aa185589d04b8901f01e2b87171b06 (diff) | |
download | pkgsrc-1123410a9db75274b5dc9ac9619dd96897701095.tar.gz |
Update www/thoth to 0.1.3. Changes from version 0.1.2 include:
* When creating or editing a blog post or page, the preview is displayed above
the edit form rather than below it.
* Spaces in blog post URLs are replaced with - rather than _ (this change will
only affect new posts; existing post URLs will not be changed).
* Blog posts provide Atom feeds for recent comments.
* Tag pages provide Atom feeds for posts with that tag.
* Blog posts are marked up using the hAtom microformat.
* Thoth auto-generates an XML sitemap at http://yourblog.com/sitemap (set
site.enable_sitemap to false to disable).
* Comment URLs are built using the name of the post the comment is attached to
rather than the id.
* Fixed a bug that prevented Atom and RSS feeds from being cached when
server-side caching was enabled.
* Fixed entry titles in Atom feeds claiming to be type="html" when in fact
they weren't.
* Fixed a bug that sometimes caused flash messages to be cached with the
output of an action and re-displayed until the cached action expired.
Diffstat (limited to 'www/thoth/patches/patch-aa')
-rw-r--r-- | www/thoth/patches/patch-aa | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/www/thoth/patches/patch-aa b/www/thoth/patches/patch-aa new file mode 100644 index 00000000000..c588ddd4690 --- /dev/null +++ b/www/thoth/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1 2008/04/14 18:13:05 jlam Exp $ + +--- ../thoth-0.1.3.gemspec.orig 2008-04-14 14:05:00.000000000 -0400 ++++ ../thoth-0.1.3.gemspec +@@ -100,7 +100,7 @@ dependencies: + requirements: + - - ">=" + - !ruby/object:Gem::Version +- version: "1.3" ++ version: "1.4.0" + version: + - !ruby/object:Gem::Dependency + name: sequel_core +@@ -109,16 +109,7 @@ dependencies: + requirements: + - - ">=" + - !ruby/object:Gem::Version +- version: "1.3" +- version: +-- !ruby/object:Gem::Dependency +- name: sequel_model +- version_requirement: +- version_requirements: !ruby/object:Gem::Requirement +- requirements: +- - - ">=" +- - !ruby/object:Gem::Version +- version: 0.5.0.2 ++ version: "1.4.0" + version: + - !ruby/object:Gem::Dependency + name: thin |