diff options
author | obache <obache@pkgsrc.org> | 2006-11-10 00:24:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-10 00:24:49 +0000 |
commit | c21e9bd17b67c037cd9bf7dfb1cde5db2ba5781c (patch) | |
tree | bb076349d77725d41cb0654e26a52099f383d135 /www/ja-trac | |
parent | c1c25b2e8d05495375e707d0a3723ecb766474bb (diff) | |
download | pkgsrc-c21e9bd17b67c037cd9bf7dfb1cde5db2ba5781c.tar.gz |
Update ja-trac to 0.10.1.1.
Trac-0.10.1-ja-1 (Nov 9, 2006)
* Merge trac-0.10.1
* Translate messages into Japanese.
* trac/db/api.py
* trac/notification.py
* Correct some translations.
* templates/timeline.cs
* wiki-default/TracIni
* trac/mimeview/silvercity.py
* Add link to TracJa.
* wiki-default/TracGuide
* Update to current statement.
* README.trac-ja
* wiki-default/TracJa
* bdist's package name revert to `trac` from `trac-ja`,
because some plugins require `trac`'s package name.
* setup.py
Trac 0.10.1 (Nov 8, 2006)
http://svn.edgewall.org/repos/trac/tags/trac-0.10.1
Trac 0.10.1 contains a security fix and a number of bug fixes.
The following list contains only a few highlights:
* Fixed CSRF vulnerability (#4049), reported by Daniel Kahn Gillmor.
* Improved DB connection handling (#3503)
* Tracd no longer tries to resolve client's IP address (#3481).
The complete list of closed tickets can be found here:
http://trac.edgewall.org/query?status=closed&milestone=0.10.1
Diffstat (limited to 'www/ja-trac')
-rw-r--r-- | www/ja-trac/Makefile | 6 | ||||
-rw-r--r-- | www/ja-trac/distinfo | 10 | ||||
-rw-r--r-- | www/ja-trac/patches/patch-aa | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index b173703a24b..d808bc6f780 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2006/10/19 04:43:12 obache Exp $ +# $NetBSD: Makefile,v 1.6 2006/11/10 00:24:49 obache Exp $ # -DISTNAME= trac-0.10-ja-1 -PKGNAME= ja-trac-0.10.0.1 +DISTNAME= trac-0.10.1-ja-1 +PKGNAME= ja-trac-0.10.1.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 cab65648a2a..495cfaf21b7 100644 --- a/www/ja-trac/distinfo +++ b/www/ja-trac/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/10/19 04:43:13 obache Exp $ +$NetBSD: distinfo,v 1.6 2006/11/10 00:24:49 obache Exp $ -SHA1 (trac-0.10-ja-1.zip) = a8432301587879929c12a0276f4f92c83f4185fb -RMD160 (trac-0.10-ja-1.zip) = 596beb6b6a9297658fa672cea98a8d01c876fe69 -Size (trac-0.10-ja-1.zip) = 641611 bytes -SHA1 (patch-aa) = 34ad142a9f1b07ea34582316056b03c33e08d5b7 +SHA1 (trac-0.10.1-ja-1.zip) = edb50a1601e88f21636317f2286ef742913cc784 +RMD160 (trac-0.10.1-ja-1.zip) = 89f7a2a357d9489a999b18a16760161ae6596d54 +Size (trac-0.10.1-ja-1.zip) = 629872 bytes +SHA1 (patch-aa) = 807d03e6acf233958d443de993e5c47c057b19c6 diff --git a/www/ja-trac/patches/patch-aa b/www/ja-trac/patches/patch-aa index 7dd20896b6a..d3c213e229d 100644 --- a/www/ja-trac/patches/patch-aa +++ b/www/ja-trac/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2006/10/19 04:43:13 obache Exp $ +$NetBSD: patch-aa,v 1.3 2006/11/10 00:24:49 obache Exp $ ---- setup.py.orig 2006-09-25 07:52:05.000000000 +0000 +--- setup.py.orig 2006-11-02 20:58:46.000000000 +0900 +++ setup.py -@@ -233,7 +233,7 @@ Japanese translated edition. +@@ -231,7 +231,7 @@ Japanese translated edition. (_p('share/trac/htdocs'), glob(_p('htdocs/*.*')) + [_p('htdocs/README')]), (_p('share/trac/htdocs/css'), glob(_p('htdocs/css/*'))), (_p('share/trac/htdocs/js'), glob(_p('htdocs/js/*'))), |