diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-07-05 07:45:21 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-07-05 07:45:21 +0000 |
commit | 33a568bc996c4a592f034e81ee820a8f849d2e43 (patch) | |
tree | 1abbd401e4efe6ddbebbae7e97f77d44a4ffdd4f /www/ikiwiki | |
parent | cabff88a75e2da3e79da6038cf4f3643e20e7647 (diff) | |
download | pkgsrc-33a568bc996c4a592f034e81ee820a8f849d2e43.tar.gz |
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.
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/Makefile | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 6d428f810d9..74f172bf0c7 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2010/06/23 23:52:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.57 2010/07/05 07:45:21 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100623 +DISTNAME= ikiwiki_3.20100704 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index f21f8cdfd51..c966a7fd98f 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2010/06/23 23:52:12 schmonz Exp $ +$NetBSD: distinfo,v 1.43 2010/07/05 07:45:21 schmonz Exp $ -SHA1 (ikiwiki_3.20100623.tar.gz) = 977c389b745b9b9dc49f370e99fb128717d497df -RMD160 (ikiwiki_3.20100623.tar.gz) = 106b42c6b1e1325b14e9a6dd656967f6c6260a0a -Size (ikiwiki_3.20100623.tar.gz) = 1833124 bytes +SHA1 (ikiwiki_3.20100704.tar.gz) = e27c46798e8a50bd67e957b83a488a240acf17d8 +RMD160 (ikiwiki_3.20100704.tar.gz) = 406b0077f126572b27cde728c44f3d51763ff1f6 +Size (ikiwiki_3.20100704.tar.gz) = 1839067 bytes SHA1 (patch-aa) = 7feab1b6e6d27afc5884f107dd8d7364a9b475be SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |