diff options
author | recht <recht@pkgsrc.org> | 2004-05-10 09:32:23 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-10 09:32:23 +0000 |
commit | 5327707666876b39ff62b3ef9751541e1e5345f5 (patch) | |
tree | 0c6ceba5ed33294365a16e60dee1e9d3087dbfac /devel/roundup | |
parent | 8aee79e081f87ddadbf0cdd6ba2e91dbe2dd8d28 (diff) | |
download | pkgsrc-5327707666876b39ff62b3ef9751541e1e5345f5.tar.gz |
update to roundup-0.7.1
This release fixes some bugs in the previous release:
- several temp files made it into the source distribution (sf bug 949243)
- typo in roundup/instance.py
- missing CRLF var in rfc822.py (sf patch 949471)
- fix user creation page
- have roundup server pass though the cause of a "403 Forbidden" response
- fix schema mutation in sqlite backends (thanks Tamer Fahmy)
- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg)
- fix RDBMS import (thanks Tamer Fahmy)
Diffstat (limited to 'devel/roundup')
-rw-r--r-- | devel/roundup/Makefile | 4 | ||||
-rw-r--r-- | devel/roundup/PLIST | 21 | ||||
-rw-r--r-- | devel/roundup/distinfo | 6 |
3 files changed, 6 insertions, 25 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index b15af052e2f..8f6e689725b 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2004/05/09 17:56:45 recht Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/10 09:32:23 recht Exp $ -DISTNAME= roundup-0.7.0 +DISTNAME= roundup-0.7.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} diff --git a/devel/roundup/PLIST b/devel/roundup/PLIST index ff6546ceada..91c163de78f 100644 --- a/devel/roundup/PLIST +++ b/devel/roundup/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/05/09 17:56:45 recht Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/05/10 09:32:23 recht Exp $ bin/roundup-admin bin/roundup-mailgw bin/roundup-server @@ -206,28 +206,19 @@ ${PYSITELIB}/roundup/version_check.pyo man/man1/roundup-admin.1 man/man1/roundup-mailgw.1 man/man1/roundup-server.1 -share/doc/roundup/.xvpics/roundup-favicon_1_16x16x8.png share/doc/roundup/CHANGES.txt share/doc/roundup/COPYING.txt -share/doc/roundup/FAQ.html share/doc/roundup/FAQ.txt share/doc/roundup/README.txt share/doc/roundup/ZPL.txt -share/doc/roundup/admin_guide.html share/doc/roundup/admin_guide.txt -share/doc/roundup/announcement.html share/doc/roundup/announcement.txt -share/doc/roundup/customizing.html share/doc/roundup/customizing.txt share/doc/roundup/debugging.txt share/doc/roundup/default.css -share/doc/roundup/design.html share/doc/roundup/design.txt -share/doc/roundup/developers.html share/doc/roundup/developers.txt -share/doc/roundup/features.html share/doc/roundup/features.txt -share/doc/roundup/glossary.html share/doc/roundup/glossary.txt share/doc/roundup/images/edit.png share/doc/roundup/images/hyperdb.png @@ -236,26 +227,17 @@ share/doc/roundup/images/logo-codesourcery-medium.png share/doc/roundup/images/logo-software-carpentry-standard.png share/doc/roundup/images/roundup-1.png share/doc/roundup/images/roundup.png -share/doc/roundup/implementation.html share/doc/roundup/implementation.txt -share/doc/roundup/index.html share/doc/roundup/index.txt -share/doc/roundup/installation.html share/doc/roundup/installation.txt -share/doc/roundup/mysql.html share/doc/roundup/mysql.txt share/doc/roundup/original_overview.html share/doc/roundup/overview.txt -share/doc/roundup/postgresql.html share/doc/roundup/postgresql.txt share/doc/roundup/spec.html -share/doc/roundup/tracker_templates.html share/doc/roundup/tracker_templates.txt -share/doc/roundup/upgrading.html share/doc/roundup/upgrading.txt -share/doc/roundup/user_guide.html share/doc/roundup/user_guide.txt -share/doc/roundup/whatsnew-0.7.html share/doc/roundup/whatsnew-0.7.txt share/roundup/cgi-bin/roundup.cgi share/roundup/templates/classic/TEMPLATE-INFO.txt @@ -320,7 +302,6 @@ share/roundup/templates/minimal/interfaces.py @dirrm share/roundup/cgi-bin @dirrm share/roundup @dirrm share/doc/roundup/images -@dirrm share/doc/roundup/.xvpics @dirrm share/doc/roundup @dirrm ${PYSITELIB}/roundup/scripts @dirrm ${PYSITELIB}/roundup/cgi/ZTUtils diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo index 37899da1b5f..2eb8b6a9ef1 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2004/05/09 17:56:45 recht Exp $ +$NetBSD: distinfo,v 1.12 2004/05/10 09:32:23 recht Exp $ -SHA1 (roundup-0.7.0.tar.gz) = b80e81a6ba272d18cc07b6a50bc169a9cebc3c50 -Size (roundup-0.7.0.tar.gz) = 721646 bytes +SHA1 (roundup-0.7.1.tar.gz) = c234e4e6ebbe8d54375022ff88492706f548cc37 +Size (roundup-0.7.1.tar.gz) = 584363 bytes |