diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-06-23 23:52:12 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-06-23 23:52:12 +0000 |
commit | 9d3f4ab063c5968a5b951f45ffb7d25514e72710 (patch) | |
tree | cbffd507d8b92989ae5b611dcf1c6df0b3e0594a /www/ikiwiki/patches | |
parent | 50a637d70c3bae5ed128ca0e5b4f22f96f778416 (diff) | |
download | pkgsrc-9d3f4ab063c5968a5b951f45ffb7d25514e72710.tar.gz |
Update this generally stable leaf package during the freeze, mainly
for a handful of bugfixes, to 3.20100623. From the changelog:
* openid: Add openid_realm and openid_cgiurl configuration options,
useful in a few edge case setups.
* attachment: Show files from underlay in attachments list.
* img: Support hspace and vspace attributes.
* editpage: Rename "comments" field to avoid CSS conflict with the
comments div.
* edittemplate: Make silent mode not disable display when the template
page does not exist, so it can be easily created.
* edittemplate: Look for template pages under templates/ like everything
else (still looks in old location for backwards compatibility).
* attachment: When inserting links, insert img directives for images,
if that plugin is enabled.
* websetup: Allow enabling plugins listed in disable_plugins.
* editpage, comments: Fix broken links in sidebar (due to forcebaseurl).
(Thanks, privat)
* calendar: Tune archive_pagespec to only match pages, not other files.
* Fix issues with combining unicode srcdirs and source files.
(Workaround bug #586045)
* Make --gettime be honored after initial setup.
* git: Fix --gettime to properly support utf8 filenames.
* attachment: Support Windows paths when taking basename of client-supplied
file name.
* theme: New plugin, allows easily themeing a site via the underlay.
* Added actiontabs theme by Svend Sorensen.
* Added blueview theme by Bernd Zeimetz.
* mercurial: Fix buggy getctime code. Closes: #586279
* link: Enhanced to handle URLs and email addresses. (Bernd Zeimetz)
Diffstat (limited to 'www/ikiwiki/patches')
-rw-r--r-- | www/ikiwiki/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/ikiwiki/patches/patch-aa b/www/ikiwiki/patches/patch-aa index 2534b818ace..2a3c92f0861 100644 --- a/www/ikiwiki/patches/patch-aa +++ b/www/ikiwiki/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.17 2010/04/27 13:15:46 schmonz Exp $ +$NetBSD: patch-aa,v 1.18 2010/06/23 23:52:12 schmonz Exp $ ---- Makefile.PL.orig 2010-04-25 00:42:59.000000000 +0000 +--- Makefile.PL.orig 2010-06-16 23:17:18.000000000 +0000 +++ Makefile.PL @@ -25,6 +25,8 @@ PROBABLE_INST_LIB=$(shell \\ @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.17 2010/04/27 13:15:46 schmonz Exp $ install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ done; \ done -@@ -85,7 +87,7 @@ extra_install: underlay_install +@@ -99,7 +101,7 @@ extra_install: underlay_install install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$dir; \ done for file in `cd doc/examples; find . -type f ! -regex '.*\.svn.*'`; do \ @@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.17 2010/04/27 13:15:46 schmonz Exp $ install -m 644 doc/examples/$$file $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$file; \ done -@@ -104,15 +106,15 @@ extra_install: underlay_install +@@ -118,15 +120,15 @@ extra_install: underlay_install install -m 755 $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \ done @@ -62,7 +62,7 @@ $NetBSD: patch-aa,v 1.17 2010/04/27 13:15:46 schmonz Exp $ install -d $(DESTDIR)$(PREFIX)/sbin install ikiwiki-mass-rebuild $(DESTDIR)$(PREFIX)/sbin -@@ -129,10 +131,10 @@ extra_install: underlay_install +@@ -143,10 +145,10 @@ extra_install: underlay_install # These might fail if a regular user is installing into a home # directory. |