summaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2019-02-07 15:47:32 +0000
committerschmonz <schmonz@pkgsrc.org>2019-02-07 15:47:32 +0000
commit996ba176dc874effc82e7c16834f650c9bdbdb75 (patch)
tree6188142d676705883ebed69d17f3b990bd3c23c5 /www/ikiwiki/Makefile
parent61f6b2e60ff416387d971a0e8d0b3547e1963e65 (diff)
downloadpkgsrc-996ba176dc874effc82e7c16834f650c9bdbdb75.tar.gz
Update to 3.20190207. From the changelog:
* graph: Add an optional "file" parameter * emailauth: When email can't be sent, show the error message * osm: Don't raise errors if tags don't have attached icons * cgi: Avoid C compiler warnings for waitpid() on NetBSD * Hide popup template content from documentation (Closes: #898836) * meta: Make [[!meta date]] show an error if dates are invalid or Date::Parse can't be loaded * inline: Cope with non-ASCII `rootpage` parameter. Thanks, Feng Shu * table: Cope with non-ASCII content in CSV format tables. Thanks, Feng Shu * trail: Allow unescaped punctuation in `pagenames` parameter * comments: Hide "add comment" link from print stylesheet. Thanks, Antoine Beaupré * recentchangesdiff, relativedate, toggle: Import JavaScript at the end of the page content, not the beginning, so that the browser can render content as soon as possible. Thanks, Antoine Beaupré * inline: Add basic test coverage for [[!inline rootpage]] * table: Add basic test coverage * po: Add enough test coverage to reproduce Debian #911356 * comments: Improve test coverage * tests: Exercise Unicode more * aggregate: Fix aggregation of posts without a title. Thanks, Alexandre Oliva * poll: Added postlink and posttrail options for better multi-page polls. * Fix permalink to comments.
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r--www/ikiwiki/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile
index e6dad40cd6a..2741cf0a541 100644
--- a/www/ikiwiki/Makefile
+++ b/www/ikiwiki/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.159 2018/10/22 04:33:25 schmonz Exp $
+# $NetBSD: Makefile,v 1.160 2019/02/07 15:47:32 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20180311.orig
+DISTNAME= ikiwiki_3.20190207.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
-PKGREVISION= 4
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
EXTRACT_SUFX= .tar.xz