diff options
author | xtraeme <xtraeme> | 2005-01-25 18:20:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-01-25 18:20:52 +0000 |
commit | 555252446d7f7b04421b217f40871936350c03b2 (patch) | |
tree | 6310ea83753e9e2b94ca700ab70ec8194c902038 | |
parent | a8d1a712957e6851da50ba6591c617c8f7686900 (diff) | |
download | pkgsrc-555252446d7f7b04421b217f40871936350c03b2.tar.gz |
Update to 0.37
Changes for version: 0.37 (Tue Jan 11 07:45:24 PST 2005)
- Remove load_class calls per Spoon 0.21
- Move archive commit hook into super class
- Split Kwiki::Command into Spoon::Command
- Make kwiki -compress work again :\
- Change -subwiki to -new_view
- List all plugins commented out in plugins file
- Support PagePrivacy
- Support multiple config*.*
- Make toolbar, widgets, and status prereqs of theme
-rw-r--r-- | www/p5-Kwiki/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Kwiki/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Kwiki/Makefile b/www/p5-Kwiki/Makefile index 63c4d665028..d2b3939c01f 100644 --- a/www/p5-Kwiki/Makefile +++ b/www/p5-Kwiki/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 23:15:15 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/25 18:20:52 xtraeme Exp $ -DISTNAME= Kwiki-0.36 +DISTNAME= Kwiki-0.37 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/} diff --git a/www/p5-Kwiki/distinfo b/www/p5-Kwiki/distinfo index 59ee3c03434..0535cda9c2f 100644 --- a/www/p5-Kwiki/distinfo +++ b/www/p5-Kwiki/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/12/25 23:15:15 jlam Exp $ +$NetBSD: distinfo,v 1.2 2005/01/25 18:20:52 xtraeme Exp $ -SHA1 (Kwiki-0.36.tar.gz) = a77eaa72f95bd904e4b2d4cf81def5482225da63 -Size (Kwiki-0.36.tar.gz) = 40059 bytes +SHA1 (Kwiki-0.37.tar.gz) = 84d8bb823783fde28fb829c42ea872d33c126184 +Size (Kwiki-0.37.tar.gz) = 40870 bytes |