diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-08-04 15:25:11 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-08-04 15:25:11 +0000 |
commit | 3da0fb2746653e0f817df8d462fcb53593e1c28c (patch) | |
tree | 2ec663578c9273c5800e0ed8114c1e3ede8b0d9c /www/ikiwiki | |
parent | 4c9f78a666c7eb5bf98f2ade9f24266a0e9f05b3 (diff) | |
download | pkgsrc-3da0fb2746653e0f817df8d462fcb53593e1c28c.tar.gz |
Update to 3.20100804. From the changelog:
* template: Fix dependency tracking. Broken in version 3.20100427.
* po: The po_slave_languages setting is now a list, so the order of
translated languages can be controlled. (intrigeri)
* git: Fix gitweb historyurl examples so "diff to current" links work.
(Thanks jrayhawk)
* meta: Allow syntax closer to html meta to be used.
* Add new disable hook, allowing plugins to perform cleanup after they
have been disabled.
* Use Digest::SHA built into perl rather than external Digest::SHA1
to simplify dependencies. Closes: #591040
* Fixes a bug that prevented matching deleted pages when using the page()
PageSpec.
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/Makefile | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 | ||||
-rw-r--r-- | www/ikiwiki/options.mk | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 49a4d4eaeac..b2146c4b32e 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2010/07/23 13:07:16 schmonz Exp $ +# $NetBSD: Makefile,v 1.59 2010/08/04 15:25:11 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100722 +DISTNAME= ikiwiki_3.20100804 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 6a46b22663f..24380f11639 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.44 2010/07/23 13:07:16 schmonz Exp $ +$NetBSD: distinfo,v 1.45 2010/08/04 15:25:11 schmonz Exp $ -SHA1 (ikiwiki_3.20100722.tar.gz) = 4613a82c48253996f858ae47e67e5e562c8272c8 -RMD160 (ikiwiki_3.20100722.tar.gz) = 33770af9aaa3308b2fb53e056ec47ef7a7bd09b8 -Size (ikiwiki_3.20100722.tar.gz) = 1872037 bytes +SHA1 (ikiwiki_3.20100804.tar.gz) = 8751225426009fa1c101b80a34aaf4912d67b3ae +RMD160 (ikiwiki_3.20100804.tar.gz) = 5e6a7e195524d02e8b07762455d0c59f1c687653 +Size (ikiwiki_3.20100804.tar.gz) = 1919048 bytes SHA1 (patch-aa) = 7feab1b6e6d27afc5884f107dd8d7364a9b475be SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d diff --git a/www/ikiwiki/options.mk b/www/ikiwiki/options.mk index 5fc7ee850b5..c2bfe485fb1 100644 --- a/www/ikiwiki/options.mk +++ b/www/ikiwiki/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2009/11/23 02:36:39 schmonz Exp $ +# $NetBSD: options.mk,v 1.9 2010/08/04 15:25:11 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ikiwiki PKG_SUPPORTED_OPTIONS= cvs ikiwiki-amazon-s3 ikiwiki-search @@ -18,7 +18,6 @@ DEPENDS+= p5-File-ReadBackwards-[0-9]*:../../textproc/p5-File-ReadBackwards .if !empty(PKG_OPTIONS:Mikiwiki-search) DEPENDS+= p5-Search-Xapian-[0-9]*:../../textproc/p5-Search-Xapian -DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= xapian-omega-[0-9]*:../../textproc/xapian-omega .endif |