diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-03-02 19:20:20 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-03-02 19:20:20 +0000 |
commit | 2ed106c9146f69b0f50c3ce0fc37c1522efc5e5d (patch) | |
tree | b1a4f917187eceaced0b2d649a866050242a5a71 /www/ikiwiki | |
parent | 00da609f04ac90f3ab5c3189743ce16acca572cc (diff) | |
download | pkgsrc-2ed106c9146f69b0f50c3ce0fc37c1522efc5e5d.tar.gz |
Update to 3.20180228. From the changelog:
* core: Don't send relative redirect URLs when behind a reverse proxy
* core: Escape backticks etc. in directive error messages as HTML
entities so that the error message is not subsequently parsed as
Markdown
* mdwn: Enable fenced code blocks, PHP Markdown Extra-style definition
lists and GitHub-style extensions to HTML tag syntax when used with
Discount >= 2.2.0 (Closes: #[888055])
* img: Fix auto-detection of image format (if enabled, which is
strongly discouraged) with ImageMagick >= 6.9.8-3
* rst: Use Python 3 instead of Python 2
* build: `set -e` before each `for` loop, so that errors are reliably
trapped
* build: Use if/then instead of `||` so that the `-e` flag works
* build: Ensure that pm_to_blib finishes before rewriting shebang lines
* t: Make the img test pass with ImageMagick >= 6.9.8-3
(Closes: #[891647])
* debian: Remove unused Lintian overrides for duplicate word false positives
* debian: Declare compliance with Debian Policy 4.1.3
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/Makefile | 8 | ||||
-rw-r--r-- | www/ikiwiki/PLIST | 3 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 12 |
3 files changed, 10 insertions, 13 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 2196254655b..bc26620fe98 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.151 2018/01/08 14:04:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.152 2018/03/02 19:20:20 schmonz Exp $ # -DISTNAME= ikiwiki_3.20180105.orig +DISTNAME= ikiwiki_3.20180228.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} @@ -12,10 +12,6 @@ HOMEPAGE= https://ikiwiki.info/ COMMENT= Flexible static site generator with dynamic features LICENSE= gnu-gpl-v2 -# ./pm_filter /usr/pkg 3.20141016 /usr/pkg/lib/perl5/vendor_perl/5.20.0 < ikiwiki.in > ikiwiki.out -# sh: ./pm_filter: not found -MAKE_JOBS_SAFE= no - DEPENDS+= p5-Text-Markdown-Discount-[0-9]*:../../textproc/p5-Text-Markdown-Discount DEPENDS+= p5-URI>=1.36:../../www/p5-URI DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index 8c7931bdd6b..989105e4741 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.48 2018/01/08 14:04:18 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.49 2018/03/02 19:20:20 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-comment @@ -674,4 +674,3 @@ share/locale/pl/LC_MESSAGES/ikiwiki.mo share/locale/sv/LC_MESSAGES/ikiwiki.mo share/locale/tr/LC_MESSAGES/ikiwiki.mo share/locale/vi/LC_MESSAGES/ikiwiki.mo - diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index b1050d71d81..698fe7f3739 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.124 2018/01/08 14:04:18 schmonz Exp $ +$NetBSD: distinfo,v 1.125 2018/03/02 19:20:20 schmonz Exp $ -SHA1 (ikiwiki_3.20180105.orig.tar.xz) = 8d9bc850ecf332fb6cc80538eaf2f8466de3cd46 -RMD160 (ikiwiki_3.20180105.orig.tar.xz) = 4fc61867c7c5ce37398ea09349081b74a7b7f93f -SHA512 (ikiwiki_3.20180105.orig.tar.xz) = 623268fa3664ba092fd26920a0939f650fc877de521f7052b9cb327701e3fdec4e342eaa8c47da5ace8de46f0646a4a159a3689456cbd474c5e199138233728d -Size (ikiwiki_3.20180105.orig.tar.xz) = 2633420 bytes +SHA1 (ikiwiki_3.20180228.orig.tar.xz) = 736abf42a48007ac379bb1243ba120e7ec44a5a3 +RMD160 (ikiwiki_3.20180228.orig.tar.xz) = e8ac97d347228caacec54c5af8206ab457e7d46a +SHA512 (ikiwiki_3.20180228.orig.tar.xz) = d3b20ff564ece42057ea7c4693a53ff1053874c55163b540d2d9ac184fb9bae2b36ebd0de7335fee7251134768e3bbdcbefc2915a728ef305948e7bf2463b88f +Size (ikiwiki_3.20180228.orig.tar.xz) = 2637180 bytes +SHA1 (patch-Makefile.PL) = 35f12c579d497d2462d8e0c0f84c2e2144aaec60 +SHA1 (patch-po_Makefile) = 7adc25868a3d36157f7e3af7caedcec67e008397 |