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 | df170b92fcd3b9a158268ea2f2e7d6f078ccc3ec (patch) | |
tree | 8f94bb5ac84d73142e66489d2339866b2bdcbc94 /www/ikiwiki/Makefile | |
parent | cfc98d900879b1ffcf8570381ddf59b39f2bb682 (diff) | |
download | pkgsrc-df170b92fcd3b9a158268ea2f2e7d6f078ccc3ec.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/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |