diff options
author | epg <epg> | 2004-03-03 04:16:12 +0000 |
---|---|---|
committer | epg <epg> | 2004-03-03 04:16:12 +0000 |
commit | d6a8226e25a41db824746c9296ed250fdeb58c29 (patch) | |
tree | f2be0663be2df43320123c8b03ceba8bdc9d39af /www/trac/Makefile | |
parent | 111c05c5126f8f3ba8c6736c824e544a40dfa883 (diff) | |
download | pkgsrc-d6a8226e25a41db824746c9296ed250fdeb58c29.tar.gz |
Update to 0.5.2.
Changes:
* Performance improvements.
* Better unicode support in commit-messages.
* TRAC_ADMIN is now a real "meta-permission" containing all other permissions.
* Wiki-links of the /path format can now also link to directories.
* Handle subversion changesets without any "author" specified.
* "view" checkboxes in the timeline view now reflect the current state.
* The subversion repository is now indexed by "trac-admin initdb"
instead of trac.cgi at first execution.
* Most of the inline css is removed.
* IE6 navbar problem fixed.
* Various bug fixes.
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index 1d61a0a720f..42ede5bfe5c 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/02/27 01:57:05 epg Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/03 04:16:12 epg Exp $ # -DISTNAME= trac-0.5.1 +DISTNAME= trac-0.5.2 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.com/pub/trac/ |