summaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-01-03 02:28:11 +0000
committerschmonz <schmonz@pkgsrc.org>2014-01-03 02:28:11 +0000
commitef58704c6962428304fe769b393fedc74f28afe3 (patch)
tree23dc8aec8efdd83ae7fe83b3553e57f2211d3703 /www/ikiwiki/Makefile
parent973340cb28cbc30e41bd6878fbce6f2c852a3962 (diff)
downloadpkgsrc-ef58704c6962428304fe769b393fedc74f28afe3.tar.gz
Update to 3.20140102. From the changelog:
* aggregate: Improve display of post author. * poll: Fix behavior of poll buttons when inlined. * Fixed unncessary tight loop hash copy in saveindex where a pointer can be used instead. Can speed up refreshes by nearly 50% in some circumstances. * Optimized loadindex by caching the page name in the index. * Added only_committed_changes config setting, which speeds up wiki refresh by querying git to find the files that were changed, rather than looking at the work tree. Not enabled by default as it can break some setups where not all files get committed to git. * comments: Write pending moderation comments to the transient underlay to avoid conflict with only_committed_changes. * search: Added google_search option, which makes it search google rather than using the internal xapain database. (googlesearch plugin is too hard to turn on when xapain databases corrupt themselves, which happens all too frequently). * osm: Remove invalid use of charset on embedded javascript tags. Closes: #731197 * style.css: Add compatibility definitions for more block-level html5 elements. Closes: #731199 * aggregrate: Fix several bugs in handling of empty and colliding titles when generating filenames.
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r--www/ikiwiki/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile
index 2810294adb1..086c6df9683 100644
--- a/www/ikiwiki/Makefile
+++ b/www/ikiwiki/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.114 2013/09/15 16:26:11 schmonz Exp $
+# $NetBSD: Makefile,v 1.115 2014/01/03 02:28:11 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20130904.1
-PKGREVISION= 1
+DISTNAME= ikiwiki_3.20140102
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
@@ -66,6 +65,7 @@ TEST_TARGET= test
.include "options.mk"
pre-configure:
+ rm -f ${WRKSRC}/doc/examples/blog/posts/Test.html
find ${WRKSRC} -type f -name '*.orig' -print | xargs rm -f
.include "../../mk/bsd.prefs.mk"