diff options
author | recht <recht> | 2003-12-25 19:51:45 +0000 |
---|---|---|
committer | recht <recht> | 2003-12-25 19:51:45 +0000 |
commit | def1b9935217a354e27bc565884b22d92711fd82 (patch) | |
tree | cca5223cb0f844fdbab1ab799ead4e33a9631542 /devel/roundup/Makefile | |
parent | 19930fa42485496046769048bb0995128add4e57 (diff) | |
download | pkgsrc-def1b9935217a354e27bc565884b22d92711fd82.tar.gz |
update to roundup-0.6.4
Fixed:
- fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306)
- fixed date arithmetic to limit hours-per-day to 24, not 60
- hard-coded python2.3-ism (socket.timeout) fixed
- fixed activity displaying as future because of Date arithmetic fix in
0.6.3 (sf bug 842027).
- fix Windows service mode for roundup-server (sf bug 819890)
- fixed #white in cgitb (thanks Henrik Levkowetz)
Diffstat (limited to 'devel/roundup/Makefile')
-rw-r--r-- | devel/roundup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 9e4c154890a..2f887f3293a 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2003/12/02 23:40:05 recht Exp $ +# $NetBSD: Makefile,v 1.11 2003/12/25 19:51:45 recht Exp $ -DISTNAME= roundup-0.6.3.1 +DISTNAME= roundup-0.6.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} |