diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-06-11 15:15:57 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-06-11 15:15:57 +0000 |
commit | 6ad7c3e372411eb8ef842bf47bf174beac4e48ff (patch) | |
tree | 8f94bb5ac84d73142e66489d2339866b2bdcbc94 /www/ikiwiki | |
parent | 74885e219cd19418f3ab6abf0f9a4da9acaf1928 (diff) | |
download | pkgsrc-6ad7c3e372411eb8ef842bf47bf174beac4e48ff.tar.gz |
Update to 3.20100610. From the changelog:
* creation_day() etc use local time, not gmtime. To match calendars, which
use local time.
* img: Fill in missing height or width when scaling image.
* Remove example blog tag pages; allow autotag creation to create them
when used.
* Fix support for globbing in tagged() pagespecs.
* Fix display of sidebar when previewing page edit. (Thanks, privat)
* relativedate: Fix problem with localised dates not working.
* editpage: Avoid storing accidental state changes when previewing pages.
* page.tmpl: Add a div around the page content, and comments, to aide in
sidebar styling.
* style.css: Improvements to make floating sidebar fit much better on
pages with inlines.
* calendar: Shorten day names, and improve styling of month calendar.
* style.css: Reduced sidebar width back to 20ex from 30; the month calendar
will now fit in the smaller width, and 30 was feeling too large.
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/Makefile | 4 | ||||
-rw-r--r-- | www/ikiwiki/PLIST | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index ec4d7e452f8..cd1bd9e0eed 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2010/05/20 04:33:23 schmonz Exp $ +# $NetBSD: Makefile,v 1.55 2010/06/11 15:15:57 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100518.2 +DISTNAME= ikiwiki_3.20100610 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index eb21697bbbb..bf6f939ae02 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2010/05/16 12:35:09 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.25 2010/06/11 15:15:57 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-makerepo @@ -98,8 +98,6 @@ share/ikiwiki/examples/blog/posts.mdwn share/ikiwiki/examples/blog/posts/first_post.mdwn share/ikiwiki/examples/blog/sidebar.mdwn share/ikiwiki/examples/blog/tags.mdwn -share/ikiwiki/examples/blog/tags/life.mdwn -share/ikiwiki/examples/blog/tags/tech.mdwn share/ikiwiki/examples/softwaresite.mdwn share/ikiwiki/examples/softwaresite/Makefile share/ikiwiki/examples/softwaresite/bugs.mdwn diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 6d3ae0b21f4..c91ec6e0d69 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.40 2010/05/20 04:33:23 schmonz Exp $ +$NetBSD: distinfo,v 1.41 2010/06/11 15:15:57 schmonz Exp $ -SHA1 (ikiwiki_3.20100518.2.tar.gz) = e3af106b99ac68965c82f9d42342c0a23ec07be9 -RMD160 (ikiwiki_3.20100518.2.tar.gz) = e26d9a1d149a53f038f7c7839eecf1a29ab677d6 -Size (ikiwiki_3.20100518.2.tar.gz) = 1756717 bytes +SHA1 (ikiwiki_3.20100610.tar.gz) = 2c90c9b7d730b8c516aebe645c7b6d496d5a55fc +RMD160 (ikiwiki_3.20100610.tar.gz) = e481bb4a5a1c8674a4d91896b59ad85ead5a06d2 +Size (ikiwiki_3.20100610.tar.gz) = 1766439 bytes SHA1 (patch-aa) = 12cfd5be1b6e8b66e3e78cdf36e848a10b9642c3 SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |