diff options
author | schmonz <schmonz@pkgsrc.org> | 2011-01-07 03:36:07 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2011-01-07 03:36:07 +0000 |
commit | 2567eaaedb9a0b3dbe272dcfc726c409f4d6c7ee (patch) | |
tree | 7c704ef12a7593933584e4e58501be685ac20d09 /www/ikiwiki/Makefile | |
parent | 0f768d961b6c68ae496c8de873b83f64ad38ddb3 (diff) | |
download | pkgsrc-2567eaaedb9a0b3dbe272dcfc726c409f4d6c7ee.tar.gz |
Update to 3.20110105. From the changelog:
* tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta)
* tag: Improve display of tags with a slash in their names.
(Giuseppe Bilotta)
* Fix redirect to use a full url. Was broken (in theory) by baseurl
changes in last release.
* Fix `<base>` output by cgi to have a full url again, broken by last
release.
* Fix permalinks to recentchanges items and comments, broken by last
release.
* Export three cgi env vars needed for CGI->url to work. Fixed
openid breakage from last release.
* Removed `IkiWiki::misctemplate()` function. Any plugins using
it should use `IkiWiki::cgitemplate()` instead.
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 935ab3ea9d8..41279c8de6d 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2011/01/02 05:13:02 schmonz Exp $ +# $NetBSD: Makefile,v 1.71 2011/01/07 03:36:07 schmonz Exp $ # -DISTNAME= ikiwiki_3.20101231 +DISTNAME= ikiwiki_3.20110105 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |