diff options
author | clsung <clsung@FreeBSD.org> | 2005-01-19 17:03:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-01-19 17:03:46 +0800 |
commit | 18968b7fa2d9467cd5f818de40e0d5d1dfe4c5f8 (patch) | |
tree | 58927bd2108a5f5ba760933aa5d54b27601819db /www | |
parent | 3b3263896eafc0bade1c877ca6a824f31e2553f5 (diff) | |
download | freebsd-ports-gnome-18968b7fa2d9467cd5f818de40e0d5d1dfe4c5f8.tar.gz freebsd-ports-gnome-18968b7fa2d9467cd5f818de40e0d5d1dfe4c5f8.tar.zst freebsd-ports-gnome-18968b7fa2d9467cd5f818de40e0d5d1dfe4c5f8.zip |
- update to 0.37
- from Changes
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Kwiki/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Kwiki/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Kwiki/Makefile b/www/p5-Kwiki/Makefile index a4ce81be508f..99abb890c0c3 100644 --- a/www/p5-Kwiki/Makefile +++ b/www/p5-Kwiki/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Kwiki -PORTVERSION= 0.35 +PORTVERSION= 0.37 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Kwiki diff --git a/www/p5-Kwiki/distinfo b/www/p5-Kwiki/distinfo index fa548b4c1007..e3e00185a4a6 100644 --- a/www/p5-Kwiki/distinfo +++ b/www/p5-Kwiki/distinfo @@ -1,2 +1,2 @@ -MD5 (Kwiki-0.35.tar.gz) = 2f3857a9eee07dc9fea534fb7d6119cd -SIZE (Kwiki-0.35.tar.gz) = 39361 +MD5 (Kwiki-0.37.tar.gz) = 209e313b35a2e9896993c120f325b956 +SIZE (Kwiki-0.37.tar.gz) = 40870 |