diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-04-06 02:45:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-04-06 02:45:33 +0000 |
commit | bf032e1dd85f3be7749c71f528c81fb27fbb3b86 (patch) | |
tree | 69c06ecdd59e1648f19c9bddaefef7a80af2cb13 /www/p5-Kwiki | |
parent | ccd15cdb6b8a894d2959be7b932cfa2c90278298 (diff) | |
download | ports-bf032e1dd85f3be7749c71f528c81fb27fbb3b86.tar.gz ports-bf032e1dd85f3be7749c71f528c81fb27fbb3b86.zip |
- update to 0.38
- from Changes:
- Tweak for Kwiki-HomePagePreference
- Allow the hub to be hooked.
- Socialtext changes
- Allow ; in addition to & in query strings
- Get rid of -M operators
- Make redirects RFC compliant
- Refactored themes
- empty links cause double page loads
- Refactors to get rid of hub connections
- eliminate use_class
- COmment support
- Kwid Formatter for Spork
- Also prints command usage from plugins.
- copyright 2005
- tweak space on usage()
- eliminate cleanup undef warning when doing 'kwiki -update'
Notes
Notes:
svn path=/head/; revision=132605
Diffstat (limited to 'www/p5-Kwiki')
-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 99abb890c0c3..5f60d32c686e 100644 --- a/www/p5-Kwiki/Makefile +++ b/www/p5-Kwiki/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Kwiki -PORTVERSION= 0.37 +PORTVERSION= 0.38 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 e3e00185a4a6..69b171260436 100644 --- a/www/p5-Kwiki/distinfo +++ b/www/p5-Kwiki/distinfo @@ -1,2 +1,2 @@ -MD5 (Kwiki-0.37.tar.gz) = 209e313b35a2e9896993c120f325b956 -SIZE (Kwiki-0.37.tar.gz) = 40870 +MD5 (Kwiki-0.38.tar.gz) = 85508ce6bdadba28a0512d27c9e83841 +SIZE (Kwiki-0.38.tar.gz) = 41456 |