Mon Jul 5 07:45:22 2010 UTC ()
Update to 3.20100704. From the changelog:

   * Changes to avoid display of ugly google openids, by displaying
     a username taken from openid.
   * API: Add new optional field nickname to rcs_recentchanges.
   * API: rcs_commit and rcs_commit_staged are now passed named
     parameters.
   * openid: Store nickname based on username or email provided from
     openid provider.
   * git: Record the nickname from openid in the git author email.
   * comment: Record the username from openid in the comment page.
   * Fixed some confusion and bugginess about whether
     rcs_getctime/rcs_getmtime were passed absolute or relative filenames.
     (Make it relative like everything else.)
   * hnb: Fixed broken use of mkstemp that had caused dangling temp files,
     and prevented actually rendering hnb files.
   * Use comment template on comments page of example blog.
   * comment.tmpl: Fix up display when inline uses it to display a non-comment
     page. (Such as a discussion page.)
   * git: Added git_wrapper_background_command option. Can be used to eg,
     make the git wrapper push to github in the background after ikiwiki
     runs.
   * po: Added needstranslation() pagespec. (intrigeri)
   * po: Added support for .html source pages. (intrigeri)
   * comment: Fix problem moderating comments of certian pages with utf-8
     in their name.


(schmonz)
diff -r1.56 -r1.57 pkgsrc/www/ikiwiki/Makefile
diff -r1.42 -r1.43 pkgsrc/www/ikiwiki/distinfo

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

--- pkgsrc/www/ikiwiki/Makefile 2010/06/23 23:52:12 1.56
+++ pkgsrc/www/ikiwiki/Makefile 2010/07/05 07:45:21 1.57
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.56 2010/06/23 23:52:12 schmonz Exp $ 1# $NetBSD: Makefile,v 1.57 2010/07/05 07:45:21 schmonz Exp $
2# 2#
3 3
4DISTNAME= ikiwiki_3.20100623 4DISTNAME= ikiwiki_3.20100704
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.42 -r1.43 pkgsrc/www/ikiwiki/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ikiwiki/distinfo 2010/06/23 23:52:12 1.42
+++ pkgsrc/www/ikiwiki/distinfo 2010/07/05 07:45:21 1.43
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.42 2010/06/23 23:52:12 schmonz Exp $ 1$NetBSD: distinfo,v 1.43 2010/07/05 07:45:21 schmonz Exp $
2 2
3SHA1 (ikiwiki_3.20100623.tar.gz) = 977c389b745b9b9dc49f370e99fb128717d497df 3SHA1 (ikiwiki_3.20100704.tar.gz) = e27c46798e8a50bd67e957b83a488a240acf17d8
4RMD160 (ikiwiki_3.20100623.tar.gz) = 106b42c6b1e1325b14e9a6dd656967f6c6260a0a 4RMD160 (ikiwiki_3.20100704.tar.gz) = 406b0077f126572b27cde728c44f3d51763ff1f6
5Size (ikiwiki_3.20100623.tar.gz) = 1833124 bytes 5Size (ikiwiki_3.20100704.tar.gz) = 1839067 bytes
6SHA1 (patch-aa) = 7feab1b6e6d27afc5884f107dd8d7364a9b475be 6SHA1 (patch-aa) = 7feab1b6e6d27afc5884f107dd8d7364a9b475be
7SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 7SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903
8SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d 8SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d
9SHA1 (patch-ae) = b23e2c81e0dba9bc88fd2bdc88de5e60eb74e16f 9SHA1 (patch-ae) = b23e2c81e0dba9bc88fd2bdc88de5e60eb74e16f