diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-08-18 01:37:35 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-08-18 01:37:35 +0000 |
commit | 8b83853e04a59e02255caf3daf7c21bf046bca78 (patch) | |
tree | f46223677ee39159a367810f2d8d9390c0e0e3a0 /www/ikiwiki/Makefile | |
parent | b6394c0960224989f36975cdf3cbb9ddf8d86d9f (diff) | |
download | pkgsrc-8b83853e04a59e02255caf3daf7c21bf046bca78.tar.gz |
Update to 3.20140815. From the changelog:
* Add google back to openid selector. Apparently this has gotten a stay
of execution until April 2015. (It may continue to work until 2017.)
* highlight: Add compatibility with highlight 3.18, while still supporting
3.9+. Closes: #757679
Thanks, David Bremner
* highlight: Add support for multiple language definition directories
Closes: #757680
Thanks, David Bremner
pkgsrc changes:
* Add ikiwiki-highlight option that pulls in textproc/p5-highlight,
for syntax highlighting code blocks (or entire source files).
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 8b4c3a7bce0..ba06a83f18b 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.120 2014/06/13 21:51:41 schmonz Exp $ +# $NetBSD: Makefile,v 1.121 2014/08/18 01:37:35 schmonz Exp $ # -DISTNAME= ikiwiki_3.20140613 +DISTNAME= ikiwiki_3.20140815 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |