diff options
author | schmonz <schmonz> | 2009-07-09 22:15:09 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2009-07-09 22:15:09 +0000 |
commit | bec796ed0d0fe309fb994f4d20b7ead50e9beb1a (patch) | |
tree | c14f08fcd267657ad3eea1d16cd9a9a5e1d6cf09 /www/ikiwiki/Makefile | |
parent | 5c40bf1d8ee2416e8dcd7214363f81c064160ad7 (diff) | |
download | pkgsrc-bec796ed0d0fe309fb994f4d20b7ead50e9beb1a.tar.gz |
Update to 3.1415. From the changelog:
* img: Fix extra double quote with alt text. (smcv)
* Updated French debconf templates translation. Closes: #535103
* openid: Support Net::OpenID 2.x when pretty-printing openids. (smcv)
* highlight: Fix utf-8 encoding bug. Closes: #535028
* comment: Make comment directives no longer use the internal
"\_comment" form, and document the comment directive syntax.
* Avoid relying on translators preserving the case when translating
"discussion", which caused Discussion pages to get unwanted
Discussion links.
* Tighten up matching of bare words inside directives; do not allow
an unterminated triple string to be treated as a series of bare
words. Fixes runaway regexp recursion/backtracking in strange
situations.
* Setup automator: Check that each plugin added to the generated
setup file can be loaded and that its config is ok. If a plugin
fails for any reason, disable it in the generated file. Closes:
#532001
* pagecount: Fix broken optimisation for * pagespec.
* goto: Support being passed a page title that is not a valid page
name, to support several cases including mercurial's long user
names on the RecentChanges page, and urls with spaces being
handled by the 404 plugin.
* Optimise use of gettext, and avoid ugly warnings if Locale::gettext
is not available. Closes: #532285
* meta: Add openid delegate parameter to allow delegating only
openid or openid2.
* Disable the Preferences link if no plugin with an auth hook is enabled.
* Updated French translation. Closes: #532654
* aggregate: Fix storing of changed md5.
* aggregate: Avoid resetting ctime when an item md5 changes.
* highlight: New plugin supporting syntax highlighting of pretty
much anything.
* debian/control: Add suggests for libhighlight-perl, although that
package is not yet created by Debian's highlight source package.
(See #529869)
* format: Provide a htmlizefallback hook that other plugins can use
to handle formats that are not suitable for general-purpose
htmlize hooks. Used by highlight.
* Fix test suite to not rely on an installed copy of ikiwiki after
underlaydir change. Closes: #530502
* Danish translation update. Closes: #530877
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 72e1a71dd15..3015de9227a 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2009/06/01 20:24:42 schmonz Exp $ +# $NetBSD: Makefile,v 1.26 2009/07/09 22:15:09 schmonz Exp $ # -DISTNAME= ikiwiki_3.13 +DISTNAME= ikiwiki_3.1415 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} @@ -11,6 +11,8 @@ HOMEPAGE= http://ikiwiki.info/ COMMENT= Wiki compiler LICENSE= gnu-gpl-v2 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Text-Markdown-[0-9]*:../../textproc/p5-Text-Markdown DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser |