diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-11-02 04:23:37 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-11-02 04:23:37 +0000 |
commit | b4f5a0aea8329c366c1aa236f1b895ef62795593 (patch) | |
tree | 4763130cf73e751ebc228480df73aa5486771b5d /www/ikiwiki | |
parent | 63cef2a2aec62ce0cf9d7ff64fec1843087c6a20 (diff) | |
download | pkgsrc-b4f5a0aea8329c366c1aa236f1b895ef62795593.tar.gz |
Update to 3.20091031. From the changelog:
* po: Fix breakage caused by changes to render code.
* mdwn: Avoid trying to use multimarkdown if it is not installed.
* moderatedcomments: New plugin to allow comment moderation w/o relying
on blogspam.net.
* When redirecting to a page, ie, after editing, ensure that the
url is uri-encoded. Most browsers other than MSIE don't care, but it's
the right thing to do.
* Add a spec file to allow building rpm from the source package.
* google: Pass the whole wiki url to google, not just the domain,
so that search works correctly for wikis that are located in
subdirectories of domains.
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/MESSAGE | 3 | ||||
-rw-r--r-- | www/ikiwiki/Makefile | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 10 | ||||
-rw-r--r-- | www/ikiwiki/patches/patch-aa | 21 |
4 files changed, 23 insertions, 15 deletions
diff --git a/www/ikiwiki/MESSAGE b/www/ikiwiki/MESSAGE index 7ec1c2ce641..23f17b662dc 100644 --- a/www/ikiwiki/MESSAGE +++ b/www/ikiwiki/MESSAGE @@ -1,10 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.5 2009/10/18 04:43:16 schmonz Exp $ +$NetBSD: MESSAGE,v 1.6 2009/11/02 04:23:37 schmonz Exp $ If you use custom templates, make sure they are correct when upgrading. - To take advantage of significant performance improvements, all wikis need to be rebuilt on upgrade to 3.20091017. If you listed your wiki in ${PKG_SYSCONFDIR}/wikilist, use ikiwiki-mass-rebuild to force a diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 94dfbf094a4..65c385c790d 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2009/10/24 15:51:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.38 2009/11/02 04:23:37 schmonz Exp $ # -DISTNAME= ikiwiki_3.20091023 +DISTNAME= ikiwiki_3.20091031 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 acbf9fe8f23..cbccdec1ddf 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.24 2009/10/24 15:51:16 schmonz Exp $ +$NetBSD: distinfo,v 1.25 2009/11/02 04:23:37 schmonz Exp $ -SHA1 (ikiwiki_3.20091023.tar.gz) = b97e2b1c3ec776d3f47189bf630a0745a56d3508 -RMD160 (ikiwiki_3.20091023.tar.gz) = bdba28770a95af4cb72e49b6d435ee43eff6b03a -Size (ikiwiki_3.20091023.tar.gz) = 1486940 bytes -SHA1 (patch-aa) = 16937124fbe7f4186dea5101ef9a1559a7712071 +SHA1 (ikiwiki_3.20091031.tar.gz) = a9cc49432087991e3336c3f2a2981f5ac78fb79a +RMD160 (ikiwiki_3.20091031.tar.gz) = 4c3467118fc5e18dfbe202e170d0c5f166f12a0f +Size (ikiwiki_3.20091031.tar.gz) = 1491046 bytes +SHA1 (patch-aa) = 49a2baa2a832e94bf29a18d79d640ee262d38edb SHA1 (patch-ab) = bbec6e7a4e6772d995a0b084a3875b83950eb194 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d SHA1 (patch-ae) = b23e2c81e0dba9bc88fd2bdc88de5e60eb74e16f diff --git a/www/ikiwiki/patches/patch-aa b/www/ikiwiki/patches/patch-aa index 41f6870db3f..496f50df609 100644 --- a/www/ikiwiki/patches/patch-aa +++ b/www/ikiwiki/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.12 2009/10/18 04:43:16 schmonz Exp $ +$NetBSD: patch-aa,v 1.13 2009/11/02 04:23:37 schmonz Exp $ ---- Makefile.PL.orig 2009-10-14 13:24:13.000000000 -0400 +--- Makefile.PL.orig 2009-10-29 11:36:03.000000000 -0400 +++ Makefile.PL @@ -25,6 +25,8 @@ PROBABLE_INST_LIB=$(shell \\ @@ -11,7 +11,16 @@ $NetBSD: patch-aa,v 1.12 2009/10/18 04:43:16 schmonz Exp $ tflag=$(shell if [ -n "$$NOTAINT" ] && [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi) extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-d:NYTProf"; fi) -@@ -58,7 +60,7 @@ underlay_install: +@@ -44,7 +46,7 @@ extra_build: ikiwiki.out ikiwiki.setup d + ./mdwn2man ikiwiki-update-wikilist 1 doc/ikiwiki-update-wikilist.mdwn > ikiwiki-update-wikilist.man + ./mdwn2man ikiwiki-calendar 1 doc/ikiwiki-calendar.mdwn > ikiwiki-calendar.man + $(MAKE) -C po +- sed -i "s/Version:.*/Version: $$(perl -e '$$_=<>;print m/\((.*?)\)/'<debian/changelog)/" ikiwiki.spec ++# sed -i "s/Version:.*/Version: $$(perl -e '$$_=<>;print m/\((.*?)\)/'<debian/changelog)/" ikiwiki.spec + + docwiki: ikiwiki.out + $(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup docwiki.setup -refresh +@@ -59,7 +61,7 @@ underlay_install: for dir in `cd underlays && find . -follow -type d ! -regex '.*\.svn.*'`; do \ install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ for file in `find underlays/$$dir -follow -maxdepth 1 -type f`; do \ @@ -20,7 +29,7 @@ $NetBSD: patch-aa,v 1.12 2009/10/18 04:43:16 schmonz Exp $ install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ done; \ done -@@ -77,7 +79,7 @@ extra_install: underlay_install +@@ -78,7 +80,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 \ @@ -29,7 +38,7 @@ $NetBSD: patch-aa,v 1.12 2009/10/18 04:43:16 schmonz Exp $ install -m 644 doc/examples/$$file $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$file; \ done -@@ -96,15 +98,15 @@ extra_install: underlay_install +@@ -97,15 +99,15 @@ extra_install: underlay_install install -m 755 $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \ done @@ -53,7 +62,7 @@ $NetBSD: patch-aa,v 1.12 2009/10/18 04:43:16 schmonz Exp $ install -d $(DESTDIR)$(PREFIX)/sbin install ikiwiki-mass-rebuild $(DESTDIR)$(PREFIX)/sbin -@@ -120,10 +122,10 @@ extra_install: underlay_install +@@ -121,10 +123,10 @@ extra_install: underlay_install # These might fail if a regular user is installing into a home # directory. |