diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-05-05 18:02:05 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-05-05 18:02:05 +0000 |
commit | e57959322947f778d617a2075fc9402694d04cb9 (patch) | |
tree | 308987ffe40fd4d6b4317cccddc944aaa07313c1 /www/ikiwiki | |
parent | 150425da000949e3bbc098a2e8a78d602619ab99 (diff) | |
download | pkgsrc-e57959322947f778d617a2075fc9402694d04cb9.tar.gz |
Update to 3.11. From the changelog:
* Avoid using python-support. Closes: #525086
* websetup: Display stderr in browser if ikiwiki setup fails.
* blogspam: Load RPC::XML library in checkconfig, so that an error
can be printed at that point if it's not available, allowing
the admin to see it during wiki setup. Closes: #520015
* websetup: If setup fails, restore old setup file.
* relativedate: Deal with clock skew.
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return
them in cases where they fail to match due to a configuration
or syntax error.
* pagespec_match_list: New API function, matches pages in a list
and throws an error if the pagespec is bad.
* inline, brokenlinks, calendar, linkmap, map, orphans, pagecount,
pagestate, postsparkline: Display a handy error message if the
pagespec is erronious [sic].
* comments: Add link to comment post form to allow user to sign in
if they wish to, if the configuration makes signin optional for
commenting.
* Updated Danish translation from Jonas Smedegaard. Closes: #525751
* translation.mdwn: Typo fixes. Closes: #525753
Add msgfmt to USE_TOOLS (it's called at the end of the build).
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/Makefile | 6 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index d5504177aad..a2f6094ea4f 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2009/04/21 16:34:43 schmonz Exp $ +# $NetBSD: Makefile,v 1.24 2009/05/05 18:02:05 schmonz Exp $ # -DISTNAME= ikiwiki_3.10 +DISTNAME= ikiwiki_3.11 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} @@ -32,7 +32,7 @@ DEPENDS+= p5-gettext-[0-9]*:../../devel/p5-gettext WRKSRC= ${WRKDIR}/${PKGBASE} PERL5_PACKLIST= auto/IkiWiki/.packlist USE_LANGUAGES= # none -USE_TOOLS+= gmake perl:run xgettext +USE_TOOLS+= gmake msgfmt perl:run xgettext REPLACE_PERL+= ikiwiki-mass-rebuild ikiwiki-transition ikiwiki-update-wikilist REPLACE_PERL+= ikiwiki-w3m.cgi ikiwiki.in mdwn2man pm_filter diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 352ba651e2e..b0ce71b28a0 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2009/04/21 16:34:43 schmonz Exp $ +$NetBSD: distinfo,v 1.14 2009/05/05 18:02:05 schmonz Exp $ -SHA1 (ikiwiki_3.10.tar.gz) = b55dfe2e7f6f7e86912cbf4a9b55b9364ec2cb29 -RMD160 (ikiwiki_3.10.tar.gz) = 9ae93ffe7bdbfb180c2d689225ecd8f47a644b18 -Size (ikiwiki_3.10.tar.gz) = 1161430 bytes +SHA1 (ikiwiki_3.11.tar.gz) = 6974f08fb2272946c4aa2988022469200e62e2c3 +RMD160 (ikiwiki_3.11.tar.gz) = 4067297d5af2ee1708a3147b9f6735832973969e +Size (ikiwiki_3.11.tar.gz) = 1168391 bytes SHA1 (patch-aa) = e3ae3104f9445e15244a2b65c4867536cdfdcbca SHA1 (patch-ab) = bbec6e7a4e6772d995a0b084a3875b83950eb194 |