diff options
author | epg <epg> | 2005-06-16 15:18:07 +0000 |
---|---|---|
committer | epg <epg> | 2005-06-16 15:18:07 +0000 |
commit | 3c8601f32ae1254b9b2119ac879503eca24c2a16 (patch) | |
tree | ee9d44e88d5683418513d061fab480ad1278798b /www/trac | |
parent | a0cd50b747c7bb283880e479e168a5284a00877e (diff) | |
download | pkgsrc-3c8601f32ae1254b9b2119ac879503eca24c2a16.tar.gz |
Update to Trac 0.8.3 (June 15, 2005)
http://svn.edgewall.com/repos/trac/tags/trac-0.8.3
Upstream changelog 0.8.3:
* Fix compatibility of 'trac-admin resync' with Subversion >= 1.2.
* Settings page now works correctly when Trac is deployed at the root
of a host.
* Windows packaging issues resolved.
* Fixed bugs
Upstream changelog 0.8.2:
* Compatibility with Subversion >= 1.2 fixed.
* Compatibility with Docutils >= 0.3.7 fixed.
* Fixed bugs
Upstream changelog 0.8.1:
* Improved Python 2.1 compatibility.
* Layout of navigation bar in Opera fixed.
* Execution of Javascript through event handler attributes in HTML
code is now forbidden.
* Fixed bugs
Diffstat (limited to 'www/trac')
-rw-r--r-- | www/trac/Makefile | 4 | ||||
-rw-r--r-- | www/trac/PLIST | 4 | ||||
-rw-r--r-- | www/trac/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index 929f006cdf8..7bacbb5964d 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/11/29 00:01:34 epg Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 15:18:07 epg Exp $ # -DISTNAME= trac-0.8 +DISTNAME= trac-0.8.3 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.com/pub/trac/ diff --git a/www/trac/PLIST b/www/trac/PLIST index 768d10ee769..3c5cb063b58 100644 --- a/www/trac/PLIST +++ b/www/trac/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/11/20 00:49:12 epg Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/06/16 15:18:07 epg Exp $ bin/trac-admin bin/tracd bin/tracdb2env @@ -166,6 +166,7 @@ ${PYSITELIB}/trac/wikimacros/txtl.pyc ${PYSITELIB}/trac/wikimacros/txtl.pyo share/examples/trac/README share/examples/trac/bugzilla2trac.py +share/examples/trac/emailfilter.py share/examples/trac/sourceforge2trac.py share/examples/trac/trac-post-commit-hook share/examples/trac/trac-pre-commit-hook @@ -205,6 +206,7 @@ share/trac/htdocs/newticket.png share/trac/htdocs/parent.png share/trac/htdocs/topbar_gradient.png share/trac/htdocs/topbar_gradient2.png +share/trac/htdocs/trac.ico share/trac/htdocs/trac.js share/trac/htdocs/trac_banner.png share/trac/htdocs/trac_logo_mini.png diff --git a/www/trac/distinfo b/www/trac/distinfo index 8dad37705eb..aee2ff5d44a 100644 --- a/www/trac/distinfo +++ b/www/trac/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2005/02/24 14:08:39 wiz Exp $ +$NetBSD: distinfo,v 1.9 2005/06/16 15:18:07 epg Exp $ -SHA1 (trac-0.8.tar.gz) = 3db5f63fbec7a23618b190abeecde0b043cfef1a -RMD160 (trac-0.8.tar.gz) = 7519ae47a079a851b0c4492a746b9e2089df62d3 -Size (trac-0.8.tar.gz) = 214924 bytes +SHA1 (trac-0.8.3.tar.gz) = 73a6add487522ed4f2048ba631762784bb05be2c +RMD160 (trac-0.8.3.tar.gz) = 52795791ed6516c98da3edc68a7ffa40e1f7a5ec +Size (trac-0.8.3.tar.gz) = 217219 bytes |