diff options
author | obache <obache> | 2009-04-06 01:50:29 +0000 |
---|---|---|
committer | obache <obache> | 2009-04-06 01:50:29 +0000 |
commit | 5e44659a358a5257fc99b1e6f562c674a4c7a725 (patch) | |
tree | 0d51f8b4b33281168c4762bdeafbe713c8c797c6 | |
parent | 017d1b5aebea9b1b11876ac37cfdf1f7637567e5 (diff) | |
download | pkgsrc-5e44659a358a5257fc99b1e6f562c674a4c7a725.tar.gz |
Update ja-trac to 1.11.3pl1, aka Trac-0.11.3.ja1.
Trac-0.11.3.ja1 (Mar 15, 2009)
* Merge Trac-0.11.3
* Change data type of default reports from `str` to `unicode`
- trac/db_default.py
* Fixes timezone when download zipfile from repository.
- trac/versioncontrol/web_ui/changeset.py
Trac 0.11.3 (February 15, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.3
Trac 0.11.3 contains a number of bug fixes and minor enhancements.
The following list contains only a few highlights:
Bug fixes:
* Compatibility with Python 2.6 (#7876, #7458)
* PostgreSQL db backend improvement (#4987, #7600)
* Highlighting of search results is more robust (#7324, #7830)
* Unicode related fixes (#7672, #7959, #7845, #7935, #8024)
* Fixed Trac link rendering in ReST (#7712)
Minor improvements:
* Custom fields can now contain wiki text (#1791)
* A few usability and documentation improvements (#8000, #8004, #8016)
-rw-r--r-- | www/ja-trac/Makefile | 5 | ||||
-rw-r--r-- | www/ja-trac/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index e06f4d3ae0f..559544c98b6 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2009/02/09 22:56:27 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2009/04/06 01:50:29 obache Exp $ # -DISTNAME= Trac-0.11.2.1.ja1 +DISTNAME= Trac-0.11.3.ja1 PKGNAME= ja-${DISTNAME:tl:S/.ja/pl/} -PKGREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/ EXTRACT_SUFX= .zip diff --git a/www/ja-trac/distinfo b/www/ja-trac/distinfo index 7c86d4514ed..bb2bfdaee18 100644 --- a/www/ja-trac/distinfo +++ b/www/ja-trac/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2008/12/06 10:52:23 obache Exp $ +$NetBSD: distinfo,v 1.16 2009/04/06 01:50:29 obache Exp $ -SHA1 (Trac-0.11.2.1.ja1.zip) = d5e3dc626efca9578c7dfcd3d9278267d4ca653e -RMD160 (Trac-0.11.2.1.ja1.zip) = f3b94ca3aebc857c9d1062686c5bd6027334facd -Size (Trac-0.11.2.1.ja1.zip) = 997439 bytes +SHA1 (Trac-0.11.3.ja1.zip) = 390ffe77d56574aa94ae203cfe68afd866014b8f +RMD160 (Trac-0.11.3.ja1.zip) = 6db7557dcd2dda48ebc1ddc15982ebca24f29267 +Size (Trac-0.11.3.ja1.zip) = 1006133 bytes |