diff options
author | recht <recht@pkgsrc.org> | 2004-03-01 00:41:48 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-01 00:41:48 +0000 |
commit | 6c172b73b136c36662a2cc29925992b972c8298f (patch) | |
tree | 6a443a29aaff53f1b4479cc64fb80f8752fdebbb /devel/roundup | |
parent | cf56920214cd00817cf7afc113a0347561cca4f9 (diff) | |
download | pkgsrc-6c172b73b136c36662a2cc29925992b972c8298f.tar.gz |
update to 0.6.7
The 0.6.7 release fixes some bugs:
- be more backward-compatible when asking for EMAIL_CHARSET
- made error on create consistent with edit when user enters invalid data
for Multilink and Link form fields (sf bug 904072)
- made errors from bad input in the quick "Show issue:" form more
user-friendly (sf bug 904064)
- don't add a query to a user's list if it's already there
- nicer invalid property error in HTML templating
- use EMAIL_CHARSET for message body too (still sf bug 900046)
Diffstat (limited to 'devel/roundup')
-rw-r--r-- | devel/roundup/Makefile | 4 | ||||
-rw-r--r-- | devel/roundup/PLIST | 15 | ||||
-rw-r--r-- | devel/roundup/distinfo | 6 |
3 files changed, 19 insertions, 6 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 54a6ef2562a..422559fa87b 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/02/16 20:43:27 recht Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/01 00:41:48 recht Exp $ -DISTNAME= roundup-0.6.5 +DISTNAME= roundup-0.6.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} diff --git a/devel/roundup/PLIST b/devel/roundup/PLIST index a9e6f5c213f..0778ea62032 100644 --- a/devel/roundup/PLIST +++ b/devel/roundup/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/02/16 20:43:27 recht Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/03/01 00:41:48 recht Exp $ bin/roundup-admin bin/roundup-mailgw bin/roundup-server @@ -184,15 +184,22 @@ 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 @@ -201,15 +208,21 @@ 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 26c9739546d..0f656a33c13 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/02/16 20:43:27 recht Exp $ +$NetBSD: distinfo,v 1.10 2004/03/01 00:41:48 recht Exp $ -SHA1 (roundup-0.6.5.tar.gz) = e0b07498f9f2f3a9208cd282424a3693a1631d52 -Size (roundup-0.6.5.tar.gz) = 508097 bytes +SHA1 (roundup-0.6.7.tar.gz) = a64e908087732899e59f72b65ee9f0d1afcef56d +Size (roundup-0.6.7.tar.gz) = 667851 bytes |