diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-11-02 04:23:37 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-11-02 04:23:37 +0000 |
commit | 2ac00e3f30d643988ec6b2ad0d0b2c232ef833c1 (patch) | |
tree | 4763130cf73e751ebc228480df73aa5486771b5d /www/ikiwiki/Makefile | |
parent | aba0a085cc6a651eef357d3617ce9bc5e1ead4d4 (diff) | |
download | pkgsrc-2ac00e3f30d643988ec6b2ad0d0b2c232ef833c1.tar.gz |
Update to 3.20091031. From the changelog:
* po: Fix breakage caused by changes to render code.
* mdwn: Avoid trying to use multimarkdown if it is not installed.
* moderatedcomments: New plugin to allow comment moderation w/o relying
on blogspam.net.
* When redirecting to a page, ie, after editing, ensure that the
url is uri-encoded. Most browsers other than MSIE don't care, but it's
the right thing to do.
* Add a spec file to allow building rpm from the source package.
* google: Pass the whole wiki url to google, not just the domain,
so that search works correctly for wikis that are located in
subdirectories of domains.
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 94dfbf094a4..65c385c790d 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2009/10/24 15:51:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.38 2009/11/02 04:23:37 schmonz Exp $ # -DISTNAME= ikiwiki_3.20091023 +DISTNAME= ikiwiki_3.20091031 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |