pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ikiwiki Update to 3.20100915. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac4532fc74d8
branches:  trunk
changeset: 580755:ac4532fc74d8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Sep 17 05:52:31 2010 +0000

description:
Update to 3.20100915. From the changelog:

   * needsbuild hook interface changed; the hooks should now return
     the modified array of things that need built. (Backwards compatibility
     code keeps plugins using the old interface working.)
   * Remove PATH overriding code in ikiwiki script that was present to make
     perl taint checking happy, but taint checking is disabled.
   * teximg: Use Unicode UTF-8 encoding by default. Closes: #596067
     Thanks, Paul Menzel.
   * po: Make the po_master_language use a langpair like "en|English",
     so it can be configured via the web.
   * po: Allow enabling via web setup.
   * po: Auto-upgrade old format settings to new formats when writing
     setup file.
   * Pass array of names of files that have been deleted to needsbuild hook
     as second parameter, to allow for plugins that needs access to this
     information earlier than the delete hook.
   * actiontabs: Improve tab padding.
   * blueview: Fix display of links to translated pages in the page header.
   * Set isPermaLink="no" for guids in rss feeds.
   * blogspam: Fix crash when content contained utf-8.
   * external: Disable RPC::XML's "smart" encoding, which sent ints
     for strings that contained only a number, fixing a longstanding crash
     of the rst plugin.
   * git: When updating from remote, use git pull --prune, to avoid possible
     errors from conflicting obsolete remote branches.
   * cutpaste: Fix bug that occured in some cases involving inlines when
     text was pasted on a page before being cut.

diffstat:

 www/ikiwiki/Makefile |  4 ++--
 www/ikiwiki/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 43431dc63c92 -r ac4532fc74d8 www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile      Fri Sep 17 05:48:35 2010 +0000
+++ b/www/ikiwiki/Makefile      Fri Sep 17 05:52:31 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2010/09/01 05:13:41 schmonz Exp $
+# $NetBSD: Makefile,v 1.63 2010/09/17 05:52:31 schmonz Exp $
 #
 
-DISTNAME=      ikiwiki_3.20100831
+DISTNAME=      ikiwiki_3.20100915
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    www textproc
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
diff -r 43431dc63c92 -r ac4532fc74d8 www/ikiwiki/distinfo
--- a/www/ikiwiki/distinfo      Fri Sep 17 05:48:35 2010 +0000
+++ b/www/ikiwiki/distinfo      Fri Sep 17 05:52:31 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2010/09/01 05:13:41 schmonz Exp $
+$NetBSD: distinfo,v 1.48 2010/09/17 05:52:31 schmonz Exp $
 
-SHA1 (ikiwiki_3.20100831.tar.gz) = 7aac193e19b572fa8f5395e2cf6fbc8b85d74f39
-RMD160 (ikiwiki_3.20100831.tar.gz) = 958591f586aee203cc122c76b8f746602ae59ae8
-Size (ikiwiki_3.20100831.tar.gz) = 1937235 bytes
+SHA1 (ikiwiki_3.20100915.tar.gz) = 68f5c7bd9e108c43ff7cd37cf58c9dac6eb98a7a
+RMD160 (ikiwiki_3.20100915.tar.gz) = b03bfbb6dd69e40b2e87d3bcf17b66769404cc0f
+Size (ikiwiki_3.20100915.tar.gz) = 1944979 bytes
 SHA1 (patch-aa) = 7feab1b6e6d27afc5884f107dd8d7364a9b475be
 SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903
 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d



Home | Main Index | Thread Index | Old Index