diff options
author | gdt <gdt@pkgsrc.org> | 2011-03-16 23:28:22 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-03-16 23:28:22 +0000 |
commit | e24db34447d4b272a6e94d54d85f5f9422db0664 (patch) | |
tree | 05a612d704aad5eee17732a19b44b8f3acea32f1 /www/trac | |
parent | 85ee07b5550707bfde03bd7ac8e7fe6dfb081f7b (diff) | |
download | pkgsrc-e24db34447d4b272a6e94d54d85f5f9422db0664.tar.gz |
Update to 0.12.2 from 0.12.
Trac 0.12.2 (January 31, 2011)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.2
This list contains only a few highlights:
- install: improved robustness of Trac installation if Babel is
installed after the fact (#9439, #9595, #9961)
- notifications: support for Asian character width (#4717)
- roadmap: fix display of progress bar in some corner cases (#9718)
and respect the overall_completion milestone group setting (#9721)
- reports: reports and queries look much better, as the columns now
keep the same width across groups; the absence of word wrapping in
reports has been fixed (#9825)
- web admin: improved layout (#8866, #9963)
- web: it's now possible to log in different Trac instances sharing
the same URL prefix (e.g. /project and /project-test) (#9951)
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 flup 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-mails (#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/trac')
-rw-r--r-- | www/trac/Makefile | 4 | ||||
-rw-r--r-- | www/trac/PLIST | 11 | ||||
-rw-r--r-- | www/trac/distinfo | 8 |
3 files changed, 16 insertions, 7 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index f956a042746..569a917c9be 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2011/03/15 12:58:04 gdt Exp $ +# $NetBSD: Makefile,v 1.53 2011/03/16 23:28:22 gdt Exp $ # -DISTNAME= Trac-0.12 +DISTNAME= Trac-0.12.2 PKGNAME= ${DISTNAME:tl} PKGREVISION= 1 CATEGORIES= devel www diff --git a/www/trac/PLIST b/www/trac/PLIST index e1dad649aed..f27e5cdd93e 100644 --- a/www/trac/PLIST +++ b/www/trac/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2010/06/16 17:31:33 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.20 2011/03/16 23:28:22 gdt Exp $ bin/trac-admin bin/tracd ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -78,6 +78,9 @@ ${PYSITELIB}/trac/db/util.pyo ${PYSITELIB}/trac/db_default.py ${PYSITELIB}/trac/db_default.pyc ${PYSITELIB}/trac/db_default.pyo +${PYSITELIB}/trac/dist.py +${PYSITELIB}/trac/dist.pyc +${PYSITELIB}/trac/dist.pyo ${PYSITELIB}/trac/env.py ${PYSITELIB}/trac/env.pyc ${PYSITELIB}/trac/env.pyo @@ -118,6 +121,9 @@ ${PYSITELIB}/trac/htdocs/feed.png ${PYSITELIB}/trac/htdocs/file.png ${PYSITELIB}/trac/htdocs/folder.png ${PYSITELIB}/trac/htdocs/grip.png +${PYSITELIB}/trac/htdocs/guide/admin-permissions-TICKET_ADMIN.png +${PYSITELIB}/trac/htdocs/guide/admin-permissions.png +${PYSITELIB}/trac/htdocs/guide/admin.png ${PYSITELIB}/trac/htdocs/guide/basic-workflow.png ${PYSITELIB}/trac/htdocs/guide/original-workflow.png ${PYSITELIB}/trac/htdocs/ics.png @@ -131,11 +137,14 @@ ${PYSITELIB}/trac/htdocs/js/folding.js ${PYSITELIB}/trac/htdocs/js/ie_pre7_hacks.js ${PYSITELIB}/trac/htdocs/js/jquery.js ${PYSITELIB}/trac/htdocs/js/keyboard_nav.js +${PYSITELIB}/trac/htdocs/js/messages/ca.js ${PYSITELIB}/trac/htdocs/js/messages/de.js ${PYSITELIB}/trac/htdocs/js/messages/en_GB.js +${PYSITELIB}/trac/htdocs/js/messages/en_US.js ${PYSITELIB}/trac/htdocs/js/messages/eo.js ${PYSITELIB}/trac/htdocs/js/messages/es.js ${PYSITELIB}/trac/htdocs/js/messages/es_AR.js +${PYSITELIB}/trac/htdocs/js/messages/fi.js ${PYSITELIB}/trac/htdocs/js/messages/fr.js ${PYSITELIB}/trac/htdocs/js/messages/he.js ${PYSITELIB}/trac/htdocs/js/messages/hu.js diff --git a/www/trac/distinfo b/www/trac/distinfo index 58432f37250..701da304644 100644 --- a/www/trac/distinfo +++ b/www/trac/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2010/06/16 17:31:33 jmmv Exp $ +$NetBSD: distinfo,v 1.29 2011/03/16 23:28:22 gdt Exp $ -SHA1 (Trac-0.12.tar.gz) = f13a5caf2ab353248f696dc5320df7a27c102e06 -RMD160 (Trac-0.12.tar.gz) = aca8d024a582519cefef07053517d14722f87609 -Size (Trac-0.12.tar.gz) = 2107428 bytes +SHA1 (Trac-0.12.2.tar.gz) = 95ca75b54abfd5a3d838f300c19ef8dbd125f08d +RMD160 (Trac-0.12.2.tar.gz) = 317d5792976bc4c048cbac2a831398e976251110 +Size (Trac-0.12.2.tar.gz) = 2208361 bytes |