pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/thoth Update www/thoth to 0.1.3. Changes from ver...
details: https://anonhg.NetBSD.org/pkgsrc/rev/21eb15561605
branches: trunk
changeset: 541060:21eb15561605
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Apr 14 18:13:05 2008 +0000
description:
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:
www/thoth/Makefile | 5 ++---
www/thoth/distinfo | 9 +++++----
www/thoth/patches/patch-aa | 31 +++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 7 deletions(-)
diffs (62 lines):
diff -r 0041d954fb63 -r 21eb15561605 www/thoth/Makefile
--- a/www/thoth/Makefile Mon Apr 14 18:13:02 2008 +0000
+++ b/www/thoth/Makefile Mon Apr 14 18:13:05 2008 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2008/04/13 06:58:03 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/14 18:13:05 jlam Exp $
-DISTNAME= thoth-0.1.2
-PKGREVISION= 1
+DISTNAME= thoth-0.1.3
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 0041d954fb63 -r 21eb15561605 www/thoth/distinfo
--- a/www/thoth/distinfo Mon Apr 14 18:13:02 2008 +0000
+++ b/www/thoth/distinfo Mon Apr 14 18:13:05 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:26:51 jlam Exp $
+$NetBSD: distinfo,v 1.2 2008/04/14 18:13:05 jlam Exp $
-SHA1 (thoth-0.1.2.gem) = 014fb214b9c07a1d046cb2d469b736d05b08408f
-RMD160 (thoth-0.1.2.gem) = 10131e1e365fdc23618e383bf4d98e09f6c1a3e9
-Size (thoth-0.1.2.gem) = 45568 bytes
+SHA1 (thoth-0.1.3.gem) = a9779cae28f8f86b75fe71c5b69a6c0c6b32381b
+RMD160 (thoth-0.1.3.gem) = 4035cf76833e3388f0064b7d1b972e2404bc3255
+Size (thoth-0.1.3.gem) = 46592 bytes
+SHA1 (patch-aa) = d80c39b4e3b3ac93b356488cde65a6f0e0c723fe
diff -r 0041d954fb63 -r 21eb15561605 www/thoth/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/thoth/patches/patch-aa Mon Apr 14 18:13:05 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index