summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrecht <recht>2005-08-06 20:34:00 +0000
committerrecht <recht>2005-08-06 20:34:00 +0000
commit9722488fce8ba1bf05f099583e3bb33ef9c0fba7 (patch)
treebd984613d97b6fbb2f8739dddd9df4e79ebc490d /devel
parente4f6e711c1093c496aa06328ae7c27444e8962a7 (diff)
downloadpkgsrc-9722488fce8ba1bf05f099583e3bb33ef9c0fba7.tar.gz
update to roundup 0.8.4
2005-07-18 0.8.4 Fixed: - extra CRs in CSV export files on Windows platform (sf bug 1195742) - activity RDBMS columns were being reported in changes - fix name collision in roundup.cgi script (sf bug 1203795) - fix handling of invalid interval input - search locale files relative ro roundup installation path (sf bug 1219689) - use translation for boolean property rendering (sf bug 1225152) - enabled disabling of REMOTE_USER for when it's not a valid username (sf bug 1190187) - fix invocation of hasPermission from templating code (sf bug 1224172) - have 'roundup-admin security' display property restrictions (sf bug 1222135) - fixed templating menu() sort_on handling (sf bug 1221936) - allow specification of pagesize, sorting and filtering in "classhelp" popups (sf bug 1211800) - handle dropped properies in rdbms/metakit journal export (sf bug 1203569) - handle missing Subject lines better (sf bug 1198729) - sort/group by missing values correctly (sf bugs 1198623, 1176897) - discard, don't bounce messages to the mailgw when the messages's sender is invalid (ie. when we try to bounce, we get a 550 "unknown user account" response from the SMTP server) (sf bug 1190906) - removed debugging code from cgi/actions.py - refactored hyperdb.rawToHyperdb, allowing a number of improvements (thanks Ralf Schlatterbeck) - don't try to set a timeout for IMAPS (thanks Paul Jimenez) - present Reject exception messages to web users (sf bug 1237685)
Diffstat (limited to 'devel')
-rw-r--r--devel/roundup/Makefile6
-rw-r--r--devel/roundup/PLIST3
-rw-r--r--devel/roundup/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile
index 7834141bad8..db83f3593e3 100644
--- a/devel/roundup/Makefile
+++ b/devel/roundup/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2005/07/13 21:57:01 recht Exp $
+# $NetBSD: Makefile,v 1.26 2005/08/06 20:34:00 recht Exp $
-DISTNAME= roundup-0.8.3
+DISTNAME= roundup-0.8.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/}
@@ -12,7 +12,7 @@ PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
USE_LANGUAGES=
-PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
+PYTHON_VERSIONS_ACCEPTED= 24 23
PYTHON_PATCH_SCRIPTS+= cgi-bin/roundup.cgi demo.py roundup/admin.py
PYTHON_PATCH_SCRIPTS+= roundup/backends/locking.py
diff --git a/devel/roundup/PLIST b/devel/roundup/PLIST
index e98afd408e0..9fda82fb427 100644
--- a/devel/roundup/PLIST
+++ b/devel/roundup/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/07/13 21:57:01 recht Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/08/06 20:34:00 recht Exp $
bin/roundup-admin
bin/roundup-demo
bin/roundup-gettext
@@ -289,6 +289,7 @@ ${PKGLOCALEDIR}/locale/en/LC_MESSAGES/roundup.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/roundup.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/roundup.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/roundup.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/roundup.mo
share/roundup/cgi-bin/roundup.cgi
share/roundup/templates/classic/TEMPLATE-INFO.txt
share/roundup/templates/classic/detectors/messagesummary.py
diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo
index b73779005db..91ec2afa3c4 100644
--- a/devel/roundup/distinfo
+++ b/devel/roundup/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2005/07/13 21:57:01 recht Exp $
+$NetBSD: distinfo,v 1.22 2005/08/06 20:34:00 recht Exp $
-SHA1 (roundup-0.8.3.tar.gz) = 76dd5f38b091018efea2181c2eae24e800138006
-RMD160 (roundup-0.8.3.tar.gz) = 63cde58227cbc155e831f512dec1b635e45ea887
-Size (roundup-0.8.3.tar.gz) = 899369 bytes
+SHA1 (roundup-0.8.4.tar.gz) = 4f62e8cea542a4920965bd255e75a72de5314edd
+RMD160 (roundup-0.8.4.tar.gz) = ab39d53e9414b88fb0cf01c2d8ef5e7c80e48b36
+Size (roundup-0.8.4.tar.gz) = 909600 bytes