pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ikiwiki



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Mar  2 19:20:20 UTC 2018

Modified Files:
        pkgsrc/www/ikiwiki: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/www/ikiwiki/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/ikiwiki/PLIST
cvs rdiff -u -r1.124 -r1.125 pkgsrc/www/ikiwiki/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ikiwiki/Makefile
diff -u pkgsrc/www/ikiwiki/Makefile:1.151 pkgsrc/www/ikiwiki/Makefile:1.152
--- pkgsrc/www/ikiwiki/Makefile:1.151   Mon Jan  8 14:04:18 2018
+++ pkgsrc/www/ikiwiki/Makefile Fri Mar  2 19:20:20 2018
@@ -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

Index: pkgsrc/www/ikiwiki/PLIST
diff -u pkgsrc/www/ikiwiki/PLIST:1.48 pkgsrc/www/ikiwiki/PLIST:1.49
--- pkgsrc/www/ikiwiki/PLIST:1.48       Mon Jan  8 14:04:18 2018
+++ pkgsrc/www/ikiwiki/PLIST    Fri Mar  2 19:20:20 2018
@@ -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
-

Index: pkgsrc/www/ikiwiki/distinfo
diff -u pkgsrc/www/ikiwiki/distinfo:1.124 pkgsrc/www/ikiwiki/distinfo:1.125
--- pkgsrc/www/ikiwiki/distinfo:1.124   Mon Jan  8 14:04:18 2018
+++ pkgsrc/www/ikiwiki/distinfo Fri Mar  2 19:20:20 2018
@@ -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



Home | Main Index | Thread Index | Old Index