diff options
author | obache <obache@pkgsrc.org> | 2010-11-02 01:45:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-02 01:45:10 +0000 |
commit | 08b8bb08fdeda0d0c1117677f4dcfefcadb2294b (patch) | |
tree | 3cbfb42841869632ae52a9bddc270be8000bb003 /www/ja-trac/Makefile | |
parent | bf68473b7b2d3bb095dbae8f7b694c69620095e2 (diff) | |
download | pkgsrc-08b8bb08fdeda0d0c1117677f4dcfefcadb2294b.tar.gz |
Update ja-trac to 0.12.1pl1 a.k.a. 0.12.1ja1.
Trac-0.12.1ja1 (Nov 1, 2010)
* Merge Trac-0.12.1
* Translate default Wiki pages into Japanese.
- trac/wiki/default-pages/*
* Translate document for trac.ini options into Japanese.
- trac/env.py
- trac/versioncontrol/admin.py
- trac/versioncontrol/api.py
- trac/versioncontrol/svn_authz.py
- trac/versioncontrol/web_ui/browser.py
- trac/web/chrome.py
- trac/web/main.py
- trac/wiki/api.py
Trac 0.12.1 (October 9, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.1
This list contains only a few highlights:
- db: improve concurrency behavior (#9111)
- fcgi: add an environment variable `TRAC_USE_FLUP` to control the usage of flu
p vs. bundled _fcgi.py (defaults to 0, i.e. use bundled as before)
- svn authz: improve compatibility with svn 1.5 format (#8289)
- milestone: allow to set the time for the due date (#6369, #9582)
- ticket: fixes for the CC: property (#8597, #9522)
- notification: improved the formatting of ticket fields in notification e-mail
s (#9484, #9494)
- i18n: added a configuration option to set the default language (#8117)
- several fixes for upgrade (#9400, #9416, #9483, #9556)
Diffstat (limited to 'www/ja-trac/Makefile')
-rw-r--r-- | www/ja-trac/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index 72a50cbe4a8..1356034fce1 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2010/08/28 00:44:30 obache Exp $ +# $NetBSD: Makefile,v 1.34 2010/11/02 01:45:10 obache Exp $ # -DISTNAME= Trac-0.12.ja1 +DISTNAME= Trac-0.12.1.ja1 PKGNAME= ja-${DISTNAME:tl:S/.ja/pl/} +EGG_NAME= ${DISTNAME:S/.ja/ja/} CATEGORIES= www devel MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/ EXTRACT_SUFX= .zip |