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.20120419. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/70b4668920ab
branches: trunk
changeset: 602753:70b4668920ab
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Fri Apr 20 03:48:25 2012 +0000
description:
Update to 3.20120419. From the changelog:
* Remove dead link from plugins/teximg. Closes: #664885
* inline: When the pagenames list includes pages that do not exist, skip
them.
* meta: Export author information in html <meta> tag. Closes: #664779
Thanks, Martin Michlmayr
* notifyemail: New plugin, sends email notifications about new and
changed pages, and allows subscribing to comments.
* Added a "changes" hook. Renamed the "change" hook to "rendered", but
the old hook name is called for now for back-compat.
* meta: Support keywords header. Closes: #664780
Thanks, Martin Michlmayr
* passwordauth: Fix url in password recovery email to be absolute.
* httpauth: When it's the only auth method, avoid a pointless and
confusing signin form, and go right to the httpauthurl.
* rename: Allow rename to be started not from the edit page; return to
the renamed page in this case.
* remove: Support removing of pages in the transient underlay. (smcv)
* inline, trail: The pagenames parameter is now a list of absolute
pagenames, not relative wikilink type names. This is necessary to fix
a bug, and makes pagenames more consistent with the pagespec used
in the pages parameter. (smcv)
* link: Fix renaming wikilinks that contain embedded urls.
* graphviz: Handle self-links.
* trail: Improve CSS, also display trail links at bottom of page,
and a bug fix. (smcv)
Add dependency on p5-HTML-Tree, suggested by Matthias Rampke in PR pkg/45688.
diffstat:
www/ikiwiki/Makefile | 5 +++--
www/ikiwiki/PLIST | 3 ++-
www/ikiwiki/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r e9a980dad4f6 -r 70b4668920ab www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile Thu Apr 19 21:12:42 2012 +0000
+++ b/www/ikiwiki/Makefile Fri Apr 20 03:48:25 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2012/03/20 12:01:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.93 2012/04/20 03:48:25 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20120203
+DISTNAME= ikiwiki_3.20120419
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
@@ -17,6 +17,7 @@
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template
+DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
DEPENDS+= p5-CGI-Session-[0-9]*:../../www/p5-CGI-Session
DEPENDS+= p5-CGI-FormBuilder>=3.05:../../www/p5-CGI-FormBuilder
DEPENDS+= p5-Mail-Sendmail-[0-9]*:../../mail/p5-Mail-Sendmail
diff -r e9a980dad4f6 -r 70b4668920ab www/ikiwiki/PLIST
--- a/www/ikiwiki/PLIST Thu Apr 19 21:12:42 2012 +0000
+++ b/www/ikiwiki/PLIST Fri Apr 20 03:48:25 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2012/03/20 12:01:15 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.36 2012/04/20 03:48:25 schmonz Exp $
bin/ikiwiki
bin/ikiwiki-calendar
bin/ikiwiki-makerepo
@@ -429,6 +429,7 @@
share/ikiwiki/templates/googleform.tmpl
share/ikiwiki/templates/inlinepage.tmpl
share/ikiwiki/templates/microblog.tmpl
+share/ikiwiki/templates/notifyemail.tmpl
share/ikiwiki/templates/openid-selector.tmpl
share/ikiwiki/templates/page.tmpl
share/ikiwiki/templates/passwordmail.tmpl
diff -r e9a980dad4f6 -r 70b4668920ab www/ikiwiki/distinfo
--- a/www/ikiwiki/distinfo Thu Apr 19 21:12:42 2012 +0000
+++ b/www/ikiwiki/distinfo Fri Apr 20 03:48:25 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.76 2012/03/20 12:01:16 schmonz Exp $
+$NetBSD: distinfo,v 1.77 2012/04/20 03:48:25 schmonz Exp $
-SHA1 (ikiwiki_3.20120203.tar.gz) = 7b3b8085e4df55be8aeda650065798947412952b
-RMD160 (ikiwiki_3.20120203.tar.gz) = 3c080f0554e43579ad8757a9106acf41c0785f3c
-Size (ikiwiki_3.20120203.tar.gz) = 2807717 bytes
+SHA1 (ikiwiki_3.20120419.tar.gz) = f2dd9398a3e4602fb23ffe8e3b3ffea57600318d
+RMD160 (ikiwiki_3.20120419.tar.gz) = 7d9f006f1cb7a09c346a334886d239e524365409
+Size (ikiwiki_3.20120419.tar.gz) = 2826659 bytes
Home |
Main Index |
Thread Index |
Old Index