diff options
author | clsung <clsung@FreeBSD.org> | 2005-04-06 10:45:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-04-06 10:45:33 +0800 |
commit | 596cdf41be56aba4fc8bd55c22e421fdcea78fe8 (patch) | |
tree | 4e3ce21582418fd944691bac3743b386fc36f7bf /www | |
parent | 69e2bfcf3159fff2ef446838b67e48a2b7d84c1e (diff) | |
download | freebsd-ports-gnome-596cdf41be56aba4fc8bd55c22e421fdcea78fe8.tar.gz freebsd-ports-gnome-596cdf41be56aba4fc8bd55c22e421fdcea78fe8.tar.zst freebsd-ports-gnome-596cdf41be56aba4fc8bd55c22e421fdcea78fe8.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'
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 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 |