Sat Feb 26 03:04:38 2011 UTC ()
Update to 3.20110225. From the changelog:

   * editpage: Avoid inheriting internal page types.
   * htmltidy: Avoid breaking the sidebar when websetup is running.
   * transient: New utility plugin that allows transient pages to
     be stored in .ikiwiki/transient/ (smcv)
   * aggregate: Aggregated content is stored in the transient underlay.
     (Existing aggregated content is not moved, since it will eventually
     expire and be removed) (smcv)
   * autoindex, tag: Added autoindex_commit and tag_autocreate_commit that
     can be unset to make index files and tags respectively not be committed,
     and instead be stored in the transient underlay.
     Closes: #544322 (smcv)
   * autoindex: Adapted to use add_autofile. Slight behavior changes
     in edge cases that are probably really bug fixes. (smcv)
   * recentchanges: Use transient underlay (smcv)
   * map: Avoid unnecessary ul's in maps with nested directories.
     (Giuseppe Bilotta)
   * Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced
     in 3.20101231.
   * inline: Fix link to nested inlined pages's feeds. (Giuseppe Bilotta)
   * inline: Add 'id' parameter that can be used when styling individual
     feedlinks and postforms. (Giuseppe Bilotta)


(schmonz)
diff -r1.73 -r1.74 pkgsrc/www/ikiwiki/Makefile
diff -r1.58 -r1.59 pkgsrc/www/ikiwiki/distinfo

cvs diff -r1.73 -r1.74 pkgsrc/www/ikiwiki/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ikiwiki/Makefile 2011/01/25 11:59:48 1.73
+++ pkgsrc/www/ikiwiki/Makefile 2011/02/26 03:04:38 1.74
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.73 2011/01/25 11:59:48 schmonz Exp $ 1# $NetBSD: Makefile,v 1.74 2011/02/26 03:04:38 schmonz Exp $
2# 2#
3 3
4DISTNAME= ikiwiki_3.20110124 4DISTNAME= ikiwiki_3.20110225
5PKGNAME= ${DISTNAME:S/_/-/} 5PKGNAME= ${DISTNAME:S/_/-/}
6CATEGORIES= www textproc 6CATEGORIES= www textproc
7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} 7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
8 8
9MAINTAINER= schmonz@NetBSD.org 9MAINTAINER= schmonz@NetBSD.org
10HOMEPAGE= http://ikiwiki.info/ 10HOMEPAGE= http://ikiwiki.info/
11COMMENT= Wiki compiler 11COMMENT= Wiki compiler
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-Text-Markdown-[0-9]*:../../textproc/p5-Text-Markdown 16DEPENDS+= p5-Text-Markdown-[0-9]*:../../textproc/p5-Text-Markdown
17DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 17DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI

cvs diff -r1.58 -r1.59 pkgsrc/www/ikiwiki/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ikiwiki/distinfo 2011/01/25 11:59:48 1.58
+++ pkgsrc/www/ikiwiki/distinfo 2011/02/26 03:04:38 1.59
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.58 2011/01/25 11:59:48 schmonz Exp $ 1$NetBSD: distinfo,v 1.59 2011/02/26 03:04:38 schmonz Exp $
2 2
3SHA1 (ikiwiki_3.20110124.tar.gz) = 0057ea2b08292ff5da71d8d227741bf260ee0a2c 3SHA1 (ikiwiki_3.20110225.tar.gz) = 863d61e87897f0cc1f4a1658b7d42d8df65b4234
4RMD160 (ikiwiki_3.20110124.tar.gz) = 148b2c7d3227034d19b834cd5a8fc96da745b77f 4RMD160 (ikiwiki_3.20110225.tar.gz) = d7f8719e5cba5c455c1c72bd4f2e9ccf79e8cb1c
5Size (ikiwiki_3.20110124.tar.gz) = 2308029 bytes 5Size (ikiwiki_3.20110225.tar.gz) = 2327000 bytes
6SHA1 (patch-aa) = 3f6c613520fdb979d68e0b4eda7698e62d4d8961 6SHA1 (patch-aa) = 3f6c613520fdb979d68e0b4eda7698e62d4d8961
7SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 7SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903
8SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d 8SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d
9SHA1 (patch-ae) = b23e2c81e0dba9bc88fd2bdc88de5e60eb74e16f 9SHA1 (patch-ae) = b23e2c81e0dba9bc88fd2bdc88de5e60eb74e16f