From 63c42c00c52a7d422043d54ef76ba54ec128be05 Mon Sep 17 00:00:00 2001 From: recht Date: Mon, 16 Feb 2004 20:43:27 +0000 Subject: update to 0.65 The 0.6.5 release fixes some bugs: - mailgw handling of subject-line errors - allow serving of FileClass file content when the class isn't called "file" (eg. messages and other FileClasses) - allowed negative ids (ie. new item markers) in HTMLClass.getItem, allowing "db/file_with_status/-1/status/menu" to generate a useful widget - fixed content-type when templates are serving up xml (thanks Godefroid Chapelle) - fixed IE double-submit when it shouldn't (sf bug 842254) - fixed check for JS pop()/push() to make more general (sf bug 877504) - fix re-enabling queries (sf bug 861940) - use supplied content-type on file uploads before trying filename - fixed roundup-reminder script to use default schema (thanks Klamer Schutte) - fixed edit action / parsePropsFromForm to handle index-page edits better - safer logging from HTTP server (sf bug 896917) --- devel/roundup/Makefile | 12 +++++++----- devel/roundup/PLIST | 15 +-------------- devel/roundup/distinfo | 6 +++--- 3 files changed, 11 insertions(+), 22 deletions(-) diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 2f887f3293a..54a6ef2562a 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2003/12/25 19:51:45 recht Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/16 20:43:27 recht Exp $ -DISTNAME= roundup-0.6.4 +DISTNAME= roundup-0.6.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} @@ -10,12 +10,14 @@ COMMENT= Issue tracking system with command-line, web and email clients PYDISTUTILSPKG= yes PY_PATCHPLIST= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth 21 21pth -PYTHON_PATCH_SCRIPTS= roundup/admin.py roundup/backends/locking.py \ - roundup/version_check.py cgi-bin/roundup.cgi +PYTHON_PATCH_SCRIPTS= cgi-bin/roundup.cgi demo.py roundup/admin.py +PYTHON_PATCH_SCRIPTS+= roundup/backends/locking.py roundup/version_check.py +PYTHON_PATCH_SCRIPTS+= run_tests scripts/add-issue scripts/roundup-reminder +PYTHON_PATCH_SCRIPTS+= setup.py tools/migrate-queries.py tools/pygettext.py ROUNDUPDOCDIR= ${PREFIX}/share/doc/roundup diff --git a/devel/roundup/PLIST b/devel/roundup/PLIST index c0a37054ebd..a9e6f5c213f 100644 --- a/devel/roundup/PLIST +++ b/devel/roundup/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/12/02 23:40:05 recht Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/02/16 20:43:27 recht Exp $ bin/roundup-admin bin/roundup-mailgw bin/roundup-server @@ -184,22 +184,15 @@ man/man1/roundup-mailgw.1 man/man1/roundup-server.1 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/announcement.html share/doc/roundup/announcement.txt -share/doc/roundup/customizing.html share/doc/roundup/customizing.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 @@ -208,21 +201,15 @@ 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/maintenance.html share/doc/roundup/maintenance.txt share/doc/roundup/mysql.txt share/doc/roundup/original_overview.html share/doc/roundup/overview.txt share/doc/roundup/spec.html -share/doc/roundup/upgrading.html share/doc/roundup/upgrading.txt -share/doc/roundup/user_guide.html share/doc/roundup/user_guide.txt share/roundup/cgi-bin/roundup.cgi share/roundup/templates/classic/TEMPLATE-INFO.txt diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo index ef7edd3c649..26c9739546d 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2003/12/25 19:51:45 recht Exp $ +$NetBSD: distinfo,v 1.9 2004/02/16 20:43:27 recht Exp $ -SHA1 (roundup-0.6.4.tar.gz) = 372b376867dc91c4ec74426e091dfe4e3b9a9391 -Size (roundup-0.6.4.tar.gz) = 598251 bytes +SHA1 (roundup-0.6.5.tar.gz) = e0b07498f9f2f3a9208cd282424a3693a1631d52 +Size (roundup-0.6.5.tar.gz) = 508097 bytes -- cgit v1.2.3